|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.type.RecordType.ElementDeclaration
public static class RecordType.ElementDeclaration
Element declaration in a record type.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getIdentifiers()
Returns the declared identifiers in this element declaration. |
SubtypeIndication |
getType()
Returns the type of this elements. |
void |
setType(SubtypeIndication type)
Sets the type of this elements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.List<java.lang.String> getIdentifiers()
public SubtypeIndication getType()
public void setType(SubtypeIndication type)
type
- the type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |