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
- Enclosing class:
FindRefComparison
-
Field Summary
FieldsFields inherited from class org.apache.bcel.generic.Type
BOOLEAN, BYTE, CHAR, CLASS, DOUBLE, FLOAT, INT, LONG, NO_ARGS, NULL, OBJECT, SHORT, signature, STRING, STRINGBUFFER, THROWABLE, type, UNKNOWN, VOID
-
Constructor Summary
Constructors -
Method Summary
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
Methods inherited from class org.apache.bcel.generic.Type
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getTypes, normalizeForStackOrLocal
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
EmptyStringType
public EmptyStringType()
-
-
Method Details
-
getType
public byte getType()- Overrides:
getType
in classFindRefComparison.StaticStringType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classFindRefComparison.StaticStringType
-
equals
- Overrides:
equals
in classFindRefComparison.StaticStringType
-
toString
- Overrides:
toString
in classFindRefComparison.StaticStringType
-