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