JCall |
AbstractJExpr._new(java.lang.Class<?> type) |
|
JCall |
AbstractJExpr._new(java.lang.String type) |
|
JCall |
AbstractJExpr._new(JType type) |
|
JCall |
AbstractJType._new() |
|
JCall |
BasicJBlock._new(java.lang.Class<?> type) |
|
JCall |
BasicJBlock._new(java.lang.String type) |
|
JCall |
BasicJBlock._new(JType type) |
|
JCall |
JBlock._new(java.lang.Class<?> type) |
Insert an object construction statement at this point.
|
JCall |
JBlock._new(java.lang.String type) |
Insert an object construction statement at this point.
|
JCall |
JBlock._new(JType type) |
Insert an object construction statement at this point.
|
JCall |
JExpr._new(java.lang.Class<?> type) |
Get an expression to construct a new inner class instance of this instance expression.
|
JCall |
JExpr._new(java.lang.String type) |
Get an expression to construct a new inner class instance of this instance expression.
|
JCall |
JExpr._new(JType type) |
Get an expression to construct a new inner class instance of this instance expression.
|
JCall |
JType._new() |
Construct a new instance of this non-array type.
|
JCall |
NarrowedJType._new() |
|
JCall |
NarrowedJType._new(JExpr dim) |
|
JCall |
NestedJType._new(JExpr dim) |
|
JCall |
ReferenceJType._new() |
|
JCall |
ThisJType._new() |
|
JCall |
AbstractJCall.arg(JExpr expr) |
|
JCall |
JCall.arg(JExpr expr) |
Add an actual parameter argument to this call.
|
JCall |
AbstractJExpr.call(java.lang.String name) |
|
JCall |
AbstractJType.call(java.lang.String name) |
|
JCall |
AbstractJType.call(javax.lang.model.element.ExecutableElement method) |
|
JCall |
BasicJBlock.call(java.lang.String name) |
|
JCall |
BasicJBlock.call(javax.lang.model.element.ExecutableElement element) |
|
JCall |
BasicJBlock.call(JExpr obj,
java.lang.String name) |
|
JCall |
BasicJBlock.call(JExpr obj,
javax.lang.model.element.ExecutableElement element) |
|
JCall |
JBlock.call(java.lang.String name) |
Insert a method invocation at this point.
|
JCall |
JBlock.call(javax.lang.model.element.ExecutableElement element) |
Insert a method invocation at this point.
|
JCall |
JBlock.call(JExpr obj,
java.lang.String name) |
Insert a method invocation at this point.
|
JCall |
JBlock.call(JExpr obj,
javax.lang.model.element.ExecutableElement element) |
Insert a method invocation at this point.
|
JCall |
JExpr.call(java.lang.String name) |
Call the given method on this expression.
|
static JCall |
JExprs.call(java.lang.String name) |
Generate a method call expression to the given method name.
|
static JCall |
JExprs.call(javax.lang.model.element.ExecutableElement element) |
Generate a method call expression to the given element.
|
JCall |
JType.call(java.lang.String name) |
Call a static method on this type.
|
JCall |
JType.call(javax.lang.model.element.ExecutableElement method) |
Call a static method on this type.
|
JCall |
NarrowedJType.call(java.lang.String name) |
|
JCall |
BasicJBlock.callStatic(java.lang.Class<?> type,
java.lang.String name) |
|
JCall |
BasicJBlock.callStatic(java.lang.String type,
java.lang.String name) |
|
JCall |
BasicJBlock.callStatic(javax.lang.model.element.ExecutableElement element) |
|
JCall |
BasicJBlock.callStatic(JType type,
java.lang.String name) |
|
JCall |
JBlock.callStatic(java.lang.Class<?> type,
java.lang.String name) |
Insert a type-qualified static method invocation at this point.
|
JCall |
JBlock.callStatic(java.lang.String type,
java.lang.String name) |
Insert a type-qualified static method invocation at this point.
|
JCall |
JBlock.callStatic(javax.lang.model.element.ExecutableElement element) |
Insert a type-qualified static method invocation at this point.
|
JCall |
JBlock.callStatic(JType type,
java.lang.String name) |
Insert a type-qualified static method invocation at this point.
|
static JCall |
JExprs.callStatic(java.lang.Class<?> type,
java.lang.String name) |
Generate a method call expression to a method on the given static type.
|
static JCall |
JExprs.callStatic(java.lang.String type,
java.lang.String name) |
Generate a method call expression to a method on the given static type.
|
static JCall |
JExprs.callStatic(JType type,
java.lang.String name) |
Generate a method call expression to a method on the given static type.
|
JCall |
BasicJBlock.callSuper() |
|
JCall |
JBlock.callSuper() |
Insert a super() call at this point.
|
JCall |
BasicJBlock.callThis() |
|
JCall |
JBlock.callThis() |
Insert a this() call at this point.
|
JCall |
AbstractJCall.diamond() |
|
JCall |
JCall.diamond() |
Use the "diamond" <> syntax to specify inferred type arguments.
|
JCall |
NewJCall.diamond() |
|
JCall |
AbstractJCall.typeArg(java.lang.Class<?> type) |
|
JCall |
AbstractJCall.typeArg(java.lang.String type) |
|
JCall |
AbstractJCall.typeArg(JType type) |
|
JCall |
DirectJCall.typeArg(JType type) |
|
JCall |
JCall.typeArg(java.lang.Class<?> type) |
Add a type argument to this call.
|
JCall |
JCall.typeArg(java.lang.String type) |
Add a type argument to this call.
|
JCall |
JCall.typeArg(JType type) |
Add a type argument to this call.
|