soot.jimple.parser.node
Class ACatchClause

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

public final class ACatchClause
extends PCatchClause


Constructor Summary
ACatchClause()
           
ACatchClause(TCatch _catch_, PClassName _name_, TFrom _from_, PLabelName _fromLabel_, TTo _to_, PLabelName _toLabel_, TWith _with_, PLabelName _withLabel_, TSemicolon _semicolon_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TCatch getCatch()
           
 TFrom getFrom()
           
 PLabelName getFromLabel()
           
 PClassName getName()
           
 TSemicolon getSemicolon()
           
 TTo getTo()
           
 PLabelName getToLabel()
           
 TWith getWith()
           
 PLabelName getWithLabel()
           
 void setCatch(TCatch node)
           
 void setFrom(TFrom node)
           
 void setFromLabel(PLabelName node)
           
 void setName(PClassName node)
           
 void setSemicolon(TSemicolon node)
           
 void setTo(TTo node)
           
 void setToLabel(PLabelName node)
           
 void setWith(TWith node)
           
 void setWithLabel(PLabelName 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

ACatchClause

public ACatchClause()

ACatchClause

public ACatchClause(TCatch _catch_,
                    PClassName _name_,
                    TFrom _from_,
                    PLabelName _fromLabel_,
                    TTo _to_,
                    PLabelName _toLabel_,
                    TWith _with_,
                    PLabelName _withLabel_,
                    TSemicolon _semicolon_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getCatch

public TCatch getCatch()

setCatch

public void setCatch(TCatch node)

getName

public PClassName getName()

setName

public void setName(PClassName node)

getFrom

public TFrom getFrom()

setFrom

public void setFrom(TFrom node)

getFromLabel

public PLabelName getFromLabel()

setFromLabel

public void setFromLabel(PLabelName node)

getTo

public TTo getTo()

setTo

public void setTo(TTo node)

getToLabel

public PLabelName getToLabel()

setToLabel

public void setToLabel(PLabelName node)

getWith

public TWith getWith()

setWith

public void setWith(TWith node)

getWithLabel

public PLabelName getWithLabel()

setWithLabel

public void setWithLabel(PLabelName node)

getSemicolon

public TSemicolon getSemicolon()

setSemicolon

public void setSemicolon(TSemicolon node)

toString

public String toString()
Overrides:
toString in class Object