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, subclassOfMethods inherited from class org.apache.bcel.generic.ReferenceType
firstCommonSuperclass, getFirstCommonSuperclass, isAssignmentCompatibleWith, isCastableToMethods 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:
getTypein classFindRefComparison.StaticStringType
-
hashCode
public int hashCode()- Overrides:
hashCodein classFindRefComparison.StaticStringType
-
equals
- Overrides:
equalsin classFindRefComparison.StaticStringType
-
toString
- Overrides:
toStringin classFindRefComparison.StaticStringType
-