soot
Class VoidType
java.lang.Object
soot.Type
soot.VoidType
- All Implemented Interfaces:
- Numberable, Serializable, Switchable
- public class VoidType
- extends Type
Represents the Java void type.
- See Also:
- Serialized Form
Constructor Summary |
VoidType(soot.Singletons.Global g)
|
VoidType
public VoidType(soot.Singletons.Global g)
v
public static VoidType v()
hashCode
public int hashCode()
equals
public boolean equals(Object t)
toString
public String toString()
- Description copied from class:
Type
- Returns a textual representation of this type.
- Specified by:
toString
in class Type
apply
public void apply(Switch sw)
- Description copied from class:
Type
- Method required for use of Switchable.
- Specified by:
apply
in interface Switchable
- Overrides:
apply
in class Type