edu.umd.cs.findbugs.classfile
public class FieldDescriptor extends FieldOrMethodDescriptor implements Comparable<FieldDescriptor>
Constructor Summary | |
---|---|
FieldDescriptor(String className, String fieldName, String fieldSignature, boolean isStatic)
Constructor.
|
Method Summary | |
---|---|
int | compareTo(FieldDescriptor o) |
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