public static class CheaderParser.ConditionalStatement extends CheaderParser.Statement
| Modifier and Type | Field and Description | 
|---|---|
| CheaderParser.Value | condition | 
| CheaderParser.StatementBlock | statementBlock | 
data, unaryOperator, whatisit| Constructor and Description | 
|---|
| ConditionalStatement(char whatisit) | 
| Modifier and Type | Method and Description | 
|---|---|
| CheaderParser.StatementBlock | new_statement() | 
| void | set_statement(CheaderParser.StatementBlock val) | 
public CheaderParser.Value condition
public CheaderParser.StatementBlock statementBlock
public CheaderParser.StatementBlock new_statement()
public void set_statement(CheaderParser.StatementBlock val)