Uses of Interface
org.inxar.jenesis.Invoke

Packages that use Invoke
com.inxar.jenesis Classes which implement Java language elements. 
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of Invoke in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return Invoke
 Invoke MVM.newInvoke(java.lang.String qual, java.lang.String name)
           
 

Uses of Invoke in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return Invoke
 Invoke Invoke.addArg(Expression e)
          Adds the given expression to the list of arguments for this method invocation.
abstract  Invoke VirtualMachine.newInvoke(java.lang.String qualifier, java.lang.String name)
          Expression factory method which returns a new method invocation with the given qualifier and name.