Uses of Class
com.sun.codemodel.JInvocation
Packages that use JInvocation
-
Uses of JInvocation in com.sun.codemodel
Methods in com.sun.codemodel that return JInvocationModifier and TypeMethodDescriptionstatic JInvocationstatic JInvocationJInvocation.arg(JExpression arg) Add an expression to this invocation's argument listAdds a literal argument.JBlock.invoke(JExpression expr, JMethod method) Creates 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.Creates an invocation statement and adds it to this block.Creates an invocation statement and adds it to this block.static JInvocationJExpr.invoke(JExpression lhs, JMethod method) static JInvocationJExpr.invoke(JExpression lhs, String method) static JInvocationstatic JInvocationReturns "[this].[method]".Returns "[this].[method]".final JInvocationfinal JInvocationJBlock.staticInvoke(JClass type, String method) Creates a static invocation statement.final JInvocationJClass.staticInvoke(JMethod method) Generates a static method invocation.final JInvocationJClass.staticInvoke(String method) Generates a static method invocation.