| Package | Description |
|---|---|
| soot.jimple.parser.analysis | |
| soot.jimple.parser.node |
| Modifier and Type | Method and Description |
|---|---|
void |
Analysis.caseTDot(TDot node) |
void |
AnalysisAdapter.caseTDot(TDot node) |
| Modifier and Type | Method and Description |
|---|---|
TDot |
ANonstaticInvokeExpr.getDot() |
TDot |
ALocalFieldRef.getDot() |
| Modifier and Type | Method and Description |
|---|---|
void |
ANonstaticInvokeExpr.setDot(TDot node) |
void |
ALocalFieldRef.setDot(TDot node) |
| Constructor and Description |
|---|
ALocalFieldRef(PLocalName _localName_,
TDot _dot_,
PFieldSignature _fieldSignature_) |
ANonstaticInvokeExpr(PNonstaticInvoke _nonstaticInvoke_,
PLocalName _localName_,
TDot _dot_,
PMethodSignature _methodSignature_,
TLParen _lParen_,
PArgList _argList_,
TRParen _rParen_) |
Copyright © 2020 Soot OSS. All rights reserved.