@return the mixins associated with this ClassNode
()
| 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) { |