sdr 0.7

Uses of Class
net.cscott.sdr.calls.ast.Apply

Packages that use Apply
net.cscott.sdr This package contains the main game class (App) and a text UI (PMSD), as well as interface definitions needed to tie the various pieces together. 
net.cscott.sdr.calls This package contains the square dance choreography engine, and the basic types and interfaces required to communicate with it. 
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. 
net.cscott.sdr.calls.transform This package contains code to parse call lists and transform call abstract syntax in various ways. 
 

Uses of Apply in net.cscott.sdr
 

Methods in net.cscott.sdr that return Apply
 Apply CommandInput.PossibleCommand.getApply(DanceProgram dp)
          Return the parsed command possibility; throwing BadCallException if there is a problem with the parse.
 Apply ChoreoEngine.lastCall()
           
 

Methods in net.cscott.sdr with parameters of type Apply
 void ScoreAccumulator.goodCallGiven(Apply theCall, Formation endingFormation, long startTime, long endTime)
           
 

Uses of Apply in net.cscott.sdr.calls
 

Methods in net.cscott.sdr.calls that return Apply
 Apply CallDB.parse(Program program, String s)
          Parse a natural-language string of calls.
 

Uses of Apply in net.cscott.sdr.calls.ast
 

Methods in net.cscott.sdr.calls.ast that return Apply
 Apply Apply.build(Expr call)
          Factory: creates new Apply only if it would differ from this.
static Apply Apply.makeApply(String callName)
           
 

Uses of Apply in net.cscott.sdr.calls.parser
 

Methods in net.cscott.sdr.calls.parser that return Apply
 Apply AstParser.apply()
           
 

Methods in net.cscott.sdr.calls.parser that return types with arguments of type Apply
 net.cscott.sdr.calls.parser.BuilderHelper.B<Apply> CallFileBuilder.call_body()
           
 

Uses of Apply in net.cscott.sdr.calls.transform
 

Methods in net.cscott.sdr.calls.transform that return Apply
 Apply RemoveIn.visit(Apply a, Fraction f)
           
 

Methods in net.cscott.sdr.calls.transform with parameters of type Apply
abstract  RESULT ValueVisitor.visit(Apply apply, CLOSURE t)
           
 Apply RemoveIn.visit(Apply a, Fraction f)
           
 SeqCall Fractional.visit(Apply apply, Fraction f)
           
 SeqCall PartsVisitor.visit(Apply apply, T t)
           
 SeqCall TransformVisitor.visit(Apply apply, T t)
           
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian