public interface org.graalvm.compiler.nodes.calc.NarrowableArithmeticNode
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.graalvm.compiler.nodes.calc.NarrowableArithmeticNode
  super_class: java.lang.Object
{
  public boolean isNarrowable(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.calc.NarrowableArithmeticNode this
        start local 1 // int resultBits
         0: .line 41
            iconst_1
            ireturn
        end local 1 // int resultBits
        end local 0 // org.graalvm.compiler.nodes.calc.NarrowableArithmeticNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/graalvm/compiler/nodes/calc/NarrowableArithmeticNode;
            0    1     1  resultBits  I
    MethodParameters:
            Name  Flags
      resultBits  
}
SourceFile: "NarrowableArithmeticNode.java"