Class FieldDescriptor

    • Constructor Detail

      • FieldDescriptor

        public FieldDescriptor​(@SlashedClassName
                               java.lang.String className,
                               java.lang.String fieldName,
                               java.lang.String fieldSignature,
                               boolean isStatic)
        Constructor.
        Parameters:
        className - the name of the class the field belongs to
        fieldName - the name of the field
        fieldSignature - the field signature (type)
        isStatic - true if field is static, false if not