Uses of Class
com.tc.asm.commons.Method

Packages that use Method
com.tc.asm.commons Provides some useful class and method adapters. 
 

Uses of Method in com.tc.asm.commons
 

Methods in com.tc.asm.commons that return Method
static Method Method.getMethod(java.lang.reflect.Constructor c)
          Creates a new Method.
static Method Method.getMethod(java.lang.reflect.Method m)
          Creates a new Method.
static Method Method.getMethod(java.lang.String method)
          Returns a Method corresponding to the given Java method declaration.
static Method Method.getMethod(java.lang.String method, boolean defaultPackage)
          Returns a Method corresponding to the given Java method declaration.
 

Methods in com.tc.asm.commons with parameters of type Method
 void GeneratorAdapter.invokeConstructor(Type type, Method method)
          Generates the instruction to invoke a constructor.
 void GeneratorAdapter.invokeDynamic(Method method)
          Generates the instruction to invoke a dynamic method.
 void GeneratorAdapter.invokeInterface(Type owner, Method method)
          Generates the instruction to invoke an interface method.
 void GeneratorAdapter.invokeStatic(Type owner, Method method)
          Generates the instruction to invoke a static method.
 void GeneratorAdapter.invokeVirtual(Type owner, Method method)
          Generates the instruction to invoke a normal method.
 

Constructors in com.tc.asm.commons with parameters of type Method
GeneratorAdapter(int access, Method method, MethodVisitor mv)
          Creates a new GeneratorAdapter.
GeneratorAdapter(int access, Method method, java.lang.String signature, Type[] exceptions, ClassVisitor cv)
          Creates a new GeneratorAdapter.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.