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