soot.jimple.parser.node
Class ALabelStatement

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

public final class ALabelStatement
extends PStatement


Constructor Summary
ALabelStatement()
           
ALabelStatement(PLabelName _labelName_, TColon _colon_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TColon getColon()
           
 PLabelName getLabelName()
           
 void setColon(TColon node)
           
 void setLabelName(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

ALabelStatement

public ALabelStatement()

ALabelStatement

public ALabelStatement(PLabelName _labelName_,
                       TColon _colon_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLabelName

public PLabelName getLabelName()

setLabelName

public void setLabelName(PLabelName node)

getColon

public TColon getColon()

setColon

public void setColon(TColon node)

toString

public String toString()
Overrides:
toString in class Object