public static class StatementUtils.Group
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
StatementUtils.Label |
label |
java.util.List<Statement> |
statements |
| Modifier and Type | Method and Description |
|---|---|
StatementUtils.Group |
copyWithStatements(java.util.List<Statement> newStatements)
Utility method to clone a given
StatementUtils.Group changing the statement list |
public final StatementUtils.Label label
public final java.util.List<Statement> statements
public StatementUtils.Group copyWithStatements(java.util.List<Statement> newStatements)
StatementUtils.Group changing the statement listnewStatements - the new statements of the groupStatementUtils.Group