Uses of Class
org.jboss.jdeparser.JInvocation
Packages that use JInvocation
-
Uses of JInvocation in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return JInvocationModifier and TypeMethodDescriptionstatic JInvocationstatic JInvocationAdds a literal argument.JInvocation.arg(JExpression arg) Add an expression to this invocation's argument listCreates an invocation statement and adds it to this block.JBlock.invoke(JExpression expr, String method) Creates an invocation statement and adds it to this block.JBlock.invoke(JExpression expr, JMethod method) Creates an invocation statement and adds it to this block.Creates an invocation statement and adds it to this block.static JInvocationstatic JInvocationJExpr.invoke(JExpression lhs, String method) static JInvocationJExpr.invoke(JExpression lhs, JMethod method) static JInvocationReturns "[this].[method]".Returns "[this].[method]".final JInvocationfinal JInvocationJBlock.staticInvoke(JClass type, String method) Creates a static invocation statement.final JInvocationJClass.staticInvoke(String method) Generates a static method invocation.final JInvocationJClass.staticInvoke(JMethod method) Generates a static method invocation.