soot.jimple.parser.node
Class X2PCaseStmt

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

public final class X2PCaseStmt
extends XPCaseStmt


Constructor Summary
X2PCaseStmt()
           
X2PCaseStmt(PCaseStmt _pCaseStmt_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PCaseStmt getPCaseStmt()
           
 void setPCaseStmt(PCaseStmt 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

X2PCaseStmt

public X2PCaseStmt()

X2PCaseStmt

public X2PCaseStmt(PCaseStmt _pCaseStmt_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getPCaseStmt

public PCaseStmt getPCaseStmt()

setPCaseStmt

public void setPCaseStmt(PCaseStmt node)

toString

public String toString()
Overrides:
toString in class Object