public abstract class TypeSignature extends Signature
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isArrayTypeSignature() |
abstract boolean |
isBaseType() |
abstract boolean |
isClassTypeSignature() |
abstract boolean |
isTypeVariable() |
static TypeSignature |
make(String s) |
public static TypeSignature make(String s) throws IllegalArgumentException
IllegalArgumentException
public abstract boolean isTypeVariable()
public abstract boolean isClassTypeSignature()
public abstract boolean isArrayTypeSignature()
public abstract boolean isBaseType()