(int opcode, Syntactic.Item[] operands, byte[] data)
| 6294 | |
| 6295 | public static final Descriptor DESCRIPTOR_0 = new Descriptor(Operands.MANY, Data.ZERO, "TYPE_union") { |
| 6296 | @Override |
| 6297 | public Syntactic.Item construct(int opcode, Syntactic.Item[] operands, byte[] data) { |
| 6298 | return new Union(ArrayUtils.toArray(Type.class, operands)); |
| 6299 | } |
| 6300 | }; |
| 6301 | } |
| 6302 |