Uses of Class
com.googlecode.aviator.asm.commons.Method
Packages that use Method
-
Uses of Method in com.googlecode.aviator.asm.commons
Fields in com.googlecode.aviator.asm.commons declared as MethodModifier and TypeFieldDescriptionprivate static final Method
GeneratorAdapter.BOOLEAN_VALUE
private static final Method
GeneratorAdapter.CHAR_VALUE
private static final Method
GeneratorAdapter.DOUBLE_VALUE
private static final Method
GeneratorAdapter.FLOAT_VALUE
private static final Method
GeneratorAdapter.INT_VALUE
private static final Method
GeneratorAdapter.LONG_VALUE
Methods in com.googlecode.aviator.asm.commons that return MethodModifier and TypeMethodDescriptionstatic Method
Method.getMethod
(Constructor<?> c) Creates a newMethod
.static Method
Creates a newMethod
.static Method
Returns aMethod
corresponding to the given Java method declaration.static Method
Returns aMethod
corresponding to the given Java method declaration.Methods in com.googlecode.aviator.asm.commons with parameters of type MethodModifier and TypeMethodDescriptionvoid
GeneratorAdapter.invokeConstructor
(Type type, Method method) Generates the instruction to invoke a constructor.private void
GeneratorAdapter.invokeInsn
(int opcode, Type type, Method method) Generates an invoke method instruction.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.googlecode.aviator.asm.commons with parameters of type MethodModifierConstructorDescriptionGeneratorAdapter
(int access, Method method, MethodVisitor mv) Creates a newGeneratorAdapter
.GeneratorAdapter
(int access, Method method, String signature, Type[] exceptions, ClassVisitor cv) Creates a newGeneratorAdapter
.