|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InnerAllocation | |
| koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
| 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 InnerAllocation in koala.dynamicjava.interpreter |
| Methods in koala.dynamicjava.interpreter with parameters of type InnerAllocation | |
java.lang.Object |
TypeChecker.visit(InnerAllocation node)
Visits a InnerAllocation |
java.lang.Object |
NameVisitor.visit(InnerAllocation node)
Visits a InnerAllocation |
java.lang.Object |
EvaluationVisitor.visit(InnerAllocation node)
Visits a InnerAllocation |
| Uses of InnerAllocation in koala.dynamicjava.tree |
| Subclasses of InnerAllocation in koala.dynamicjava.tree | |
class |
InnerClassAllocation
This class represents the anonymous inner classe allocation nodes of the syntax tree |
| Uses of InnerAllocation in koala.dynamicjava.tree.visitor |
| Methods in koala.dynamicjava.tree.visitor with parameters of type InnerAllocation | |
java.lang.Object |
VisitorObject.visit(InnerAllocation node)
Visits an InnerAllocation |
java.lang.Object |
Visitor.visit(InnerAllocation node)
Visits an InnerAllocation |
| Uses of InnerAllocation in koala.dynamicjava.util |
| Methods in koala.dynamicjava.util with parameters of type InnerAllocation | |
java.lang.Object |
DisplayVisitor.visit(InnerAllocation node)
Visits an InnerAllocation |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||