jdeparser 1.0.0.Final-redhat-1

Uses of Class
org.jboss.jdeparser.JInvocation

Packages that use JInvocation
org.jboss.jdeparser   
 

Uses of JInvocation in org.jboss.jdeparser
 

Methods in org.jboss.jdeparser that return JInvocation
static JInvocation JExpr._new(JClass c)
           
static JInvocation JExpr._new(JType t)
           
 JInvocation JInvocation.arg(JExpression arg)
          Add an expression to this invocation's argument list
 JInvocation JInvocation.arg(String v)
          Adds a literal argument.
 JInvocation JBlock.invoke(JExpression expr, JMethod method)
          Creates an invocation statement and adds it to this block.
static JInvocation JExpr.invoke(JExpression lhs, JMethod method)
           
 JInvocation JBlock.invoke(JExpression expr, String method)
          Creates an invocation statement and adds it to this block.
static JInvocation JExpr.invoke(JExpression lhs, String method)
           
 JInvocation JExpression.invoke(JMethod method)
          Returns "[this].[method]".
 JInvocation JExpressionImpl.invoke(JMethod method)
           
 JInvocation JBlock.invoke(JMethod method)
          Creates an invocation statement and adds it to this block.
static JInvocation JExpr.invoke(JMethod method)
           
 JInvocation JExpression.invoke(String method)
          Returns "[this].[method]".
 JInvocation JExpressionImpl.invoke(String method)
           
 JInvocation JBlock.invoke(String method)
          Creates an invocation statement and adds it to this block.
static JInvocation JExpr.invoke(String method)
           
 JInvocation JBlock.staticInvoke(JClass type, String method)
          Creates a static invocation statement.
 JInvocation JClass.staticInvoke(JMethod method)
          Generates a static method invocation.
 JInvocation JClass.staticInvoke(String method)
          Generates a static method invocation.
 


jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.