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
    • Method Detail

      • equals

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object