| Modifier and Type | Method and Description |
|---|---|
static Block |
CodeJava.block(BlockStatement... statements) |
| Modifier and Type | Method and Description |
|---|---|
MethodCode.Builder |
MethodCode.Builder.body(BlockStatement... statements) |
ConstructorCode.Builder |
ConstructorCode.Builder.body(BlockStatement... statements) |
| Modifier and Type | Method and Description |
|---|---|
MethodCode.Builder |
MethodCode.Builder.body(Iterable<? extends BlockStatement> statements) |
ConstructorCode.Builder |
ConstructorCode.Builder.body(Iterable<? extends BlockStatement> statements) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Keyword.BreakKeyword |
static interface |
Keyword.ContinueKeyword |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Assignment |
interface |
ClassInstanceCreationExpression |
interface |
MethodInvocation |
interface |
PostDecrementExpression |
interface |
PostIncrementExpression |
interface |
StatementExpression |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyExpression |
class |
Expression |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssertStatement |
interface |
BreakStatement |
interface |
ContinueStatement |
interface |
ExpressionStatement |
interface |
ForStatement |
interface |
IfStatement |
interface |
LocalVariableDeclarationStatement |
interface |
ReturnStatement |
interface |
Statement |
interface |
ThrowStatement |
interface |
TryStatement |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDefaultStatement |
class |
AbstractStatement |
class |
BasicForStatement |
class |
Block |
class |
DoStatement |
class |
EnhancedForStatement |
class |
IfThenElseStatement |
class |
IfThenStatement |
class |
SimpleLocalVariableDeclaration |
class |
SwitchStatement |
class |
SynchronizedStatement |
class |
TryCatchFinallyStatement |
class |
TryCatchStatement |
class |
TryWithStatement |
class |
WhileStatement |
class |
WithInitLocalVariableDeclaration |
| Modifier and Type | Method and Description |
|---|---|
TryCatchFinallyStatement |
TryCatchStatement._finally(BlockStatement... statements) |
SwitchElement |
CaseSwitchElement.body(BlockStatement... statements) |
StatementOrBlockBuilder |
StatementOrBlockBuilder.withStatement(BlockStatement statement) |
Copyright © 2019 Objectos Software LTDA. All rights reserved.