public class StaticField extends NonStatement implements ILeftExpression
This AST element represents an static field variable.
It should not be confused with Field
definition objects.
Currently, static fields are read-only elements and cannot be user-created.
InstanceField
Modifier and Type | Method and Description |
---|---|
Field |
getField()
Get the field.
|
attachTag, getSubElements, replaceSubElement, retrieveTag
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
attachTag, getSubElements, replaceSubElement, retrieveTag
public Field getField()
Get the field.