soot.jimple.parser.node
Class AStringConstant
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PConstant
|
+--soot.jimple.parser.node.AStringConstant
- public final class AStringConstant
- extends PConstant
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
AStringConstant
public AStringConstant()
AStringConstant
public AStringConstant(TStringConstant _stringConstant_)
clone
public java.lang.Object clone()
- Overrides:
- clone in class Node
apply
public void apply(Switch sw)
getStringConstant
public TStringConstant getStringConstant()
setStringConstant
public void setStringConstant(TStringConstant node)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object