| Package | Description |
|---|---|
| soot.jimple.parser.node |
| Modifier and Type | Class and Description |
|---|---|
class |
ADynamicInvokeExpr |
class |
ANonstaticInvokeExpr |
class |
AStaticInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
PInvokeExpr |
AInvokeExpression.getInvokeExpr() |
PInvokeExpr |
AInvokeStatement.getInvokeExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
AInvokeExpression.setInvokeExpr(PInvokeExpr node) |
void |
AInvokeStatement.setInvokeExpr(PInvokeExpr node) |
| Constructor and Description |
|---|
AInvokeExpression(PInvokeExpr _invokeExpr_) |
AInvokeStatement(PInvokeExpr _invokeExpr_,
TSemicolon _semicolon_) |
Copyright © 2020 Soot OSS. All rights reserved.