Uses of Class
org.datanucleus.enhancer.asm.ClassWriter
-
Packages that use ClassWriter Package Description org.datanucleus.enhancer DataNucleus ByteCode enhancer framework.org.datanucleus.enhancer.asm ASM : a small and fast bytecode manipulation framework. -
-
Uses of ClassWriter in org.datanucleus.enhancer
Fields in org.datanucleus.enhancer declared as ClassWriter Modifier and Type Field Description (package private) ClassWriterImplementationGenerator. writerWriter for the implementation class.Methods in org.datanucleus.enhancer with parameters of type ClassWriter Modifier and Type Method Description protected voidPrimaryKeyGenerator. addDefaultConstructor(ClassWriter cw)Method to add an empty default constructor.protected voidPrimaryKeyGenerator. addFields(ClassWriter cw)Method to add fields to match the PK fields of the persistable classprotected voidPrimaryKeyGenerator. addMethodEquals(ClassWriter cw)Method to add an equals() method.protected voidPrimaryKeyGenerator. addMethodHashCode(ClassWriter cw)Method to add a hashCode() method.protected voidPrimaryKeyGenerator. addMethodToString(ClassWriter cw)Method to add a toString() method.protected voidPrimaryKeyGenerator. addStringConstructor(ClassWriter cw)Method to add a constructor taking in a String. -
Uses of ClassWriter in org.datanucleus.enhancer.asm
Fields in org.datanucleus.enhancer.asm declared as ClassWriter Modifier and Type Field Description (package private) ClassWriterSymbolTable. classWriterThe ClassWriter to which this SymbolTable belongs.Methods in org.datanucleus.enhancer.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.Constructors in org.datanucleus.enhancer.asm with parameters of type ClassWriter Constructor Description SymbolTable(ClassWriter classWriter)Constructs a new, empty SymbolTable for the given ClassWriter.SymbolTable(ClassWriter classWriter, ClassReader classReader)Constructs a new SymbolTable for the given ClassWriter, initialized with the constant pool and bootstrap methods of the given ClassReader.
-