sdr 0.5

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

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

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

Methods in net.cscott.sdr.calls.ast that return OptCall
<T> OptCall
OptCall.accept(TransformVisitor<T> v, T t)
           
 OptCall OptCall.build(List<Selector> selectors, Comp child)
          Factory: creates new OptCall only if it would differ from this.
 OptCall AstParser.optcall()
           
 

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

Constructors in net.cscott.sdr.calls.ast with parameters of type OptCall
Opt(OptCall... children)
           
 

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

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

Methods in net.cscott.sdr.calls.transform that return OptCall
 OptCall TransformVisitor.visit(OptCall oc, T t)
           
 

Methods in net.cscott.sdr.calls.transform that return types with arguments of type OptCall
 net.cscott.sdr.calls.transform.BuilderHelper.B<OptCall> CallFileBuilder.one_opt()
           
 

Methods in net.cscott.sdr.calls.transform with parameters of type OptCall
abstract  RESULT ValueVisitor.visit(OptCall oc, CLOSURE t)
           
 OptCall TransformVisitor.visit(OptCall oc, T t)
           
 


sdr 0.5

Copyright © 2006-2009 C. Scott Ananian