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