(int opcode, Syntactic.Item[] operands, byte[] data)
| 1734 | |
| 1735 | public static final Descriptor DESCRIPTOR_0 = new Descriptor(Operands.MANY, Data.ZERO, "STMT_block") { |
| 1736 | @Override |
| 1737 | public Syntactic.Item construct(int opcode, Syntactic.Item[] operands, byte[] data) { |
| 1738 | return new Block(ArrayUtils.toArray(Stmt.class, operands)); |
| 1739 | } |
| 1740 | }; |
| 1741 | } |
| 1742 |