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 TypeSignaturepublic boolean isTypeVariable()
isTypeVariable in class TypeSignaturepublic static ArrayTypeSignature make(String s) throws IllegalArgumentException
IllegalArgumentExceptionpublic boolean isArrayTypeSignature()
isArrayTypeSignature in class TypeSignaturepublic TypeSignature getContents()
public boolean isBaseType()
isBaseType in class TypeSignatureCopyright © 2015. All rights reserved.