abstract class com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException extends java.lang.RuntimeException
{
static final com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException UOE_OR_ISE;
static final com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException UOE;
static final com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException ISE;
static final com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException NSEE;
private static final long serialVersionUID;
private void <init>(java.lang.String)
{
com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException v;
java.lang.String v;
v := @this: com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.String)>(v);
return;
}
abstract boolean isPermitted(java.lang.RuntimeException);
void assertPermitted(java.lang.RuntimeException)
{
com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException v;
java.lang.Class v;
java.lang.RuntimeException v;
java.lang.String v, v, v;
boolean v;
v := @this: com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException;
v := @parameter: java.lang.RuntimeException;
v = virtualinvoke v.<com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException: boolean isPermitted(java.lang.RuntimeException)>(v);
if v != 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.String getSimpleName()>();
v = virtualinvoke v.<com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException: java.lang.String getMessage()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String)>(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[])>("Exception \u was thrown; expected \u0001");
staticinvoke <com.google.common.collect.testing.Helpers: void fail(java.lang.Throwable,java.lang.Object)>(v, v);
label:
return;
}
static void <clinit>()
{
com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$1 v;
com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$4 v;
com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$3 v;
com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$2 v;
v = new com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$1;
specialinvoke v.<com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$1: void <init>(java.lang.String)>("UnsupportedOperationException or IllegalStateException");
<com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException: com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException UOE_OR_ISE> = v;
v = new com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$2;
specialinvoke v.<com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$2: void <init>(java.lang.String)>("UnsupportedOperationException");
<com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException: com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException UOE> = v;
v = new com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$3;
specialinvoke v.<com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$3: void <init>(java.lang.String)>("IllegalStateException");
<com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException: com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException ISE> = v;
v = new com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$4;
specialinvoke v.<com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException$4: void <init>(java.lang.String)>("NoSuchElementException");
<com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException: com.google.common.collect.testing.AbstractIteratorTester$PermittedMetaException NSEE> = v;
return;
}
}