soot.jimple.parser.node
Class ATableswitchStatement
java.lang.Object
soot.jimple.parser.node.Node
soot.jimple.parser.node.PStatement
soot.jimple.parser.node.ATableswitchStatement
- All Implemented Interfaces:
- Cloneable, Switchable
public final class ATableswitchStatement
- extends PStatement
Constructor Summary |
ATableswitchStatement()
|
ATableswitchStatement(TTableswitch _tableswitch_,
TLParen _lParen_,
PImmediate _immediate_,
TRParen _rParen_,
TLBrace _lBrace_,
List _caseStmt_,
TRBrace _rBrace_,
TSemicolon _semicolon_)
|
ATableswitchStatement(TTableswitch _tableswitch_,
TLParen _lParen_,
PImmediate _immediate_,
TRParen _rParen_,
TLBrace _lBrace_,
XPCaseStmt _caseStmt_,
TRBrace _rBrace_,
TSemicolon _semicolon_)
|
ATableswitchStatement
public ATableswitchStatement()
ATableswitchStatement
public ATableswitchStatement(TTableswitch _tableswitch_,
TLParen _lParen_,
PImmediate _immediate_,
TRParen _rParen_,
TLBrace _lBrace_,
List _caseStmt_,
TRBrace _rBrace_,
TSemicolon _semicolon_)
ATableswitchStatement
public ATableswitchStatement(TTableswitch _tableswitch_,
TLParen _lParen_,
PImmediate _immediate_,
TRParen _rParen_,
TLBrace _lBrace_,
XPCaseStmt _caseStmt_,
TRBrace _rBrace_,
TSemicolon _semicolon_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getTableswitch
public TTableswitch getTableswitch()
setTableswitch
public void setTableswitch(TTableswitch node)
getLParen
public TLParen getLParen()
setLParen
public void setLParen(TLParen node)
getImmediate
public PImmediate getImmediate()
setImmediate
public void setImmediate(PImmediate node)
getRParen
public TRParen getRParen()
setRParen
public void setRParen(TRParen node)
getLBrace
public TLBrace getLBrace()
setLBrace
public void setLBrace(TLBrace node)
getCaseStmt
public LinkedList getCaseStmt()
setCaseStmt
public void setCaseStmt(List list)
getRBrace
public TRBrace getRBrace()
setRBrace
public void setRBrace(TRBrace node)
getSemicolon
public TSemicolon getSemicolon()
setSemicolon
public void setSemicolon(TSemicolon node)
toString
public String toString()
- Overrides:
toString
in class Object