(Syntactic.Item[] operands)
| 1728 | } |
| 1729 | |
| 1730 | @Override |
| 1731 | public Block clone(Syntactic.Item[] operands) { |
| 1732 | return new Block(ArrayUtils.toArray(Stmt.class, operands)); |
| 1733 | } |
| 1734 | |
| 1735 | public static final Descriptor DESCRIPTOR_0 = new Descriptor(Operands.MANY, Data.ZERO, "STMT_block") { |
| 1736 | @Override |