Class ClassField

java.lang.Object
org.jboss.classfilewriter.ClassField
All Implemented Interfaces:
WritableEntry

public class ClassField extends Object implements WritableEntry
A field in a class
  • Field Details

    • accessFlags

      private final int accessFlags
    • name

      private final String name
    • nameIndex

      private final int nameIndex
    • descriptor

      private final String descriptor
    • descriptorIndex

      private final int descriptorIndex
    • attributes

      private final List<Attribute> attributes
    • classFile

      private final ClassFile classFile
    • runtimeVisibleAnnotationsAttribute

      private final AnnotationsAttribute runtimeVisibleAnnotationsAttribute
    • signatureAttribute

      private SignatureAttribute signatureAttribute
    • signature

      private String signature
  • Constructor Details

  • Method Details