sdr 0.7

Uses of Class
net.cscott.sdr.calls.ast.Prim.Flag

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.parser ANTLRv3 grammars for parsing call definition files and AST representations. 
 

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
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 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.parser
 

Methods in net.cscott.sdr.calls.parser that return Prim.Flag
 Prim.Flag AstParser.prim_flag()
           
 

Methods in net.cscott.sdr.calls.parser that return types with arguments of type Prim.Flag
 Set<Prim.Flag> AstParser.prim_flags()
           
 

Method parameters in net.cscott.sdr.calls.parser with type arguments of type Prim.Flag
 void CallFileBuilder.prim_flag(Set<Prim.Flag> s)
           
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian