final class org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation extends java.lang.Enum<org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation>
minor version: 0
major version: 59
flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation
super_class: java.lang.Enum
{
public static final org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation SMALLER;
descriptor: Lorg/graalvm/compiler/jtt/optimize/TrichotomyTest$Operation;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation SMALLER_EQUAL;
descriptor: Lorg/graalvm/compiler/jtt/optimize/TrichotomyTest$Operation;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation EQUAL;
descriptor: Lorg/graalvm/compiler/jtt/optimize/TrichotomyTest$Operation;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation GREATER_EQUAL;
descriptor: Lorg/graalvm/compiler/jtt/optimize/TrichotomyTest$Operation;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation GREATER;
descriptor: Lorg/graalvm/compiler/jtt/optimize/TrichotomyTest$Operation;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation ALWAYS_FALSE;
descriptor: Lorg/graalvm/compiler/jtt/optimize/TrichotomyTest$Operation;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tRunWith cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tIgnore cannot be resolved to a type\n\tFrameworkMethod cannot be resolved to a type\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tBlockJUnit4ClassRunner cannot be resolved to a type\n\tInitializationError cannot be resolved to a type\n\tFrameworkMethod cannot be resolved to a type\n\tThe method computeTestMethods() of type TrichotomyTest.Runner must override or implement a supertype method\n\tThe method getTestClass() is undefined for the type TrichotomyTest.Runner\n\tFrameworkMethod cannot be resolved to a type\n\tRunNotifier cannot be resolved to a type\n\tStatement cannot be resolved to a type\n\tFrameworkMethod cannot be resolved to a type\n\tStatement cannot be resolved to a type\n\tThe method evaluate() of type new Statement(){} must override or implement a supertype method\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/jtt/optimize/TrichotomyTest$Operation;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
}
Signature: Ljava/lang/Enum<Lorg/graalvm/compiler/jtt/optimize/TrichotomyTest$Operation;>;
SourceFile: "TrichotomyTest.java"
NestHost: org.graalvm.compiler.jtt.optimize.TrichotomyTest
InnerClasses:
final Operation = org.graalvm.compiler.jtt.optimize.TrichotomyTest$Operation of org.graalvm.compiler.jtt.optimize.TrichotomyTest