public class NullType extends RefLikeType
| Constructor and Description |
|---|
NullType(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Method required for use of Switchable.
|
boolean |
equals(Object t) |
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.
|
int |
hashCode() |
String |
toString()
Returns a textual representation of this type.
|
static NullType |
v() |
getArrayType, getEscapedName, getNumber, isAllowedInFinalCode, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedStringpublic NullType(Singletons.Global g)
public static NullType v()
public String toString()
Typepublic void apply(Switch sw)
Typeapply in interface Switchableapply in class Typepublic Type getArrayElementType()
RefLikeTypegetArrayElementType in class RefLikeTypeCopyright © 2020 Soot OSS. All rights reserved.