FindBugs™ 1.3.4

edu.umd.cs.findbugs.classfile
Class FieldDescriptor

java.lang.Object
  extended by edu.umd.cs.findbugs.classfile.FieldOrMethodDescriptor
      extended by edu.umd.cs.findbugs.classfile.FieldDescriptor
All Implemented Interfaces:
FieldOrMethodName, java.lang.Comparable
Direct Known Subclasses:
FieldInfo

public class FieldDescriptor
extends FieldOrMethodDescriptor

Descriptor uniquely identifying a field in a class.

Author:
David Hovemeyer

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, getSignature, getSlashedClassName, hashCode, isStatic, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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

FindBugs™ 1.3.4

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.