Package edu.umd.cs.findbugs.detect
Class FindRefComparison.EmptyStringType
- java.lang.Object
-
- org.apache.bcel.generic.Type
-
- org.apache.bcel.generic.ReferenceType
-
- org.apache.bcel.generic.ObjectType
-
- edu.umd.cs.findbugs.detect.FindRefComparison.StaticStringType
-
- edu.umd.cs.findbugs.detect.FindRefComparison.EmptyStringType
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FindRefComparison
public static class FindRefComparison.EmptyStringType extends FindRefComparison.StaticStringType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyStringType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
byte
getType()
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class org.apache.bcel.generic.ObjectType
accessibleTo, getClassName, getInstance, referencesClass, referencesClassExact, referencesInterface, referencesInterfaceExact, subclassOf
-
Methods inherited from class org.apache.bcel.generic.ReferenceType
firstCommonSuperclass, getFirstCommonSuperclass, isAssignmentCompatibleWith, isCastableTo
-
-
-
-
Method Detail
-
getType
public byte getType()
- Overrides:
getType
in classFindRefComparison.StaticStringType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classFindRefComparison.StaticStringType
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classFindRefComparison.StaticStringType
-
toString
public java.lang.String toString()
- Overrides:
toString
in classFindRefComparison.StaticStringType
-
-