Uses of Class
org.eclipse.persistence.internal.libraries.asm.commons.Method
-
Packages that use Method Package Description org.eclipse.persistence.internal.libraries.asm.commons -
-
Uses of Method in org.eclipse.persistence.internal.libraries.asm.commons
Methods in org.eclipse.persistence.internal.libraries.asm.commons that return Method Modifier and Type Method Description static MethodMethod. getMethod(Constructor<?> constructor)Creates a newMethod.static MethodMethod. getMethod(Method method)Creates a newMethod.static MethodMethod. getMethod(String method)Returns aMethodcorresponding to the given Java method declaration.static MethodMethod. getMethod(String method, boolean defaultPackage)Returns aMethodcorresponding to the given Java method declaration.Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type Method Modifier and Type Method Description voidGeneratorAdapter. 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 org.eclipse.persistence.internal.libraries.asm.commons with parameters of type Method Constructor Description GeneratorAdapter(int access, Method method, String signature, Type[] exceptions, ClassVisitor classVisitor)Constructs a newGeneratorAdapter.GeneratorAdapter(int access, Method method, MethodVisitor methodVisitor)Constructs a newGeneratorAdapter.
-