public class com.oracle.truffle.js.test.regress.GR28474$Bug401
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.test.regress.GR28474$Bug401
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/regress/GR28474$Bug401;

  public long getLongValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
         0: .line 76
            ldc 20
            lreturn
        end local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/regress/GR28474$Bug401;

  public int getIntValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
         0: .line 80
            bipush 20
            ireturn
        end local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/regress/GR28474$Bug401;

  public double getDoubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
         0: .line 84
            ldc 20.0
            dreturn
        end local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/regress/GR28474$Bug401;

  public float getFloatValue();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
         0: .line 88
            ldc 20.0
            freturn
        end local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/regress/GR28474$Bug401;

  public char getCharValue();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
         0: .line 92
            bipush 97
            ireturn
        end local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/regress/GR28474$Bug401;

  public short getShortValue();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
         0: .line 96
            bipush 20
            ireturn
        end local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/regress/GR28474$Bug401;

  public byte getByteValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
         0: .line 100
            bipush 20
            ireturn
        end local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/regress/GR28474$Bug401;

  public boolean getBoolValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
         0: .line 104
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.js.test.regress.GR28474$Bug401 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/regress/GR28474$Bug401;
}
SourceFile: "GR28474.java"
NestHost: com.oracle.truffle.js.test.regress.GR28474
InnerClasses:
  public Bug401 = com.oracle.truffle.js.test.regress.GR28474$Bug401 of com.oracle.truffle.js.test.regress.GR28474