Uses of Class
org.datanucleus.enhancer.asm.Attribute
-
Packages that use Attribute Package Description org.datanucleus.enhancer DataNucleus ByteCode enhancer framework.org.datanucleus.enhancer.asm ASM : a small and fast bytecode manipulation framework. -
-
Uses of Attribute in org.datanucleus.enhancer
Methods in org.datanucleus.enhancer with parameters of type Attribute Modifier and Type Method Description voidClassEnhancerImpl.MyClassVisitor. visitAttribute(Attribute attr)voidEnhancerClassChecker. visitAttribute(Attribute attr)Method to visit a non-standard attributevoidEnhancerCloneAdapter. visitAttribute(Attribute arg0)voidEnhancerPropertyGetterAdapter. visitAttribute(Attribute arg0)voidEnhancerPropertySetterAdapter. visitAttribute(Attribute arg0) -
Uses of Attribute in org.datanucleus.enhancer.asm
Methods in org.datanucleus.enhancer.asm that return Attribute Modifier and Type Method Description protected AttributeAttribute. read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels)Reads atypeattribute.Methods in org.datanucleus.enhancer.asm with parameters of type Attribute Modifier and Type Method Description voidClassReader. accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions)Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.voidClassVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of the class.voidClassWriter. visitAttribute(Attribute attribute)voidFieldVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of the field.voidMethodVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of this method.voidRecordComponentVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of the record component.
-