| Package | Description |
|---|---|
| br.com.objectos.code.java | |
| br.com.objectos.code.java.element | |
| br.com.objectos.code.java.expression | |
| br.com.objectos.code.java.statement |
| Modifier and Type | Method and Description |
|---|---|
static DoStatement.Builder |
CodeJava._do(BlockElement... elements) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Keyword.BreakKeyword |
static interface |
Keyword.ContinueKeyword |
| Modifier and Type | Class and Description |
|---|---|
class |
NewLine |
| 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 |
BlockStatement |
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 |
|---|---|
static DoStatement.Builder |
DoStatement._do(BlockElement... elements) |
IfThenElseStatement |
IfThenStatement._else(BlockElement... elements) |
BasicForStatement |
BasicForStatement.Builder.block(BlockElement... elements) |
EnhancedForStatement |
EnhancedForStatement.Builder.block(BlockElement... elements) |
IfThenStatement |
IfThenStatement.Builder.block(BlockElement... elements) |
TryCatchStatement |
TryCatchStatement.Builder.block(BlockElement... elements) |
static Block |
Block.of(BlockElement... elements) |
IfThenStatement |
IfThenStatement.Builder.then(BlockElement... elements) |
| Modifier and Type | Method and Description |
|---|---|
static Block |
Block.of(br.com.objectos.comuns.collections.GrowableList<? extends BlockElement> elements) |
Copyright © 2019 Objectos Software LTDA. All rights reserved.