soot.jimple
Class StringConstant
java.lang.Object
soot.jimple.Constant
soot.jimple.StringConstant
- All Implemented Interfaces:
- Serializable, EquivTo, Immediate, ConvertToBaf, Switchable, Value
public class StringConstant
- extends Constant
- See Also:
- Serialized Form
value
public final String value
v
public static StringConstant v(String value)
equals
public boolean equals(Object c)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Returns a hash code for this StringConstant object.
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
getType
public Type getType()
- Description copied from interface:
Value
- Returns the Soot type of this Value.
apply
public void apply(Switch sw)
- Description copied from interface:
Switchable
- Called when this object is visited.