soot.jimple.parser.node
Class AConstantCaseLabel

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

public final class AConstantCaseLabel
extends PCaseLabel


Constructor Summary
AConstantCaseLabel()
           
AConstantCaseLabel(TCase _case_, TMinus _minus_, TIntegerConstant _integerConstant_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TCase getCase()
           
 TIntegerConstant getIntegerConstant()
           
 TMinus getMinus()
           
 void setCase(TCase node)
           
 void setIntegerConstant(TIntegerConstant node)
           
 void setMinus(TMinus 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

AConstantCaseLabel

public AConstantCaseLabel()

AConstantCaseLabel

public AConstantCaseLabel(TCase _case_,
                          TMinus _minus_,
                          TIntegerConstant _integerConstant_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getCase

public TCase getCase()

setCase

public void setCase(TCase node)

getMinus

public TMinus getMinus()

setMinus

public void setMinus(TMinus node)

getIntegerConstant

public TIntegerConstant getIntegerConstant()

setIntegerConstant

public void setIntegerConstant(TIntegerConstant node)

toString

public String toString()
Overrides:
toString in class Object