Interface FieldInfo

    • Method Detail

      • accessFlags

        int accessFlags()
        Gets the field's access flags.
        Returns:
        the field's access flags.
      • descriptor

        java.lang.String descriptor()
                             throws java.io.IOException
        Gets the field's type descriptor.
        Returns:
        the field's type descriptor.
        Throws:
        java.io.IOException - if the descriptor cannot be resolved.
      • name

        java.lang.String name()
                       throws java.io.IOException
        Gets the field's name.
        Returns:
        the field's name.
        Throws:
        java.io.IOException - if the name cannot be resolved.
      • attributes

        java.util.List<Attribute> attributes()
        Gets the field's attributes.
        Returns:
        the field's attributes.