harpoon.Backend.Generic
Interface Runtime.ObjectBuilder.ArrayInfo

All Superinterfaces:
Runtime.ObjectBuilder.Info
Enclosing interface:
Runtime.ObjectBuilder

public static interface Runtime.ObjectBuilder.ArrayInfo
extends Runtime.ObjectBuilder.Info

Information needed to build an array object.


Method Summary
 Object get(int i)
           
 int length()
           
 
Methods inherited from interface harpoon.Backend.Generic.Runtime.ObjectBuilder.Info
label, type
 

Method Detail

length

public int length()

get

public Object get(int i)