public class VoidType extends Type
| Constructor and Description |
|---|
VoidType(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Method required for use of Switchable.
|
boolean |
equals(Object t) |
int |
hashCode() |
boolean |
isAllowedInFinalCode()
Returns
true if this type is allowed to appear in final (clean) Jimple code. |
String |
toString()
Returns a textual representation of this type.
|
static VoidType |
v() |
getArrayType, getEscapedName, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedStringpublic VoidType(Singletons.Global g)
public static VoidType v()
public String toString()
Typepublic void apply(Switch sw)
Typeapply in interface Switchableapply in class Typepublic boolean isAllowedInFinalCode()
Typetrue if this type is allowed to appear in final (clean) Jimple code.isAllowedInFinalCode in class TypeCopyright © 2020 Soot OSS. All rights reserved.