|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.type.BasicType
public class BasicType
Field Summary | |
---|---|
private int |
typeCode
|
Constructor Summary | |
---|---|
BasicType(int typeCode)
|
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? |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int typeCode
Constructor Detail |
---|
BasicType(int typeCode)
Method Detail |
---|
public java.lang.String getSignature()
Type
getSignature
in interface Type
public int getTypeCode()
Type
ExtendedTypes
.
getTypeCode
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 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
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |