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, toStringpublic abstract Type getArrayElementType()
Copyright © 2020 Soot OSS. All rights reserved.