Uses of Class
org.eclipse.persistence.asm.ClassWriter
-
Packages that use ClassWriter Package Description org.eclipse.persistence.asm org.eclipse.persistence.dynamic -
-
Uses of ClassWriter in org.eclipse.persistence.asm
Subclasses of ClassWriter in org.eclipse.persistence.asm Modifier and Type Class Description classEclipseLinkASMClassWriterEclipseLink specificClassVisitorthat generates a corresponding ClassFile structure for currently running Java VM.Fields in org.eclipse.persistence.asm declared as ClassWriter Modifier and Type Field Description protected ClassWriterClassWriter. customClassWriterMethods in org.eclipse.persistence.asm that return ClassWriter Modifier and Type Method Description static ClassWriterASMFactory. createClassWriter()static ClassWriterASMFactory. createClassWriter(int flags)static ClassWriterASMFactory. createClassWriter(ClassReader classReader, int flags)ClassWriterClassWriter. getInternal()Methods in org.eclipse.persistence.asm with parameters of type ClassWriter Modifier and Type Method Description voidClassWriter. setCustomClassWriter(ClassWriter classWriter)voidClassWriter. setCustomClassWriterInImpl(ClassWriter classWriter) -
Uses of ClassWriter in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic with parameters of type ClassWriter Modifier and Type Method Description protected voidDynamicClassWriter. addFields(ClassWriter cw, String parentClassType)Allow subclasses to add additional state to the dynamic entity.protected voidDynamicClassWriter. addMethods(ClassWriter cw, String parentClassType)Allow subclasses to add additional methods to the dynamic entity.
-