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, retrieveTagequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattachTag, getSubElements, replaceSubElement, retrieveTagpublic java.lang.String getType()
Get the identifier type.
public Identifier getIdentifier()
Get the identifier being defined.