|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleAllocation | |
|---|---|
| edu.rice.cs.dynamicjava.interpreter | |
| koala.dynamicjava.tree | |
| koala.dynamicjava.tree.visitor | Contains interfaces and classes for traversing the syntax tree. |
| koala.dynamicjava.util | Contains miscellaneous utility classes. |
| Uses of SimpleAllocation in edu.rice.cs.dynamicjava.interpreter |
|---|
| Methods in edu.rice.cs.dynamicjava.interpreter with parameters of type SimpleAllocation | |
|---|---|
Object |
ExpressionEvaluator.visit(SimpleAllocation node)
|
| Uses of SimpleAllocation in koala.dynamicjava.tree |
|---|
| Subclasses of SimpleAllocation in koala.dynamicjava.tree | |
|---|---|
class |
AnonymousAllocation
This class represents the anonymous class allocation nodes of the syntax tree. |
| Uses of SimpleAllocation in koala.dynamicjava.tree.visitor |
|---|
| Methods in koala.dynamicjava.tree.visitor with parameters of type SimpleAllocation | |
|---|---|
Void |
DepthFirstVisitor.visit(SimpleAllocation node)
|
T |
AbstractVisitor.visit(SimpleAllocation node)
Visits a SimpleAllocation |
T |
Visitor.visit(SimpleAllocation node)
|
| Uses of SimpleAllocation in koala.dynamicjava.util |
|---|
| Methods in koala.dynamicjava.util with parameters of type SimpleAllocation | |
|---|---|
Void |
DisplayVisitor.visit(SimpleAllocation node)
Visits an SimpleAllocation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||