| Package | Description |
|---|---|
| br.com.objectos.code.java | |
| br.com.objectos.code.java.element | |
| br.com.objectos.code.java.expression | |
| br.com.objectos.code.java.type |
| Modifier and Type | Method and Description |
|---|---|
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
String methodName) |
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
String methodName,
Argument a1) |
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
String methodName,
Argument a1,
Argument a2) |
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
String methodName,
Argument a1,
Argument a2,
Argument a3) |
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
String methodName,
Argument a1,
Argument a2,
Argument a3,
Argument a4) |
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
String methodName,
Iterable<? extends Argument> args) |
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
TypeWitness witness,
String methodName) |
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
TypeWitness witness,
String methodName,
Argument a1) |
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
TypeWitness witness,
String methodName,
Argument a1,
Argument a2) |
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
TypeWitness witness,
String methodName,
Argument a1,
Argument a2,
Argument a3) |
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
TypeWitness witness,
String methodName,
Argument a1,
Argument a2,
Argument a3,
Argument a4) |
static MethodInvocation |
CodeJavaTrial.invoke(Callee callee,
TypeWitness witness,
String methodName,
Iterable<? extends Argument> args) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Keyword.ThisKeyword |
interface |
SuperKeyword |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Callee |
AbstractDefaultCodeElement.selfCallee() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayAccess |
interface |
ArrayCreationExpression |
interface |
ClassInstanceCreationExpression |
interface |
ExpressionName |
interface |
FieldAccess |
interface |
Identifier |
interface |
Literal |
interface |
MethodInvocation |
interface |
MethodReference |
interface |
ParenthesizedExpression |
(package private) interface |
br.com.objectos.code.java.expression.Primary |
interface |
PrimaryNoNewArray |
| Modifier and Type | Method and Description |
|---|---|
static MethodInvocation |
Expressions.invoke(Callee callee,
String methodName) |
static MethodInvocation |
Expressions.invoke(Callee callee,
String methodName,
Argument a1) |
static MethodInvocation |
Expressions.invoke(Callee callee,
String methodName,
Argument a1,
Argument a2) |
static MethodInvocation |
Expressions.invoke(Callee callee,
String methodName,
Argument a1,
Argument a2,
Argument a3) |
static MethodInvocation |
Expressions.invoke(Callee callee,
String methodName,
Argument a1,
Argument a2,
Argument a3,
Argument a4) |
static MethodInvocation |
Expressions.invoke(Callee callee,
String methodName,
Iterable<? extends Argument> args) |
static MethodInvocation |
Expressions.invoke(Callee callee,
TypeWitness witness,
String methodName) |
static MethodInvocation |
Expressions.invoke(Callee callee,
TypeWitness witness,
String methodName,
Argument a1) |
static MethodInvocation |
Expressions.invoke(Callee callee,
TypeWitness witness,
String methodName,
Argument a1,
Argument a2) |
static MethodInvocation |
Expressions.invoke(Callee callee,
TypeWitness witness,
String methodName,
Argument a1,
Argument a2,
Argument a3) |
static MethodInvocation |
Expressions.invoke(Callee callee,
TypeWitness witness,
String methodName,
Argument a1,
Argument a2,
Argument a3,
Argument a4) |
static MethodInvocation |
Expressions.invoke(Callee callee,
TypeWitness witness,
String methodName,
Iterable<? extends Argument> args) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassName |
Copyright © 2019 Objectos Software LTDA. All rights reserved.