|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.type2.TopType
public class TopType
Special top type used in dataflow. Top is the identity element for the dataflow meet operation.
Method Summary | |
---|---|
void |
accept(TypeVisitor visitor)
Accept an TypeVisitor. |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getSignature()
Return the JVM type signature. |
int |
getTypeCode()
Return the type code value as defined in org.apache.bcel.Constants or ExtendedTypes . |
int |
hashCode()
|
boolean |
isBasicType()
Is this type a basic type? |
boolean |
isReferenceType()
Is this type a reference type? |
boolean |
isValidArrayBaseType()
Is this a valid array base type? |
boolean |
isValidArrayElementType()
Is this a valid array element type? |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getSignature()
Type
getSignature
in interface Type
public boolean isBasicType()
Type
isBasicType
in interface Type
public boolean isReferenceType()
Type
isReferenceType
in interface Type
public boolean isValidArrayElementType()
Type
isValidArrayElementType
in interface Type
public boolean isValidArrayBaseType()
Type
isValidArrayBaseType
in interface Type
public int getTypeCode()
Type
ExtendedTypes
.
getTypeCode
in interface Type
public void accept(TypeVisitor visitor)
Type
accept
in interface Type
visitor
- the visitorpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |