public class MethodPolymorphicStmtNode extends AbstractMethodStmtNode
| Modifier and Type | Field and Description |
|---|---|
Method |
method |
Proto |
proto |
args__index, op| Constructor and Description |
|---|
MethodPolymorphicStmtNode(Op op,
int[] args,
Method method,
Proto proto) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DexCodeVisitor cv) |
Proto |
getProto() |
public void accept(DexCodeVisitor cv)
accept in class DexStmtNodepublic Proto getProto()
getProto in class AbstractMethodStmtNode