org.jacorb.ir.gui.typesystem
public interface Value
Method Summary | |
---|---|
TypeSystemNode[] | getAllFields()
Returns all fields defined here, including fields from
the base value and interfaces. |
TypeSystemNode[] | getAllMembers()
Returns all value members defined here, including value members from
the base value. |
TypeSystemNode[] | getAllOperations()
Returns all operations defined here, including operations from
the base value and interfaces, but excluding initializers. |
Value | getBaseValue()
Return the concrete base value of this value, or null
if this base value has no base value. |
Interface[] | getInterfaces()
Return an array of the interfaces that this value implements. |