public class FieldDescriptor extends FieldOrMethodDescriptor implements ComparableField
| Constructor and Description |
|---|
FieldDescriptor(String className,
String fieldName,
String fieldSignature,
boolean isStatic)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ComparableField o) |
boolean |
equals(Object obj) |
String |
toString() |
compareTo, compareTo, getClassDescriptor, getName, getNameSigHashCode, getNameSigHashCode, getSignature, getSlashedClassName, hashCode, haveEqualFields, isStaticpublic FieldDescriptor(@SlashedClassName String className, String fieldName, String fieldSignature, boolean isStatic)
className - the name of the class the field belongs tofieldName - the name of the fieldfieldSignature - the field signature (type)isStatic - true if field is static, false if notpublic String toString()
toString in class FieldOrMethodDescriptorpublic int compareTo(ComparableField o)
compareTo in interface Comparable<ComparableField>Copyright © 2003–2015. All rights reserved.