Uses of Class
koala.dynamicjava.tree.ArrayAllocation.TypeDescriptor

Packages that use ArrayAllocation.TypeDescriptor
koala.dynamicjava.parser.impl   
koala.dynamicjava.tree   
 

Uses of ArrayAllocation.TypeDescriptor in koala.dynamicjava.parser.impl
 

Methods in koala.dynamicjava.parser.impl that return ArrayAllocation.TypeDescriptor
 ArrayAllocation.TypeDescriptor Parser.arrayDimsAndInits()
          Used internally to parse an expression
 

Uses of ArrayAllocation.TypeDescriptor in koala.dynamicjava.tree
 

Constructors in koala.dynamicjava.tree with parameters of type ArrayAllocation.TypeDescriptor
ArrayAllocation(TypeName tp, ArrayAllocation.TypeDescriptor td)
          Initializes the expression
ArrayAllocation(TypeName tp, ArrayAllocation.TypeDescriptor td, SourceInfo si)
          Initializes the expression