final class org.hamcrest.Condition$NotMatched extends org.hamcrest.Condition
{
private void <init>()
{
org.hamcrest.Condition$NotMatched v;
v := @this: org.hamcrest.Condition$NotMatched;
specialinvoke v.<org.hamcrest.Condition: void <init>()>();
return;
}
public boolean matching(org.hamcrest.Matcher, java.lang.String)
{
org.hamcrest.Condition$NotMatched v;
java.lang.String v;
org.hamcrest.Matcher v;
v := @this: org.hamcrest.Condition$NotMatched;
v := @parameter: org.hamcrest.Matcher;
v := @parameter: java.lang.String;
return 0;
}
public org.hamcrest.Condition and(org.hamcrest.Condition$Step)
{
org.hamcrest.Condition$NotMatched v;
org.hamcrest.Condition$Step v;
org.hamcrest.Condition v;
v := @this: org.hamcrest.Condition$NotMatched;
v := @parameter: org.hamcrest.Condition$Step;
v = staticinvoke <org.hamcrest.Condition$NotMatched: org.hamcrest.Condition notMatched()>();
return v;
}
}