Class FieldDescription


  • public final class FieldDescription
    extends java.lang.Object
    Describes non method members.
    • Constructor Detail

      • FieldDescription

        public FieldDescription​(java.lang.String name,
                                int index,
                                TypeDescription typeDescription,
                                java.lang.reflect.Field field)
    • Method Detail

      • getName

        public java.lang.String getName()
      • isUnsigned

        public boolean isUnsigned()
      • isAny

        public boolean isAny()
      • isInterface

        public boolean isInterface()
      • getIndex

        public int getIndex()
      • getTypeDescription

        public TypeDescription getTypeDescription()
        Gives the name of this member.

        Returns:
        the name
      • getField

        public java.lang.reflect.Field getField()
        Gives native java field of this member.

        Returns:
        the java field