edu.umd.cs.findbugs.classfile

Class FieldDescriptor

public class FieldDescriptor extends FieldOrMethodDescriptor implements Comparable<FieldDescriptor>

Descriptor uniquely identifying a field in a class.

Author: David Hovemeyer

Constructor Summary
FieldDescriptor(String className, String fieldName, String fieldSignature, boolean isStatic)
Constructor.
Method Summary
intcompareTo(FieldDescriptor o)

Constructor Detail

FieldDescriptor

public FieldDescriptor(String className, String fieldName, 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

compareTo

public int compareTo(FieldDescriptor o)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.