Uses of Interface
org.jboss.jdeparser.JCall
-
Uses of JCall in org.jboss.jdeparser
Subinterfaces of JCall in org.jboss.jdeparserClasses in org.jboss.jdeparser that implement JCallModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
Methods in org.jboss.jdeparser that return JCallModifier and TypeMethodDescriptionAbstractJType._new()
Insert an object construction statement at this point.Insert an object construction statement at this point.Insert an object construction statement at this point.Get an expression to construct a new inner class instance of this instance expression.Get an expression to construct a new inner class instance of this instance expression.Get an expression to construct a new inner class instance of this instance expression.JType._new()
Construct a new instance of this non-array type.NarrowedJType._new()
ReferenceJType._new()
ThisJType._new()
Add an actual parameter argument to this call.AbstractJType.call
(ExecutableElement method) BasicJBlock.call
(ExecutableElement element) BasicJBlock.call
(JExpr obj, ExecutableElement element) Insert a method invocation at this point.JBlock.call
(ExecutableElement element) Insert a method invocation at this point.Insert a method invocation at this point.JBlock.call
(JExpr obj, ExecutableElement element) Insert a method invocation at this point.Call the given method on this expression.static JCall
Generate a method call expression to the given method name.static JCall
JExprs.call
(ExecutableElement element) Generate a method call expression to the given element.Call a static method on this type.JType.call
(ExecutableElement method) Call a static method on this type.BasicJBlock.callStatic
(Class<?> type, String name) BasicJBlock.callStatic
(String type, String name) BasicJBlock.callStatic
(ExecutableElement element) BasicJBlock.callStatic
(JType type, String name) JBlock.callStatic
(Class<?> type, String name) Insert a type-qualified static method invocation at this point.JBlock.callStatic
(String type, String name) Insert a type-qualified static method invocation at this point.JBlock.callStatic
(ExecutableElement element) Insert a type-qualified static method invocation at this point.JBlock.callStatic
(JType type, String name) Insert a type-qualified static method invocation at this point.static JCall
JExprs.callStatic
(Class<?> type, String name) Generate a method call expression to a method on the given static type.static JCall
JExprs.callStatic
(String type, String name) Generate a method call expression to a method on the given static type.static JCall
JExprs.callStatic
(JType type, String name) Generate a method call expression to a method on the given static type.BasicJBlock.callSuper()
JBlock.callSuper()
Insert asuper()
call at this point.BasicJBlock.callThis()
JBlock.callThis()
Insert athis()
call at this point.AbstractJCall.diamond()
JCall.diamond()
Use the "diamond"<>
syntax to specify inferred type arguments.NewJCall.diamond()
Add a type argument to this call.Add a type argument to this call.Add a type argument to this call.