|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.ba.type2.ReturnAddressType
public class ReturnAddressType
Special return address type. This is the type of the value pushed onto the stack by a JSR instruction.
| 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 Typepublic boolean isBasicType()
Type
isBasicType in interface Typepublic boolean isReferenceType()
Type
isReferenceType in interface Typepublic boolean isValidArrayElementType()
Type
isValidArrayElementType in interface Typepublic boolean isValidArrayBaseType()
Type
isValidArrayBaseType in interface Typepublic int getTypeCode()
TypeExtendedTypes.
getTypeCode in interface Typepublic void accept(TypeVisitor visitor)
Type
accept in interface Typevisitor - the visitorpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||