Uses of Class
com.caucho.java.gen.CallChain

Packages that use CallChain
com.caucho.java.gen   
 

Uses of CallChain in com.caucho.java.gen
 

Subclasses of CallChain in com.caucho.java.gen
 class FilterCallChain
          Generates code for a method call.
 class MethodCallChain
          Generates the skeleton for a method call.
 class SuperMethodCallChain
          Generates the skeleton for a method call.
 

Methods in com.caucho.java.gen that return CallChain
 CallChain BaseMethod.getCall()
          Returns the call.
 

Methods in com.caucho.java.gen with parameters of type CallChain
 void BaseMethod.setCall(CallChain call)
          Sets the call.
 

Constructors in com.caucho.java.gen with parameters of type CallChain
BaseMethod(java.lang.reflect.Method method, CallChain call)
          Creates the base method
BaseMethod(java.lang.String methodName, CallChain call)
          Creates the base method
FilterCallChain(CallChain next)