|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.bcel.generic.Type
edu.umd.cs.findbugs.ba.TopType
public class TopType
Special "top" type. It is the identity element for the type merge operation.
TypeAnalysis,
TypeFrame,
TypeMerger,
Serialized Form| Field Summary | |
|---|---|
private static org.apache.bcel.generic.Type |
theInstance
|
| 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 |
| Fields inherited from interface edu.umd.cs.findbugs.ba.ExtendedTypes |
|---|
T_AVAIL_TYPE, T_BOTTOM, T_DOUBLE_EXTRA, T_EXCEPTION, T_LONG_EXTRA, T_NULL, T_TOP |
| Constructor Summary | |
|---|---|
private |
TopType()
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
static org.apache.bcel.generic.Type |
instance()
Get the single instance of the top type. |
| Methods inherited from class org.apache.bcel.generic.Type |
|---|
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, getTypes, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final org.apache.bcel.generic.Type theInstance
| Constructor Detail |
|---|
private TopType()
| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic static org.apache.bcel.generic.Type instance()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||