MCPcopy Index your code
hub / github.com/apache/groovy / setMixins

Method setMixins

src/main/java/org/codehaus/groovy/ast/ClassNode.java:621–627  ·  view source on GitHub ↗
(final MixinNode[] mixins)

Source from the content-addressed store, hash-verified

619 }
620
621 public void setMixins(final MixinNode[] mixins) {
622 if (redirect != null) {
623 redirect.setMixins(mixins);
624 } else {
625 this.mixins = mixins;
626 }
627 }
628
629 /**
630 * @return permitted subclasses of sealed type, may initially be empty in early compiler phases

Callers 3

ClassNodeMethod · 0.95
addMixinMethod · 0.95
hackMixinsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected