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