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

Packages that use ArrayAllocation.TypeDescriptor
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 ArrayAllocation.TypeDescriptor in koala.dynamicjava.parser
 

Methods in koala.dynamicjava.parser 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(Type tp, ArrayAllocation.TypeDescriptor td)
          Initializes the expression
ArrayAllocation(Type tp, ArrayAllocation.TypeDescriptor td, java.lang.String fn, int bl, int bc, int el, int ec)
          Initializes the expression
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.