public static class CheaderParser.Assignment extends CheaderParser.Statement
Modifier and Type | Field and Description |
---|---|
java.lang.String |
assignOperator |
int |
nrofRefLevels_variable |
CheaderParser.Value |
value |
CheaderParser.Variable |
variable |
data, unaryOperator, whatisit
Constructor and Description |
---|
Assignment() |
Modifier and Type | Method and Description |
---|---|
void |
add_Refvariable(CheaderParser.Variable src) |
CheaderParser.Variable |
new_Refvariable() |
public CheaderParser.Variable variable
public int nrofRefLevels_variable
public java.lang.String assignOperator
public CheaderParser.Value value
public CheaderParser.Variable new_Refvariable()
public void add_Refvariable(CheaderParser.Variable src)