soot
Class CharType
java.lang.Object
soot.Type
soot.PrimType
soot.CharType
- All Implemented Interfaces:
- Serializable, IntegerType, Numberable, Switchable
public class CharType
- extends PrimType
- implements IntegerType
Soot representation of the Java built-in type 'char'. Implemented as
a singleton.
- See Also:
- Serialized Form
CharType
public CharType(Singletons.Global g)
v
public static CharType v()
equals
public boolean equals(Object t)
- Overrides:
equals
in class Object
toString
public String toString()
- Description copied from class:
Type
- Returns a textual representation of this type.
- Specified by:
toString
in class Type
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
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
boxedType
public RefType boxedType()
- Specified by:
boxedType
in class PrimType