Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.techtrader.modules.tools.bytecode.MethodInstruction

Uses of MethodInstruction in com.techtrader.modules.tools.bytecode
 

Methods in com.techtrader.modules.tools.bytecode that return MethodInstruction
 MethodInstruction MethodInstruction.setMethod(BCMethod method)
          Set the method to operate on.
 MethodInstruction MethodInstruction.setMethod(java.lang.reflect.Method method)
          Set the method to operate on.
 MethodInstruction MethodInstruction.setMethod(java.lang.reflect.Constructor method)
          Set the method to operate on.
 MethodInstruction MethodInstruction.setMethod(java.lang.String name, java.lang.String returnType, java.lang.String[] paramTypes, java.lang.String ownerType)
          Set the method to operate on.
 MethodInstruction MethodInstruction.setMethod(java.lang.String name, java.lang.Class returnType, java.lang.Class[] paramTypes, java.lang.String ownerType)
          Set the method to operate on.
 MethodInstruction MethodInstruction.setMethod(java.lang.String name, java.lang.Class returnType, java.lang.Class[] paramTypes, java.lang.Class ownerType)
          Set the method to operate on.
 MethodInstruction MethodInstruction.setMethodName(java.lang.String name)
          Change the method name.
 MethodInstruction MethodInstruction.setMethodOwnerTypeName(java.lang.String name)
          Change the method owner type.
 MethodInstruction MethodInstruction.setMethodReturnTypeName(java.lang.String name)
          Change the method return type.
 MethodInstruction MethodInstruction.setMethodParamTypeNames(java.lang.String[] names)
          Change the method param types.
 MethodInstruction Code.invokevirtual()
           
 MethodInstruction Code.invokespecial()
           
 MethodInstruction Code.invokeinterface()
           
 MethodInstruction Code.invokestatic()