| Package | Description |
|---|---|
| io.sundr.codegen.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableStringStatement |
class |
StringStatement |
| Modifier and Type | Method and Description |
|---|---|
Statement |
BlockFluent.buildFirstStatement() |
Statement |
BlockFluentImpl.buildFirstStatement() |
Statement |
BlockFluent.buildLastStatement() |
Statement |
BlockFluentImpl.buildLastStatement() |
Statement |
BlockFluent.buildMatchingStatement(Predicate<Builder<? extends Statement>> predicate) |
Statement |
BlockFluentImpl.buildMatchingStatement(Predicate<Builder<? extends Statement>> predicate) |
Statement |
BlockFluent.buildStatement(int index) |
Statement |
BlockFluentImpl.buildStatement(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
BlockFluent.buildStatements() |
List<Statement> |
BlockFluentImpl.buildStatements() |
List<Statement> |
BlockFluent.getStatements()
Deprecated.
|
List<Statement> |
Block.getStatements() |
List<Statement> |
BlockFluentImpl.getStatements()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
A |
BlockFluent.addToStatements(int index,
Statement item) |
A |
BlockFluentImpl.addToStatements(int index,
Statement item) |
A |
BlockFluent.addToStatements(Statement... items) |
A |
BlockFluentImpl.addToStatements(Statement... items) |
A |
BlockFluent.removeFromStatements(Statement... items) |
A |
BlockFluentImpl.removeFromStatements(Statement... items) |
A |
BlockFluent.setToStatements(int index,
Statement item) |
A |
BlockFluentImpl.setToStatements(int index,
Statement item) |
A |
BlockFluent.withStatements(Statement... statements) |
A |
BlockFluentImpl.withStatements(Statement... statements) |
| Modifier and Type | Method and Description |
|---|---|
A |
BlockFluent.addAllToStatements(Collection<Statement> items) |
A |
BlockFluentImpl.addAllToStatements(Collection<Statement> items) |
Statement |
BlockFluent.buildMatchingStatement(Predicate<Builder<? extends Statement>> predicate) |
Statement |
BlockFluentImpl.buildMatchingStatement(Predicate<Builder<? extends Statement>> predicate) |
A |
BlockFluent.removeAllFromStatements(Collection<Statement> items) |
A |
BlockFluentImpl.removeAllFromStatements(Collection<Statement> items) |
A |
BlockFluent.withStatements(List<Statement> statements) |
A |
BlockFluentImpl.withStatements(List<Statement> statements) |
| Constructor and Description |
|---|
Block(List<Statement> statements) |
Block(Provider<List<Statement>> provider) |
EditableBlock(List<Statement> statements) |
Copyright © 2016. All Rights Reserved.