Package com.ibm.wala.types.generics
Class ArrayTypeSignature
- java.lang.Object
-
- com.ibm.wala.types.generics.Signature
-
- com.ibm.wala.types.generics.TypeSignature
-
- com.ibm.wala.types.generics.ArrayTypeSignature
-
public class ArrayTypeSignature extends TypeSignature
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeSignature
getContents()
boolean
isArrayTypeSignature()
boolean
isBaseType()
boolean
isClassTypeSignature()
boolean
isTypeVariable()
static ArrayTypeSignature
make(String s)
-
-
-
Method Detail
-
isClassTypeSignature
public boolean isClassTypeSignature()
- Specified by:
isClassTypeSignature
in classTypeSignature
-
isTypeVariable
public boolean isTypeVariable()
- Specified by:
isTypeVariable
in classTypeSignature
-
make
public static ArrayTypeSignature make(String s) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
isArrayTypeSignature
public boolean isArrayTypeSignature()
- Specified by:
isArrayTypeSignature
in classTypeSignature
-
getContents
public TypeSignature getContents()
-
isBaseType
public boolean isBaseType()
- Specified by:
isBaseType
in classTypeSignature
-
-