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 |
AInvokeStatement.getInvokeExpr() |
PInvokeExpr |
AInvokeExpression.getInvokeExpr() |
Modifier and Type | Method and Description |
---|---|
void |
AInvokeStatement.setInvokeExpr(PInvokeExpr node) |
void |
AInvokeExpression.setInvokeExpr(PInvokeExpr node) |
Constructor and Description |
---|
AInvokeExpression(PInvokeExpr _invokeExpr_) |
AInvokeStatement(PInvokeExpr _invokeExpr_,
TSemicolon _semicolon_) |