public abstract class RefLikeType extends Type
Constructor and Description |
---|
RefLikeType() |
Modifier and Type | Method and Description |
---|---|
abstract 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.
|
apply, getArrayType, getEscapedName, getNumber, isAllowedInFinalCode, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedString, toString
public abstract Type getArrayElementType()