Uses of Interface
org.inxar.jenesis.NewArray

Packages that use NewArray
com.inxar.jenesis Classes which implement Java language elements. 
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of NewArray in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return NewArray
 NewArray MVM.newArray(Type type)
           
 

Uses of NewArray in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return NewArray
abstract  NewArray VirtualMachine.newArray(Type type)
          Expression factory method which returns a new array instance creation expression for the given type.
 NewArray NewArray.addDim(Expression e)
          Sets the given expression for the given dimension.
 NewArray NewArray.addDim()
          Sets the given dimension without an argument ([]).