Package | Description |
---|---|
soot.jimple.parser.analysis | |
soot.jimple.parser.node |
Modifier and Type | Method and Description |
---|---|
void |
AnalysisAdapter.caseTQuotedName(TQuotedName node) |
void |
Analysis.caseTQuotedName(TQuotedName node) |
Modifier and Type | Method and Description |
---|---|
TQuotedName |
AQuotedClassName.getQuotedName() |
TQuotedName |
AQuotedArrayRef.getQuotedName() |
TQuotedName |
AQuotedName.getQuotedName() |
TQuotedName |
AQuotedNonvoidType.getQuotedName() |
Modifier and Type | Method and Description |
---|---|
void |
AQuotedClassName.setQuotedName(TQuotedName node) |
void |
AQuotedArrayRef.setQuotedName(TQuotedName node) |
void |
AQuotedName.setQuotedName(TQuotedName node) |
void |
AQuotedNonvoidType.setQuotedName(TQuotedName node) |
Constructor and Description |
---|
AQuotedArrayRef(TQuotedName _quotedName_,
PFixedArrayDescriptor _fixedArrayDescriptor_) |
AQuotedClassName(TQuotedName _quotedName_) |
AQuotedName(TQuotedName _quotedName_) |
AQuotedNonvoidType(TQuotedName _quotedName_,
List<?> _arrayBrackets_) |