Uses of Class
org.eclipse.persistence.internal.libraries.asm.ClassWriter
Package
Description
-
Uses of ClassWriter in org.eclipse.persistence.asm.internal.platform.eclipselink
-
Uses of ClassWriter in org.eclipse.persistence.internal.libraries.asm
Modifier and TypeClassDescriptionclass
EclipseLink specificClassVisitor
that generates a corresponding ClassFile structure for currently running Java VM.Modifier and TypeMethodDescriptionprotected ByteVector
Attribute.write
(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) Returns the byte array form of the content of this attribute. -
Uses of ClassWriter in org.eclipse.persistence.internal.libraries.asm.commons
Modifier and TypeMethodDescriptionprotected ByteVector
ModuleHashesAttribute.write
(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVector
ModuleResolutionAttribute.write
(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVector
ModuleTargetAttribute.write
(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)