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, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toStringpublic abstract Type getArrayElementType()
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.