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

Method getMixins

src/main/java/org/codehaus/groovy/ast/ClassNode.java:617–619  ·  view source on GitHub ↗

@return the mixins associated with this ClassNode

()

Source from the content-addressed store, hash-verified

615 * @return the mixins associated with this {@code ClassNode}
616 */
617 public MixinNode[] getMixins() {
618 return redirect().mixins;
619 }
620
621 public void setMixins(final MixinNode[] mixins) {
622 if (redirect != null) {

Callers 1

addMixinMethod · 0.95

Calls 1

redirectMethod · 0.95

Tested by

no test coverage detected