public class Definition extends Statement implements ILeftExpression
This AST element represents definition statements.
Note: Currently, definitions are read-only elements and cannot be generated by API users.
Identifier
Modifier and Type | Method and Description |
---|---|
Identifier |
getIdentifier()
Get the identifier being defined.
|
java.lang.String |
getType()
Get the identifier type.
|
attachTag, getSubElements, isCompound, replaceSubElement, retrieveTag
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
attachTag, getSubElements, replaceSubElement, retrieveTag
public java.lang.String getType()
Get the identifier type.
public Identifier getIdentifier()
Get the identifier being defined.