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(java.lang.Object t) |
int |
hashCode() |
boolean |
isAllowedInFinalCode()
Returns
true if this type is allowed to appear in
final (clean) Jimple code. |
java.lang.String |
toString()
Returns a textual representation of this type.
|
static VoidType |
v() |
getArrayType, getEscapedName, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedStringpublic static VoidType v()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object t)
equals in class java.lang.Objectpublic java.lang.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 Type