class org.apache.axiom.truth.AxiomTruth$2 extends java.lang.Object implements com.google.common.truth.Subject$Factory
{
void <init>()
{
org.apache.axiom.truth.AxiomTruth$2 v;
v := @this: org.apache.axiom.truth.AxiomTruth$2;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.apache.axiom.truth.OMElementSubject createSubject(com.google.common.truth.FailureMetadata, org.apache.axiom.om.OMElement)
{
org.apache.axiom.om.OMElement v;
org.apache.axiom.truth.AxiomTruth$2 v;
com.google.common.truth.FailureMetadata v;
org.apache.axiom.truth.OMElementSubject v;
v := @this: org.apache.axiom.truth.AxiomTruth$2;
v := @parameter: com.google.common.truth.FailureMetadata;
v := @parameter: org.apache.axiom.om.OMElement;
v = new org.apache.axiom.truth.OMElementSubject;
specialinvoke v.<org.apache.axiom.truth.OMElementSubject: void <init>(com.google.common.truth.FailureMetadata,org.apache.axiom.om.OMElement)>(v, v);
return v;
}
}