soot.jimple.parser.node
Class X2PCaseStmt
java.lang.Object
soot.jimple.parser.node.Node
soot.jimple.parser.node.XPCaseStmt
soot.jimple.parser.node.X2PCaseStmt
- All Implemented Interfaces:
- Cloneable, Switchable
public final class X2PCaseStmt
- extends XPCaseStmt
X2PCaseStmt
public X2PCaseStmt()
X2PCaseStmt
public X2PCaseStmt(PCaseStmt _pCaseStmt_)
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