|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bcel.generic.Type
org.apache.bcel.generic.ReferenceType
org.apache.bcel.generic.ObjectType
edu.umd.cs.findbugs.detect.FindRefComparison.DynamicStringType
public static class FindRefComparison.DynamicStringType
Type representing a dynamically created String. This sort of String should never be compared using reference equality.
Field Summary |
---|
Fields 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 | |
---|---|
FindRefComparison.DynamicStringType()
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.apache.bcel.generic.Type |
---|
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getTypes |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FindRefComparison.DynamicStringType()
Method Detail |
---|
public byte getType()
getType
in class org.apache.bcel.generic.Type
public int hashCode()
hashCode
in class org.apache.bcel.generic.ObjectType
public boolean equals(java.lang.Object o)
equals
in class org.apache.bcel.generic.ObjectType
public java.lang.String toString()
toString
in class org.apache.bcel.generic.Type
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |