public class org.graalvm.compiler.graph.test.matchers.NodeIterableIsEmpty extends TypeSafeDiagnosingMatcher<org.graalvm.compiler.graph.iterators.NodeIterable<?>>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.graph.test.matchers.NodeIterableIsEmpty
super_class: java.lang.Object
{
private static final org.graalvm.compiler.graph.test.matchers.NodeIterableIsEmpty INSTANCE;
descriptor: Lorg/graalvm/compiler/graph/test/matchers/NodeIterableIsEmpty;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.hamcrest cannot be resolved\n\tThe import org.hamcrest cannot be resolved\n\tThe import org.hamcrest cannot be resolved\n\tThe import org.hamcrest cannot be resolved\n\tTypeSafeDiagnosingMatcher cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tMatcher cannot be resolved to a type\n\tMatcher cannot be resolved to a type\n\tIsNot cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/graph/test/matchers/NodeIterableIsEmpty;
public boolean matchesSafely(org.graalvm.compiler.graph.iterators.NodeIterable<?>, Description);
descriptor: (Lorg/graalvm/compiler/graph/iterators/NodeIterable;LDescription;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tDescription cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/graph/test/matchers/NodeIterableIsEmpty;
Signature: (Lorg/graalvm/compiler/graph/iterators/NodeIterable<*>;LDescription;)Z
MethodParameters:
Name Flags
iterable
mismatchDescription
public void describeTo(Description);
descriptor: (LDescription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tDescription cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/graph/test/matchers/NodeIterableIsEmpty;
MethodParameters:
Name Flags
description
public static Matcher<org.graalvm.compiler.graph.iterators.NodeIterable<?>> isEmpty();
descriptor: ()LMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tMatcher cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: ()LMatcher<Lorg/graalvm/compiler/graph/iterators/NodeIterable<*>;>;
public static Matcher<org.graalvm.compiler.graph.iterators.NodeIterable<?>> isNotEmpty();
descriptor: ()LMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tMatcher cannot be resolved to a type\n\tIsNot cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: ()LMatcher<Lorg/graalvm/compiler/graph/iterators/NodeIterable<*>;>;
}
Signature: LTypeSafeDiagnosingMatcher<Lorg/graalvm/compiler/graph/iterators/NodeIterable<*>;>;
SourceFile: "NodeIterableIsEmpty.java"