soot.jimple.parser.node
Class AConstantCaseLabel
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PCaseLabel
|
+--soot.jimple.parser.node.AConstantCaseLabel
- public final class AConstantCaseLabel
- extends PCaseLabel
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
AConstantCaseLabel
public AConstantCaseLabel()
AConstantCaseLabel
public AConstantCaseLabel(TCase _case_,
TMinus _minus_,
TIntegerConstant _integerConstant_)
clone
public java.lang.Object clone()
- Overrides:
- 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 java.lang.String toString()
- Overrides:
- toString in class java.lang.Object