harpoon.Backend.Generic
Interface Runtime.ObjectBuilder.ArrayInfo

All Superinterfaces:
Runtime.ObjectBuilder.Info
Enclosing class:
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

int length()

get

Object get(int i)