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

Method extend

src/main/java/wycc/util/SectionedSchema.java:91–93  ·  view source on GitHub ↗

Begin an extension of this schema @return

()

Source from the content-addressed store, hash-verified

89 * @return
90 */
91 public Builder extend() {
92 return new Builder(this);
93 }
94
95 @Override
96 public wycc.lang.Syntactic.Item.Descriptor getDescriptor(int opcode) {

Callers 2

createSchema_2_2Method · 0.95
createSchema_2_1Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected