soot.jimple.parser.node
Class ALookupswitchStatement

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

public final class ALookupswitchStatement
extends PStatement


Constructor Summary
ALookupswitchStatement()
           
ALookupswitchStatement(TLookupswitch _lookupswitch_, TLParen _lParen_, PImmediate _immediate_, TRParen _rParen_, TLBrace _lBrace_, List<PCaseStmt> _caseStmt_, TRBrace _rBrace_, TSemicolon _semicolon_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList<PCaseStmt> getCaseStmt()
           
 PImmediate getImmediate()
           
 TLBrace getLBrace()
           
 TLookupswitch getLookupswitch()
           
 TLParen getLParen()
           
 TRBrace getRBrace()
           
 TRParen getRParen()
           
 TSemicolon getSemicolon()
           
 void setCaseStmt(List<PCaseStmt> list)
           
 void setImmediate(PImmediate node)
           
 void setLBrace(TLBrace node)
           
 void setLookupswitch(TLookupswitch node)
           
 void setLParen(TLParen node)
           
 void setRBrace(TRBrace node)
           
 void setRParen(TRParen node)
           
 void setSemicolon(TSemicolon 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

ALookupswitchStatement

public ALookupswitchStatement()

ALookupswitchStatement

public ALookupswitchStatement(TLookupswitch _lookupswitch_,
                              TLParen _lParen_,
                              PImmediate _immediate_,
                              TRParen _rParen_,
                              TLBrace _lBrace_,
                              List<PCaseStmt> _caseStmt_,
                              TRBrace _rBrace_,
                              TSemicolon _semicolon_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLookupswitch

public TLookupswitch getLookupswitch()

setLookupswitch

public void setLookupswitch(TLookupswitch 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<PCaseStmt> getCaseStmt()

setCaseStmt

public void setCaseStmt(List<PCaseStmt> 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