|
sdr 0.6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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 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 | ||
|---|---|---|
|
ParCall.accept(TransformVisitor<T> v,
T t)
|
|
ParCall |
ParCall.build(Expr selector,
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.parser |
|---|
| Methods in net.cscott.sdr.calls.parser that return ParCall | |
|---|---|
ParCall |
AstParser.parcall()
|
| Methods in net.cscott.sdr.calls.parser that return types with arguments of type ParCall | |
|---|---|
net.cscott.sdr.calls.parser.BuilderHelper.B<ParCall> |
CallFileBuilder.one_par()
|
| Uses of ParCall in net.cscott.sdr.calls.transform |
|---|
| Methods in net.cscott.sdr.calls.transform that return ParCall | |
|---|---|
ParCall |
TransformVisitor.visit(ParCall pc,
T t)
|
| Methods in net.cscott.sdr.calls.transform with parameters of type ParCall | |
|---|---|
abstract RESULT |
ValueVisitor.visit(ParCall pc,
CLOSURE t)
|
ParCall |
TransformVisitor.visit(ParCall pc,
T t)
|
|
sdr 0.6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||