harpoon.Backend.Generic
Interface Runtime.ObjectBuilder.Info

All Known Subinterfaces:
Runtime.ObjectBuilder.ArrayInfo, Runtime.ObjectBuilder.ObjectInfo
Enclosing class:
Runtime.ObjectBuilder

public static interface Runtime.ObjectBuilder.Info

General information about a built object's type and what label to use to refer to it.


Method Summary
 Label label()
           
 HClass type()
           
 

Method Detail

type

HClass type()

label

Label label()