| Modifier and Type | Interface and Description |
|---|---|
interface |
BodyElement |
interface |
ClassBodyElement |
interface |
InterfaceBodyElement |
interface |
ParameterTypeName |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedCode |
class |
ClassCode |
class |
ClassModifier |
class |
ConstructorCode |
class |
FieldCode |
class |
InterfaceCode |
class |
InterfaceModifier |
class |
MethodCode |
class |
MethodModifier |
class |
ParameterCode |
class |
VarArgs |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Keyword |
static interface |
Keyword.BreakKeyword |
static interface |
Keyword.ContinueKeyword |
static interface |
Keyword.ThisKeyword |
interface |
SuperKeyword |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCodeElement |
class |
AbstractDefaultCodeElement |
class |
AbstractForwardingCodeElement |
class |
AbstractImmutableCodeElement |
class |
ImmutableCodeElement |
class |
NewLine |
class |
QualifiedSuperKeyword |
class |
WordCodeElement |
| Modifier and Type | Method and Description |
|---|---|
static CodeElement |
NewLine.nextLine() |
protected static CodeElement |
AbstractForwardingCodeElement.toCodeElement(TypeName typeName) |
| Modifier and Type | Method and Description |
|---|---|
protected br.com.objectos.comuns.collections.ImmutableList<CodeElement> |
AbstractImmutableCodeElement.AbstractBuilder.elements() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCodeElement |
ImmutableCodeElement.append(CodeElement element) |
protected ImmutableCodeElement |
AbstractForwardingCodeElement.append(CodeElement element) |
ImmutableCodeElement.Builder |
ImmutableCodeElement.Builder.withCodeElement(CodeElement element) |
SELF |
AbstractImmutableCodeElement.AbstractBuilder.withCodeElement(CodeElement element) |
ImmutableCodeElement.Builder |
ImmutableCodeElement.Builder.withCommaSeparated(CodeElement... elements) |
SELF |
AbstractImmutableCodeElement.AbstractBuilder.withCommaSeparated(CodeElement... elements) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCodeElement.Builder |
ImmutableCodeElement.Builder.withCodeElements(Iterable<? extends CodeElement> elements) |
ImmutableCodeElement.Builder |
ImmutableCodeElement.Builder.withCommaSeparated(Iterable<? extends CodeElement> elements) |
SELF |
AbstractImmutableCodeElement.AbstractBuilder.withCommaSeparated(Iterable<? extends CodeElement> elements) |
| Constructor and Description |
|---|
AbstractImmutableCodeElement(br.com.objectos.comuns.collections.ImmutableList<CodeElement> elements) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignmentOperator |
class |
EmptyExpression |
class |
Expression |
class |
TypeWitness |
| Modifier and Type | Method and Description |
|---|---|
CodeWriter |
CodeWriter.writeCodeElement(CodeElement element) |
CodeWriter |
CodeWriter.writeParenthesized(CodeElement element) |
| Modifier and Type | Method and Description |
|---|---|
CodeWriter |
CodeWriter.writeAnnotations(Iterable<? extends CodeElement> list) |
CodeWriter |
CodeWriter.writeBlock(Iterable<? extends CodeElement> list) |
CodeWriter |
CodeWriter.writeCodeElements(Iterable<? extends CodeElement> elements) |
CodeWriter |
CodeWriter.writeParameters(Iterable<? extends CodeElement> parameters) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssertStatement |
interface |
BlockElement |
interface |
BlockStatement |
interface |
BreakStatement |
interface |
ContinueStatement |
interface |
ExpressionStatement |
interface |
ForInit |
interface |
ForStatement |
interface |
IfStatement |
interface |
LocalVariableDeclarationStatement |
interface |
Resource |
interface |
ReturnStatement |
interface |
Statement |
interface |
SwitchElement |
interface |
ThrowStatement |
interface |
TryStatement |
interface |
VariableInitializer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDefaultStatement |
class |
AbstractStatement |
class |
BasicForStatement |
class |
Block |
class |
CaseSwitchElement |
class |
DefaultSwitchElement |
class |
DoStatement |
class |
EnhancedForStatement |
class |
IfThenElseStatement |
class |
IfThenStatement |
class |
SimpleLocalVariableDeclaration |
class |
SwitchStatement |
class |
SynchronizedStatement |
class |
TryCatchFinallyStatement |
class |
TryCatchStatement |
class |
TrySimpleElement |
class |
TryWithStatement |
class |
WhileStatement |
class |
WithInitLocalVariableDeclaration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassNameOrParameterizedTypeName |
interface |
ReferenceTypeName |
interface |
TypeName |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayTypeName |
class |
ClassName |
class |
NoTypeName |
class |
ParameterizedTypeName |
class |
PrimitiveTypeName |
class |
TypeParameterName |
class |
TypeVariableName |
class |
WildcardTypeName |
static class |
WildcardTypeName.Extends |
static class |
WildcardTypeName.Super |
static class |
WildcardTypeName.Unbounded |
Copyright © 2019 Objectos Software LTDA. All rights reserved.