public abstract class org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp<T> extends org.graalvm.compiler.core.common.type.ArithmeticOpTable$Op
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp
  super_class: org.graalvm.compiler.core.common.type.ArithmeticOpTable$Op
{
  protected void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp this
        start local 1 // java.lang.String operation
         0: .line 480
            aload 0 /* this */
            aload 1 /* operation */
            invokespecial org.graalvm.compiler.core.common.type.ArithmeticOpTable$Op.<init>:(Ljava/lang/String;)V
         1: .line 481
            return
        end local 1 // java.lang.String operation
        end local 0 // org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable$UnaryOp<TT;>;
            0    2     1  operation  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      operation  

  public abstract jdk.vm.ci.meta.Constant foldConstant(jdk.vm.ci.meta.Constant);
    descriptor: (Ljdk/vm/ci/meta/Constant;)Ljdk/vm/ci/meta/Constant;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract org.graalvm.compiler.core.common.type.Stamp foldStamp(org.graalvm.compiler.core.common.type.Stamp);
    descriptor: (Lorg/graalvm/compiler/core/common/type/Stamp;)Lorg/graalvm/compiler/core/common/type/Stamp;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      stamp  

  public org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp<T> unwrap();
    descriptor: ()Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable$UnaryOp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp this
         0: .line 494
            aload 0 /* this */
            areturn
        end local 0 // org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable$UnaryOp<TT;>;
    Signature: ()Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable$UnaryOp<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lorg/graalvm/compiler/core/common/type/ArithmeticOpTable$Op;
SourceFile: "ArithmeticOpTable.java"
NestHost: org.graalvm.compiler.core.common.type.ArithmeticOpTable
InnerClasses:
  public abstract Op = org.graalvm.compiler.core.common.type.ArithmeticOpTable$Op of org.graalvm.compiler.core.common.type.ArithmeticOpTable
  public abstract UnaryOp = org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp of org.graalvm.compiler.core.common.type.ArithmeticOpTable
  public abstract Abs = org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp$Abs of org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp
  public abstract Neg = org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp$Neg of org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp
  public abstract Not = org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp$Not of org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp
  public abstract Sqrt = org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp$Sqrt of org.graalvm.compiler.core.common.type.ArithmeticOpTable$UnaryOp