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


Constructor Summary
AStringConstant()
           
AStringConstant(TStringConstant _stringConstant_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TStringConstant getStringConstant()
           
 void setStringConstant(TStringConstant node)
           
 java.lang.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 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