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
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
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.
-