| Package | Description |
|---|---|
| soot.jimple.parser.analysis | |
| soot.jimple.parser.node |
| Modifier and Type | Method and Description |
|---|---|
void |
Analysis.caseTIntegerConstant(TIntegerConstant node) |
void |
AnalysisAdapter.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_) |
Copyright © 2020 Soot OSS. All rights reserved.