final class org.apache.axiom.weaver.mixin.Relations extends java.lang.Object
{
static final com.github.veithen.jrel.association.OneToManyAssociation MIXIN_METHODS;
private void <init>()
{
org.apache.axiom.weaver.mixin.Relations v;
v := @this: org.apache.axiom.weaver.mixin.Relations;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
static void <clinit>()
{
com.github.veithen.jrel.association.OneToManyAssociation v;
v = new com.github.veithen.jrel.association.OneToManyAssociation;
specialinvoke v.<com.github.veithen.jrel.association.OneToManyAssociation: void <init>(java.lang.Class,java.lang.Class)>(class "Lorg/apache/axiom/weaver/mixin/Mixin;", class "Lorg/apache/axiom/weaver/mixin/MixinMethod;");
<org.apache.axiom.weaver.mixin.Relations: com.github.veithen.jrel.association.OneToManyAssociation MIXIN_METHODS> = v;
return;
}
}