sdr 0.7

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.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 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 traveled 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
Prim.accept(TransformVisitor<T> v, T t)
           
<T> SeqCall
Part.accept(TransformVisitor<T> v, T t)
           
abstract
<T> SeqCall
SeqCall.accept(TransformVisitor<T> v, T t)
           
<T> SeqCall
Apply.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.parser
 

Methods in net.cscott.sdr.calls.parser that return SeqCall
 SeqCall AstParser.seqcall()
           
 

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

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

Methods in net.cscott.sdr.calls.transform that return SeqCall
 SeqCall Fractional.visit(Apply apply, Fraction f)
           
 SeqCall PartsVisitor.visit(Apply apply, T t)
           
 SeqCall TransformVisitor.visit(Apply apply, T t)
           
 SeqCall TransformVisitor.visit(Part p, T t)
           
 SeqCall TransformVisitor.visit(Prim p, T t)
           
 SeqCall Finish.visit(Prim p, Void t)
           
 

Methods in net.cscott.sdr.calls.transform with parameters of type SeqCall
abstract  RESULT ValueVisitor.visit(SeqCall s, CLOSURE t)
           
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian