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 DexStmtNode
public Proto getProto()
getProto
in class AbstractMethodStmtNode