Package | Description |
---|---|
soot.jimple.parser.analysis | |
soot.jimple.parser.node |
Modifier and Type | Method and Description |
---|---|
void |
AnalysisAdapter.caseTIntegerConstant(TIntegerConstant node) |
void |
Analysis.caseTIntegerConstant(TIntegerConstant node) |
Modifier and Type | Method and Description |
---|---|
TIntegerConstant |
AIntegerConstant.getIntegerConstant() |
TIntegerConstant |
AConstantCaseLabel.getIntegerConstant() |
Modifier and Type | Method and Description |
---|---|
void |
AIntegerConstant.setIntegerConstant(TIntegerConstant node) |
void |
AConstantCaseLabel.setIntegerConstant(TIntegerConstant node) |
Constructor and Description |
---|
AConstantCaseLabel(TCase _case_,
TMinus _minus_,
TIntegerConstant _integerConstant_) |
AIntegerConstant(TMinus _minus_,
TIntegerConstant _integerConstant_) |