|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructorInvocation | |
koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
koala.dynamicjava.parser | Provides the classes that compose the default parser for the language. |
koala.dynamicjava.tree | Provides classes and interfaces for producing an abstract syntax tree. |
koala.dynamicjava.tree.visitor | Contains interfaces and classes for traversing the syntax tree. |
koala.dynamicjava.util | Contains miscellaneous utility classes. |
Uses of ConstructorInvocation in koala.dynamicjava.interpreter |
Methods in koala.dynamicjava.interpreter with parameters of type ConstructorInvocation | |
java.lang.Object |
ClassInfoCompiler.ConstructorVisitor.visit(ConstructorInvocation node)
Visits a ConstructorInvocation |
Uses of ConstructorInvocation in koala.dynamicjava.parser |
Methods in koala.dynamicjava.parser that return ConstructorInvocation | |
ConstructorInvocation |
Parser.explicitConstructorInvocation()
Parses a constructor invocation |
Uses of ConstructorInvocation in koala.dynamicjava.tree |
Methods in koala.dynamicjava.tree that return ConstructorInvocation | |
ConstructorInvocation |
ConstructorDeclaration.getConstructorInvocation()
The explicit constructor invocation if one or null |
Methods in koala.dynamicjava.tree with parameters of type ConstructorInvocation | |
void |
ConstructorDeclaration.setConstructorInvocation(ConstructorInvocation ci)
Sets the constructor invocation |
Constructors in koala.dynamicjava.tree with parameters of type ConstructorInvocation | |
ConstructorDeclaration(int flags,
java.lang.String name,
java.util.List params,
java.util.List excepts,
ConstructorInvocation eci,
java.util.List stmts)
Creates a new method declaration |
|
ConstructorDeclaration(int flags,
java.lang.String name,
java.util.List params,
java.util.List excepts,
ConstructorInvocation eci,
java.util.List stmts,
java.lang.String fn,
int bl,
int bc,
int el,
int ec)
Creates a new method declaration |
Uses of ConstructorInvocation in koala.dynamicjava.tree.visitor |
Methods in koala.dynamicjava.tree.visitor with parameters of type ConstructorInvocation | |
java.lang.Object |
VisitorObject.visit(ConstructorInvocation node)
Visits a ConstructorInvocation |
java.lang.Object |
Visitor.visit(ConstructorInvocation node)
Visits a ConstructorInvocation |
Uses of ConstructorInvocation in koala.dynamicjava.util |
Methods in koala.dynamicjava.util with parameters of type ConstructorInvocation | |
java.lang.Object |
DisplayVisitor.visit(ConstructorInvocation node)
Visits a ConstructorInvocation |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |