public static class CheaderParser.VariableDefinition extends CheaderParser.Statement
Modifier and Type | Field and Description |
---|---|
CheaderParser.Arraysize |
arraysize |
int |
bitField |
CheaderParser.Value |
defaultValue |
CheaderParser.Description |
description |
(package private) java.util.List<CheaderParser.VariableDefinition> |
moreVariable |
java.lang.String |
name |
CheaderParser.Type |
type |
data, unaryOperator, whatisit
Constructor and Description |
---|
VariableDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
add_typeRefModifier(CheaderParser.Type val) |
CheaderParser.VariableDefinition |
new_name() |
CheaderParser.Type |
new_typeRefModifier()
Add modifier to the existing type.
|
java.lang.String |
toString() |
public CheaderParser.Description description
public CheaderParser.Type type
public java.lang.String name
public int bitField
public CheaderParser.Arraysize arraysize
public CheaderParser.Value defaultValue
java.util.List<CheaderParser.VariableDefinition> moreVariable
public CheaderParser.VariableDefinition new_name()
public CheaderParser.Type new_typeRefModifier()
public void add_typeRefModifier(CheaderParser.Type val)
public java.lang.String toString()
toString
in class java.lang.Object