public final class AConstantCaseLabel extends PCaseLabel
Constructor and Description |
---|
AConstantCaseLabel() |
AConstantCaseLabel(TCase _case_,
TMinus _minus_,
TIntegerConstant _integerConstant_) |
Modifier and Type | Method and Description |
---|---|
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() |
public AConstantCaseLabel()
public AConstantCaseLabel(TCase _case_, TMinus _minus_, TIntegerConstant _integerConstant_)
public void apply(Switch sw)
public TCase getCase()
public void setCase(TCase node)
public TMinus getMinus()
public void setMinus(TMinus node)
public TIntegerConstant getIntegerConstant()
public void setIntegerConstant(TIntegerConstant node)