public static class CheaderParser.Variable extends CheaderParser.ValueEntry
Modifier and Type | Field and Description |
---|---|
CheaderParser.ExternObject |
externObject
The Object which's variable is accessed.
|
CheaderParser.Value |
index |
boolean |
postDecrement |
boolean |
postIncrement |
boolean |
preDecrement |
boolean |
preIncrement |
java.lang.String |
simpleVariable |
data, unaryOperator, whatisit
Constructor and Description |
---|
Variable() |
public boolean preDecrement
public boolean preIncrement
public boolean postDecrement
public boolean postIncrement
public java.lang.String simpleVariable
public CheaderParser.ExternObject externObject
public CheaderParser.Value index