Uses of Class
io.ebean.enhance.asm.commons.Method
Packages that use Method
-
Uses of Method in io.ebean.enhance.asm.commons
Methods in io.ebean.enhance.asm.commons that return MethodModifier and TypeMethodDescriptionstatic MethodMethod.getMethod(Constructor<?> constructor) Creates a newMethod.static MethodCreates a newMethod.static MethodReturns aMethodcorresponding to the given Java method declaration.static MethodReturns aMethodcorresponding to the given Java method declaration.Methods in io.ebean.enhance.asm.commons with parameters of type MethodModifier and TypeMethodDescriptionvoidGeneratorAdapter.invokeConstructor(Type type, Method method) Generates the instruction to invoke a constructor.voidGeneratorAdapter.invokeInterface(Type owner, Method method) Generates the instruction to invoke an interface method.voidGeneratorAdapter.invokeStatic(Type owner, Method method) Generates the instruction to invoke a static method.voidGeneratorAdapter.invokeVirtual(Type owner, Method method) Generates the instruction to invoke a normal method.Constructors in io.ebean.enhance.asm.commons with parameters of type MethodModifierConstructorDescriptionGeneratorAdapter(int access, Method method, MethodVisitor methodVisitor) Constructs a newGeneratorAdapter.GeneratorAdapter(int access, Method method, String signature, Type[] exceptions, ClassVisitor classVisitor) Constructs a newGeneratorAdapter.