Uses of Class
org.eclipse.persistence.internal.libraries.asm.ClassWriter
Packages that use ClassWriter
Package
Description
-
Uses of ClassWriter in org.eclipse.persistence.asm.internal.platform.eclipselink
Methods in org.eclipse.persistence.asm.internal.platform.eclipselink that return ClassWriter -
Uses of ClassWriter in org.eclipse.persistence.internal.libraries.asm
Subclasses of ClassWriter in org.eclipse.persistence.internal.libraries.asmModifier and TypeClassDescriptionclassEclipseLink specificClassVisitorthat generates a corresponding ClassFile structure for currently running Java VM.Methods in org.eclipse.persistence.internal.libraries.asm with parameters of type ClassWriterModifier and TypeMethodDescriptionstatic byte[]Attribute.write(Attribute attribute, ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) Returns the byte array form of the content of the given attribute.protected ByteVectorAttribute.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
Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type ClassWriterModifier and TypeMethodDescriptionprotected ByteVectorModuleHashesAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVectorModuleResolutionAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVectorModuleTargetAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)