Uses of Class
koala.dynamicjava.tree.Allocation

Packages that use Allocation
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. 
 

Uses of Allocation in koala.dynamicjava.parser
 

Methods in koala.dynamicjava.parser that return Allocation
 Allocation Parser.simpleAllocationExpression()
          Used internally to parse an expression
 

Uses of Allocation in koala.dynamicjava.tree
 

Subclasses of Allocation in koala.dynamicjava.tree
 class ArrayAllocation
          This class represents the array allocation nodes of the syntax tree
 class ClassAllocation
          This class represents the anonymous class allocation nodes of the syntax tree
 class InnerAllocation
          This class represents the inner allocation nodes of the syntax tree
 class InnerClassAllocation
          This class represents the anonymous inner classe allocation nodes of the syntax tree
 class SimpleAllocation
          This class represents the allocation nodes of the syntax tree
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.