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) |
MethodInvocation |
Callee.invoke(String methodName) |
static MethodInvocation |
Expressions.invoke(String methodName) |
MethodInvocation |
Callee.invoke(String methodName,
Argument a1) |
static MethodInvocation |
Expressions.invoke(String methodName,
Argument a1) |
MethodInvocation |
Callee.invoke(String methodName,
Argument a1,
Argument a2) |
static MethodInvocation |
Expressions.invoke(String methodName,
Argument a1,
Argument a2) |
MethodInvocation |
Callee.invoke(String methodName,
Argument a1,
Argument a2,
Argument a3) |
static MethodInvocation |
Expressions.invoke(String methodName,
Argument a1,
Argument a2,
Argument a3) |
MethodInvocation |
Callee.invoke(String methodName,
Argument a1,
Argument a2,
Argument a3,
Argument a4) |
static MethodInvocation |
Expressions.invoke(String methodName,
Argument a1,
Argument a2,
Argument a3,
Argument a4) |
MethodInvocation |
Callee.invoke(String methodName,
Iterable<? extends Argument> args) |
static MethodInvocation |
Expressions.invoke(String methodName,
Iterable<? extends Argument> args) |
MethodInvocation |
Callee.invoke(TypeWitness witness,
String methodName) |
MethodInvocation |
Callee.invoke(TypeWitness witness,
String methodName,
Argument a1) |
MethodInvocation |
Callee.invoke(TypeWitness witness,
String methodName,
Argument a1,
Argument a2) |
MethodInvocation |
Callee.invoke(TypeWitness witness,
String methodName,
Argument a1,
Argument a2,
Argument a3) |
MethodInvocation |
Callee.invoke(TypeWitness witness,
String methodName,
Argument a1,
Argument a2,
Argument a3,
Argument a4) |
MethodInvocation |
Callee.invoke(TypeWitness witness,
String methodName,
Iterable<? extends Argument> args) |
MethodInvocation |
MethodInvocation.nl() |