koala.dynamicjava.tree
Class ArrayAllocation.TypeDescriptor

java.lang.Object
  extended by koala.dynamicjava.tree.ArrayAllocation.TypeDescriptor
All Implemented Interfaces:
SourceInfo.Wrapper
Enclosing class:
ArrayAllocation

public static class ArrayAllocation.TypeDescriptor
extends java.lang.Object
implements SourceInfo.Wrapper

This class contains informations about the array to create


Constructor Summary
ArrayAllocation.TypeDescriptor(java.util.List<? extends Expression> sizes, int dim, ArrayInitializer init, SourceInfo si)
          Creates a new type descriptor
 
Method Summary
 SourceInfo getSourceInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayAllocation.TypeDescriptor

public ArrayAllocation.TypeDescriptor(java.util.List<? extends Expression> sizes,
                                      int dim,
                                      ArrayInitializer init,
                                      SourceInfo si)
Creates a new type descriptor

Method Detail

getSourceInfo

public SourceInfo getSourceInfo()
Specified by:
getSourceInfo in interface SourceInfo.Wrapper