|
sdr 0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Prim.Flag | |
---|---|
net.cscott.sdr.calls.ast | This package contains the abstract syntax used for call definition and evaluation. |
net.cscott.sdr.calls.transform | This package contains code to parse call lists and transform call abstract syntax in various ways. |
Uses of Prim.Flag in net.cscott.sdr.calls.ast |
---|
Fields in net.cscott.sdr.calls.ast with type parameters of type Prim.Flag | |
---|---|
Set<Prim.Flag> |
Prim.flags
Flags refining this motion. |
Methods in net.cscott.sdr.calls.ast that return Prim.Flag | |
---|---|
Prim.Flag |
AstParser.prim_flag()
|
static Prim.Flag |
Prim.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Prim.Flag[] |
Prim.Flag.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.cscott.sdr.calls.ast that return types with arguments of type Prim.Flag | |
---|---|
Set<Prim.Flag> |
AstParser.prim_flags()
|
Methods in net.cscott.sdr.calls.ast with parameters of type Prim.Flag | |
---|---|
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.Flag | |
---|---|
Prim(Prim.Direction dirX,
Fraction x,
Prim.Direction dirY,
Fraction y,
Prim.Direction dirRot,
ExactRotation rot,
Fraction time,
Prim.Flag... flags)
|
Uses of Prim.Flag in net.cscott.sdr.calls.transform |
---|
Method parameters in net.cscott.sdr.calls.transform with type arguments of type Prim.Flag | |
---|---|
void |
CallFileBuilder.prim_flag(Set<Prim.Flag> s)
|
|
sdr 0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |