public abstract class org.graalvm.compiler.core.common.type.ArithmeticOpTable$BinaryOp$Or extends org.graalvm.compiler.core.common.type.ArithmeticOpTable$BinaryOp<org.graalvm.compiler.core.common.type.ArithmeticOpTable$BinaryOp$Or>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.core.common.type.ArithmeticOpTable$BinaryOp$Or
  super_class: org.graalvm.compiler.core.common.type.ArithmeticOpTable$BinaryOp
{
  protected void <init>(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.core.common.type.ArithmeticOpTable$BinaryOp$Or this
        start local 1 // boolean associative
        start local 2 // boolean commutative
         0: .line 562
            aload 0 /* this */
            ldc "|"
            iload 1 /* associative */
            iload 2 /* commutative */
            invokespecial org.graalvm.compiler.core.common.type.ArithmeticOpTable$BinaryOp.<init>:(Ljava/lang/String;ZZ)V
         1: .line 563
            return
        end local 2 // boolean commutative
        end local 1 // boolean associative
        end local 0 // org.graalvm.compiler.core.common.type.ArithmeticOpTable$BinaryOp$Or this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable$BinaryOp$Or;
            0    2     1  associative  Z
            0    2     2  commutative  Z
    MethodParameters:
             Name  Flags
      associative  
      commutative  
}
Signature: Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable$BinaryOp<Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable$BinaryOp$Or;>;
SourceFile: "ArithmeticOpTable.java"
NestHost: org.graalvm.compiler.core.common.type.ArithmeticOpTable
InnerClasses:
  public abstract BinaryOp = org.graalvm.compiler.core.common.type.ArithmeticOpTable$BinaryOp of org.graalvm.compiler.core.common.type.ArithmeticOpTable
  public abstract Or = org.graalvm.compiler.core.common.type.ArithmeticOpTable$BinaryOp$Or of org.graalvm.compiler.core.common.type.ArithmeticOpTable$BinaryOp