|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface of our representation of value types.
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. |
Method Detail |
public Value getBaseValue()
public TypeSystemNode[] getAllMembers()
public TypeSystemNode[] getAllFields()
public TypeSystemNode[] getAllOperations()
public Interface[] getInterfaces()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |