Package | Description |
---|---|
parsehelpers |
Modifier and Type | Field and Description |
---|---|
static StatementSet |
StatementTypes.allAndBlockStatementTypes
All statement types including blocks and catch clauses.
|
static StatementSet |
StatementTypes.allStatementTypes
All statement types apart from blocks and catch clauses.
|
static StatementSet |
StatementTypes.blockStatementType
The block statement type.
|
static StatementSet |
StatementTypes.branchStatementTypes
The branch statement types, including conditions and loops.
|
static StatementSet |
StatementTypes.catchClauseStatementType
The catch statement type.
|
static StatementSet |
StatementTypes.conditionStatementTypes
The condition statement types, including if, switch and try statements.
|
static StatementSet |
StatementTypes.loopStatementTypes
The loop statement types, including for, while and do/while statements.
|
static StatementSet |
StatementTypes.simpleStatementTypes
The simple statements, including expressions, variable declarations, etc.
|
Constructor and Description |
---|
StatementSet(StatementSet... sets)
Initializes this set providing other sets.
|
Copyright © 2017. All rights reserved.