soot
Class BooleanType
java.lang.Object
|
+--soot.Type
|
+--soot.PrimType
|
+--soot.BooleanType
- public class BooleanType
- extends PrimType
- implements IntegerType
Soot representation of the Java built-in type 'boolean'. Implemented as
a singleton.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
BooleanType
public BooleanType(Singletons.Global g)
v
public static BooleanType v()
equals
public boolean equals(java.lang.Object t)
- Overrides:
- equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
- hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Description copied from class: Type
- Returns a textual representation of this type.
- Overrides:
- toString in class Type
apply
public void apply(Switch sw)
- Description copied from class: Type
- Method required for use of Switchable.
- Overrides:
- apply in class Type