Uses of Class
org.eclipse.persistence.asm.MethodVisitor
Packages that use MethodVisitor
Package
Description
-
Uses of MethodVisitor in org.eclipse.persistence.asm
Subclasses of MethodVisitor in org.eclipse.persistence.asmFields in org.eclipse.persistence.asm declared as MethodVisitorModifier and TypeFieldDescriptionprotected MethodVisitor
MethodVisitor.customMethodVisitor
protected MethodVisitor
EclipseLinkMethodVisitor.methodVisitor
Methods in org.eclipse.persistence.asm that return MethodVisitorModifier and TypeMethodDescriptionstatic MethodVisitor
ASMFactory.createMethodVisitor
(int api) static MethodVisitor
ASMFactory.createMethodVisitor
(int api, MethodVisitor methodVisitor) ClassVisitor.visitMethod
(int access, String name, String desc, String signature, String[] exceptions) ClassWriter.visitMethod
(int access, String name, String descriptor, String signature, String[] exceptions) EclipseLinkASMClassWriter.visitMethod
(int access, String name, String descriptor, String signature, String[] exceptions) ClassVisitor.visitMethodSuper
(int access, String name, String desc, String signature, String[] exceptions) ClassWriter.visitMethodSuper
(int access, String name, String descriptor, String signature, String[] exceptions) Methods in org.eclipse.persistence.asm with parameters of type MethodVisitorModifier and TypeMethodDescriptionstatic MethodVisitor
ASMFactory.createMethodVisitor
(int api, MethodVisitor methodVisitor) void
MethodVisitor.setCustomMethodVisitor
(MethodVisitor methodVisitor) Constructors in org.eclipse.persistence.asm with parameters of type MethodVisitor -
Uses of MethodVisitor in org.eclipse.persistence.asm.internal.platform.eclipselink
Subclasses of MethodVisitor in org.eclipse.persistence.asm.internal.platform.eclipselinkMethods in org.eclipse.persistence.asm.internal.platform.eclipselink that return MethodVisitorModifier and TypeMethodDescriptionClassVisitorImpl.visitMethod
(int access, String name, String desc, String signature, String[] exceptions) ClassWriterImpl.visitMethod
(int access, String name, String descriptor, String signature, String[] exceptions) ClassVisitorImpl.visitMethodSuper
(int access, String name, String desc, String signature, String[] exceptions) ClassWriterImpl.visitMethodSuper
(int access, String name, String descriptor, String signature, String[] exceptions) Methods in org.eclipse.persistence.asm.internal.platform.eclipselink with parameters of type MethodVisitorConstructors in org.eclipse.persistence.asm.internal.platform.eclipselink with parameters of type MethodVisitor -
Uses of MethodVisitor in org.eclipse.persistence.asm.internal.platform.ow2
Subclasses of MethodVisitor in org.eclipse.persistence.asm.internal.platform.ow2Methods in org.eclipse.persistence.asm.internal.platform.ow2 that return MethodVisitorModifier and TypeMethodDescriptionClassVisitorImpl.visitMethod
(int access, String name, String desc, String signature, String[] exceptions) ClassWriterImpl.visitMethod
(int access, String name, String descriptor, String signature, String[] exceptions) ClassVisitorImpl.visitMethodSuper
(int access, String name, String desc, String signature, String[] exceptions) ClassWriterImpl.visitMethodSuper
(int access, String name, String descriptor, String signature, String[] exceptions) Methods in org.eclipse.persistence.asm.internal.platform.ow2 with parameters of type MethodVisitorModifier and TypeMethodDescriptionorg.objectweb.asm.MethodVisitor
MethodVisitorImpl.getInternal
(MethodVisitor methodVisitor) Constructors in org.eclipse.persistence.asm.internal.platform.ow2 with parameters of type MethodVisitor -
Uses of MethodVisitor in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.objects that return MethodVisitorModifier and TypeMethodDescriptionMetadataAsmFactory.ClassMetadataVisitor.visitMethod
(int access, String name, String desc, String signature, String[] exceptions) -
Uses of MethodVisitor in org.eclipse.persistence.internal.jpa.weaving
Subclasses of MethodVisitor in org.eclipse.persistence.internal.jpa.weavingModifier and TypeClassDescriptionclass
Processes all the methods of a class to weave in persistence code such as, lazy value holder, change tracking and fetch groups.Methods in org.eclipse.persistence.internal.jpa.weaving that return MethodVisitorModifier and TypeMethodDescriptionClassWeaver.visitMethod
(int access, String methodName, String desc, String signature, String[] exceptions) Construct a MethodWeaver and allow it to process the method.Methods in org.eclipse.persistence.internal.jpa.weaving with parameters of type MethodVisitorModifier and TypeMethodDescriptionstatic void
ClassWeaver.unwrapPrimitive
(AttributeDetails attribute, MethodVisitor visitor) Used for primitive conversion.Constructors in org.eclipse.persistence.internal.jpa.weaving with parameters of type MethodVisitorModifierConstructorDescriptionMethodWeaver
(ClassWeaver tcw, String methodName, String methodDescriptor, MethodVisitor mv)