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, toQuotedString
public static VoidType v()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object t)
equals
in class java.lang.Object
public java.lang.String toString()
Type
public void apply(Switch sw)
Type
apply
in interface Switchable
apply
in class Type
public boolean isAllowedInFinalCode()
Type
true
if this type is allowed to appear in
final (clean) Jimple code.isAllowedInFinalCode
in class Type