Class FilledNewArrayStmtNode
- java.lang.Object
-
- proguard.dexfile.reader.node.insn.DexStmtNode
-
- proguard.dexfile.reader.node.insn.FilledNewArrayStmtNode
-
public class FilledNewArrayStmtNode extends DexStmtNode
-
-
Field Summary
Fields Modifier and Type Field Description int[]
args
java.lang.String
type
-
Fields inherited from class proguard.dexfile.reader.node.insn.DexStmtNode
__index, op
-
-
Constructor Summary
Constructors Constructor Description FilledNewArrayStmtNode(Op op, int[] args, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(DexCodeVisitor cv)
-
-
-
Constructor Detail
-
FilledNewArrayStmtNode
public FilledNewArrayStmtNode(Op op, int[] args, java.lang.String type)
-
-
Method Detail
-
accept
public void accept(DexCodeVisitor cv)
- Specified by:
accept
in classDexStmtNode
-
-