Package | Description |
---|---|
soot.jimple.parser.analysis | |
soot.jimple.parser.node |
Modifier and Type | Method and Description |
---|---|
void |
AnalysisAdapter.caseTAtIdentifier(TAtIdentifier node) |
void |
Analysis.caseTAtIdentifier(TAtIdentifier node) |
Modifier and Type | Method and Description |
---|---|
TAtIdentifier |
AIdentityStatement.getAtIdentifier() |
TAtIdentifier |
AIdentityNoTypeStatement.getAtIdentifier() |
Modifier and Type | Method and Description |
---|---|
void |
AIdentityStatement.setAtIdentifier(TAtIdentifier node) |
void |
AIdentityNoTypeStatement.setAtIdentifier(TAtIdentifier node) |
Constructor and Description |
---|
AIdentityNoTypeStatement(PLocalName _localName_,
TColonEquals _colonEquals_,
TAtIdentifier _atIdentifier_,
TSemicolon _semicolon_) |
AIdentityStatement(PLocalName _localName_,
TColonEquals _colonEquals_,
TAtIdentifier _atIdentifier_,
PType _type_,
TSemicolon _semicolon_) |