|
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.StaticStringType
public static class FindRefComparison.StaticStringType
Type representing a static String. E.g., interned strings and constant strings. It is generally OK to compare this sort of String 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.StaticStringType()
|
|
| 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.StaticStringType()
| Method Detail |
|---|
public byte getType()
getType in class org.apache.bcel.generic.Typepublic int hashCode()
hashCode in class org.apache.bcel.generic.ObjectTypepublic boolean equals(java.lang.Object o)
equals in class org.apache.bcel.generic.ObjectTypepublic 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 | |||||||||