public static class CheaderParser.StatementBlock extends CheaderParser.Statement
Listin the order of the source. A StatementBlock is astatements;
CheaderParser.Statement
itself because a StatementBlock can contain an inner Block.Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
conditionDef |
java.lang.String |
sTACKTRC_ENTRY |
(package private) java.util.List<CheaderParser.Statement> |
statements |
data, unaryOperator, whatisit
Constructor and Description |
---|
StatementBlock() |
Modifier and Type | Method and Description |
---|---|
void |
add_assignment(CheaderParser.Assignment val) |
void |
add_if_statement(CheaderParser.ConditionalStatement val) |
void |
add_returnAssignment(CheaderParser.Value val) |
void |
add_simpleMethodCall(CheaderParser.MethodCall val) |
void |
add_statement(CheaderParser.StatementBlock val) |
void |
add_statementBlock(CheaderParser.StatementBlock val) |
void |
add_variabledefinition(CheaderParser.VariableDefinition val) |
CheaderParser.Assignment |
new_assignment() |
CheaderParser.ConditionalStatement |
new_if_statement() |
CheaderParser.Value |
new_returnAssignment() |
CheaderParser.MethodCall |
new_simpleMethodCall() |
CheaderParser.StatementBlock |
new_statement()
A statement is a syntax component which contains any of the statements.
|
CheaderParser.StatementBlock |
new_statementBlock() |
CheaderParser.VariableDefinition |
new_variabledefinition() |
void |
set_conditionDef(java.lang.String arg) |
java.util.List<CheaderParser.Statement> statements
java.lang.String conditionDef
public java.lang.String sTACKTRC_ENTRY
public CheaderParser.StatementBlock new_statement()
public void add_statement(CheaderParser.StatementBlock val)
public CheaderParser.StatementBlock new_statementBlock()
public void add_statementBlock(CheaderParser.StatementBlock val)
public CheaderParser.MethodCall new_simpleMethodCall()
public void add_simpleMethodCall(CheaderParser.MethodCall val)
public CheaderParser.Assignment new_assignment()
public void add_assignment(CheaderParser.Assignment val)
public CheaderParser.VariableDefinition new_variabledefinition()
public void add_variabledefinition(CheaderParser.VariableDefinition val)
public CheaderParser.ConditionalStatement new_if_statement()
public void add_if_statement(CheaderParser.ConditionalStatement val)
public CheaderParser.Value new_returnAssignment()
public void add_returnAssignment(CheaderParser.Value val)
public void set_conditionDef(java.lang.String arg)