public class AnySubType extends RefLikeType
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Method required for use of Switchable.
|
Type |
getArrayElementType()
If I have a variable x of declared type t, what is a good
declared type for the expression ((Object[]) x)[i]? The
getArrayElementType() method in RefLikeType was introduced even
later to answer this question for all classes implementing
RefLikeType.
|
RefType |
getBase() |
void |
setBase(RefType base) |
java.lang.String |
toString()
Returns a textual representation of this type.
|
static AnySubType |
v(RefType base) |
getArrayType, getEscapedName, getNumber, isAllowedInFinalCode, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedStringpublic static AnySubType v(RefType base)
public java.lang.String toString()
Typepublic void apply(Switch sw)
Typeapply in interface Switchableapply in class Typepublic Type getArrayElementType()
RefLikeTypegetArrayElementType in class RefLikeTypepublic RefType getBase()
public void setBase(RefType base)