koala.dynamicjava.tree
Class ArrayAllocation.TypeDescriptor

java.lang.Object
  extended bykoala.dynamicjava.tree.ArrayAllocation.TypeDescriptor
Enclosing class:
ArrayAllocation

public static class ArrayAllocation.TypeDescriptor
extends java.lang.Object

This class contains informations about the array to create


Field Summary
 int endColumn
          The end column
 int endLine
          The end line
 
Constructor Summary
ArrayAllocation.TypeDescriptor(java.util.List sizes, int dim, ArrayInitializer init, int el, int ec)
          Creates a new type descriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endLine

public int endLine
The end line


endColumn

public int endColumn
The end column

Constructor Detail

ArrayAllocation.TypeDescriptor

public ArrayAllocation.TypeDescriptor(java.util.List sizes,
                                      int dim,
                                      ArrayInitializer init,
                                      int el,
                                      int ec)
Creates a new type descriptor



Copyright © 2001 Stephane Hillion. All Rights Reserved.