public class BaseType extends TypeSignature
Modifier and Type | Method and Description |
---|---|
TypeReference |
getType() |
boolean |
isArrayTypeSignature() |
boolean |
isBaseType() |
boolean |
isClassTypeSignature() |
boolean |
isTypeVariable() |
make
public boolean isClassTypeSignature()
isClassTypeSignature
in class TypeSignature
public boolean isTypeVariable()
isTypeVariable
in class TypeSignature
public TypeReference getType()
public boolean isArrayTypeSignature()
isArrayTypeSignature
in class TypeSignature
public boolean isBaseType()
isBaseType
in class TypeSignature