MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / construct

Method construct

src/main/java/wyil/lang/WyilFile.java:1736–1739  ·  view source on GitHub ↗
(int opcode, Syntactic.Item[] operands, byte[] data)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

toArrayMethod · 0.95

Tested by

no test coverage detected