|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 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 | ||
---|---|---|
|
OptCall.accept(TransformVisitor<T> v,
T t)
|
|
OptCall |
OptCall.build(Expr matcher,
Comp child)
Factory: creates new OptCall only if it would differ from this. |
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.parser |
---|
Methods in net.cscott.sdr.calls.parser that return OptCall | |
---|---|
OptCall |
AstParser.optcall()
|
Methods in net.cscott.sdr.calls.parser that return types with arguments of type OptCall | |
---|---|
net.cscott.sdr.calls.parser.BuilderHelper.B<OptCall> |
CallFileBuilder.one_opt()
|
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)
|
OptCall |
Finish.visit(OptCall oc,
Void t)
|
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)
|
OptCall |
Finish.visit(OptCall oc,
Void t)
|
|
sdr 0.7 | |||||||||
PREV NEXT | FRAMES NO FRAMES |