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
IllegalArgumentExceptionpublic abstract boolean isTypeVariable()
public abstract boolean isClassTypeSignature()
public abstract boolean isArrayTypeSignature()
public abstract boolean isBaseType()
Copyright © 2015. All rights reserved.