Uses of Class
org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Packages that use ClassWriter Package Description org.eclipse.persistence.internal.libraries.asm org.eclipse.persistence.internal.libraries.asm.commons -
-
Uses of ClassWriter in org.eclipse.persistence.internal.libraries.asm
Subclasses of ClassWriter in org.eclipse.persistence.internal.libraries.asm Modifier and Type Class Description classEclipseLinkASMClassWriterEclipseLink specificClassVisitorthat generates a corresponding ClassFile structure for currently running Java VM.Methods in org.eclipse.persistence.internal.libraries.asm with parameters of type ClassWriter Modifier and Type Method Description 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 ClassWriter Modifier and Type Method Description protected 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)
-