final class org.apache.axiom.locator.Implementation extends java.lang.Object
{
private final java.lang.String name;
private final org.apache.axiom.om.OMMetaFactory metaFactory;
private final org.apache.axiom.locator.Feature[] features;
void <init>(java.lang.String, org.apache.axiom.om.OMMetaFactory, org.apache.axiom.locator.Feature[])
{
org.apache.axiom.locator.Feature[] v;
org.apache.axiom.locator.Implementation v;
org.apache.axiom.om.OMMetaFactory v;
java.lang.String v;
v := @this: org.apache.axiom.locator.Implementation;
v := @parameter: java.lang.String;
v := @parameter: org.apache.axiom.om.OMMetaFactory;
v := @parameter: org.apache.axiom.locator.Feature[];
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.axiom.locator.Implementation: java.lang.String name> = v;
v.<org.apache.axiom.locator.Implementation: org.apache.axiom.om.OMMetaFactory metaFactory> = v;
v.<org.apache.axiom.locator.Implementation: org.apache.axiom.locator.Feature[] features> = v;
return;
}
java.lang.String getName()
{
org.apache.axiom.locator.Implementation v;
java.lang.String v;
v := @this: org.apache.axiom.locator.Implementation;
v = v.<org.apache.axiom.locator.Implementation: java.lang.String name>;
return v;
}
org.apache.axiom.om.OMMetaFactory getMetaFactory()
{
org.apache.axiom.locator.Implementation v;
org.apache.axiom.om.OMMetaFactory v;
v := @this: org.apache.axiom.locator.Implementation;
v = v.<org.apache.axiom.locator.Implementation: org.apache.axiom.om.OMMetaFactory metaFactory>;
return v;
}
org.apache.axiom.locator.Feature[] getFeatures()
{
org.apache.axiom.locator.Feature[] v;
org.apache.axiom.locator.Implementation v;
v := @this: org.apache.axiom.locator.Implementation;
v = v.<org.apache.axiom.locator.Implementation: org.apache.axiom.locator.Feature[] features>;
return v;
}
public java.lang.String toString()
{
org.apache.axiom.locator.Feature[] v, v;
org.apache.axiom.locator.Implementation v;
org.apache.axiom.om.OMMetaFactory v;
java.util.List v;
java.lang.Class v;
java.lang.String v, v, v;
v := @this: org.apache.axiom.locator.Implementation;
v = v.<org.apache.axiom.locator.Implementation: java.lang.String name>;
v = v.<org.apache.axiom.locator.Implementation: org.apache.axiom.om.OMMetaFactory metaFactory>;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = v.<org.apache.axiom.locator.Implementation: org.apache.axiom.locator.Feature[] features>;
if v == null goto label;
v = v.<org.apache.axiom.locator.Implementation: org.apache.axiom.locator.Feature[] features>;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
goto label;
label:
v = null;
label:
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String,java.util.List)>(v, v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u0001(metaFactory=\u,features=\u)");
return v;
}
}