sdr 0.21

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

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

Subclasses of SeqCall in net.cscott.sdr.calls.ast
 class Apply
          Apply represents a invocation of a call or concept, with zero or more arguments.
 class Part
          Part denotes an fractional part of a call.
 class Prim
          A Prim represents a primitive action: a certain distance travelled forward and to the side, while rotating a certain amount, performed in a certain number of beats.
 

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

Methods in net.cscott.sdr.calls.ast that return SeqCall
<T> SeqCall
Apply.accept(TransformVisitor<T> v, T t)
           
<T> SeqCall
Part.accept(TransformVisitor<T> v, T t)
           
<T> SeqCall
Prim.accept(TransformVisitor<T> v, T t)
           
abstract
<T> SeqCall
SeqCall.accept(TransformVisitor<T> v, T t)
           
 

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

Constructors in net.cscott.sdr.calls.ast with parameters of type SeqCall
Seq(SeqCall... children)
           
 

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

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

Methods in net.cscott.sdr.calls.transform that return SeqCall
 SeqCall Elaborate.visit(Apply a, Formation f)
          Expand any 'Apply' node we come to.
 SeqCall Fractional.visit(Apply apply, Fraction f)
           
 SeqCall TransformVisitor.visit(Apply apply, T t)
           
 SeqCall TransformVisitor.visit(Part p, T t)
           
 SeqCall TransformVisitor.visit(Prim p, T t)
           
 

Methods in net.cscott.sdr.calls.transform that return types with arguments of type SeqCall
 net.cscott.sdr.calls.transform.BuilderHelper.B<? extends SeqCall> CallFileBuilder.one_seq(AST _t)
           
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian