| Property | Defined By | ||
|---|---|---|---|
| brevity : String [read-only] | ConductVO | ||
| crossValue : int | ConductVO | ||
| currentPosition : Point [read-only] | ConductVO | ||
| eatOff : ChessPiece | ConductVO | ||
| nextPosition : Point | ConductVO | ||
| previousPosition : Point | ConductVO | ||
| target : IChessPiece | ConductVO | ||
| Method | Defined By | ||
|---|---|---|---|
dump():String
Prints out all elements (for debug/demo purposes). | ConductVO | ||
| ConductVO | |||
| brevity | property |
brevity:String [read-only] public function get brevity():String| crossValue | property |
public var crossValue:int| currentPosition | property |
currentPosition:Point [read-only] public function get currentPosition():Point| eatOff | property |
eatOff:ChessPiece public function get eatOff():ChessPiece public function set eatOff(value:ChessPiece):void| nextPosition | property |
nextPosition:Point public function get nextPosition():Point public function set nextPosition(value:Point):void| previousPosition | property |
public var previousPosition:Point| target | property |
public var target:IChessPiece| dump | () | method |
public function dump():StringPrints out all elements (for debug/demo purposes).
ReturnsString — A human-readable representation of the structure.
|
| reverse | () | method |