|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.classfile.FieldOrMethodDescriptor
edu.umd.cs.findbugs.classfile.FieldDescriptor
public class FieldDescriptor
Descriptor uniquely identifying a field in a class.
| Constructor Summary | |
|---|---|
FieldDescriptor(java.lang.String className,
java.lang.String fieldName,
java.lang.String fieldSignature,
boolean isStatic)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class edu.umd.cs.findbugs.classfile.FieldOrMethodDescriptor |
|---|
compareTo, compareTo, equals, getClassDescriptor, getName, getNameSigHashCode, getNameSigHashCode, getSignature, getSlashedClassName, hashCode, isStatic, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FieldDescriptor(@SlashedClassName
java.lang.String className,
java.lang.String fieldName,
java.lang.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 not
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||