soot.jimple.parser.node
Class AStringConstant

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.PConstant
          extended by soot.jimple.parser.node.AStringConstant
All Implemented Interfaces:
Cloneable, Switchable

public final class AStringConstant
extends PConstant


Constructor Summary
AStringConstant()
           
AStringConstant(TStringConstant _stringConstant_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TStringConstant getStringConstant()
           
 void setStringConstant(TStringConstant node)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AStringConstant

public AStringConstant()

AStringConstant

public AStringConstant(TStringConstant _stringConstant_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getStringConstant

public TStringConstant getStringConstant()

setStringConstant

public void setStringConstant(TStringConstant node)

toString

public String toString()
Overrides:
toString in class Object