|
sdr 0.6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Prim.Direction | |
|---|---|
| net.cscott.sdr.calls.ast | This package contains the abstract syntax used for call definition and evaluation. |
| net.cscott.sdr.calls.parser | ANTLRv3 grammars for parsing call definition files and AST representations. |
| Uses of Prim.Direction in net.cscott.sdr.calls.ast |
|---|
| Fields in net.cscott.sdr.calls.ast declared as Prim.Direction | |
|---|---|
Prim.Direction |
Prim.dirRot
Is the movement direction relative to the center of the formation? |
Prim.Direction |
Prim.dirX
Is the movement direction relative to the center of the formation? |
Prim.Direction |
Prim.dirY
Is the movement direction relative to the center of the formation? |
| Methods in net.cscott.sdr.calls.ast that return Prim.Direction | |
|---|---|
static Prim.Direction |
Prim.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Prim.Direction[] |
Prim.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.cscott.sdr.calls.ast with parameters of type Prim.Direction | |
|---|---|
Prim |
Prim.build(Prim.Direction dirX,
Fraction x,
Prim.Direction dirY,
Fraction y,
Prim.Direction dirRot,
ExactRotation rot,
Fraction time,
Prim.Flag... flags)
Factory: creates new Prim only if it would differ from this. |
| Constructors in net.cscott.sdr.calls.ast with parameters of type Prim.Direction | |
|---|---|
Prim(Prim.Direction dirX,
Fraction x,
Prim.Direction dirY,
Fraction y,
Prim.Direction dirRot,
ExactRotation rot,
Fraction time,
Prim.Flag... flags)
|
|
| Uses of Prim.Direction in net.cscott.sdr.calls.parser |
|---|
| Fields in net.cscott.sdr.calls.parser declared as Prim.Direction | |
|---|---|
Prim.Direction |
AstParser.in_out_num_return.dir
|
Prim.Direction |
AstParser.in_out_dir_return.dir
|
|
sdr 0.6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||