sdr 0.21

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

Packages that use ParCall
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 ParCall in net.cscott.sdr.calls.ast
 

Fields in net.cscott.sdr.calls.ast with type parameters of type ParCall
 List<ParCall> Par.children
           
 

Methods in net.cscott.sdr.calls.ast that return ParCall
<T> ParCall
ParCall.accept(TransformVisitor<T> v, T t)
           
 ParCall ParCall.build(Set<TaggedFormation.Tag> tags, Comp child)
          Factory: creates new ParCall only if it would differ from this.
 

Method parameters in net.cscott.sdr.calls.ast with type arguments of type ParCall
 Par Par.build(List<ParCall> children)
          Factory: creates new Par only if it would differ from this.
 

Constructors in net.cscott.sdr.calls.ast with parameters of type ParCall
Par(ParCall... children)
           
 

Constructor parameters in net.cscott.sdr.calls.ast with type arguments of type ParCall
Par(List<ParCall> children)
           
 

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

Methods in net.cscott.sdr.calls.transform that return ParCall
 ParCall Elaborate.visit(ParCall pc, Formation f)
          Select the given dancers in the formation, and evaluate the child.
 ParCall TransformVisitor.visit(ParCall pc, T t)
           
 

Methods in net.cscott.sdr.calls.transform that return types with arguments of type ParCall
 List<ParCall> Elaborate.doOptCall(OptCall oc, Formation f)
           
 net.cscott.sdr.calls.transform.BuilderHelper.B<ParCall> CallFileBuilder.one_par(AST _t)
           
 

Methods in net.cscott.sdr.calls.transform with parameters of type ParCall
abstract  RESULT ValueVisitor.visit(ParCall pc, CLOSURE t)
           
 ParCall Elaborate.visit(ParCall pc, Formation f)
          Select the given dancers in the formation, and evaluate the child.
 ParCall TransformVisitor.visit(ParCall pc, T t)
           
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian