public final class org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher implements org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$ByteMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher
  super_class: java.lang.Object
{
  public final char lo;
    descriptor: C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final char hi;
    descriptor: C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 127
            ldc Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(char, char);
    descriptor: (CC)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher this
        start local 1 // char lo
        start local 2 // char hi
         0: .line 132
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 133
            getstatic org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher.$assertionsDisabled:Z
            ifne 2
            iload 2 /* hi */
            iload 1 /* lo */
            if_icmpgt 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 134
      StackMap locals: org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* lo */
            putfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher.lo:C
         3: .line 135
            aload 0 /* this */
            iload 2 /* hi */
            putfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher.hi:C
         4: .line 136
            return
        end local 2 // char hi
        end local 1 // char lo
        end local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$RangeByteMatcher;
            0    5     1    lo  C
            0    5     2    hi  C
    MethodParameters:
      Name  Flags
      lo    
      hi    

  public static org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$ByteMatcher create(char, char);
    descriptor: (CC)Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$ByteMatcher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // char lo
        start local 1 // char hi
         0: .line 139
            new org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher
            dup
            iload 0 /* lo */
            iload 1 /* hi */
            invokespecial org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher.<init>:(CC)V
            areturn
        end local 1 // char hi
        end local 0 // char lo
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    lo  C
            0    1     1    hi  C
    MethodParameters:
      Name  Flags
      lo    
      hi    

  public static org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$ByteMatcher create(int, int);
    descriptor: (II)Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$ByteMatcher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int lo
        start local 1 // int hi
         0: .line 143
            iload 0 /* lo */
            i2c
            iload 1 /* hi */
            i2c
            invokestatic org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher.create:(CC)Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$ByteMatcher;
            areturn
        end local 1 // int hi
        end local 0 // int lo
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    lo  I
            0    1     1    hi  I
    MethodParameters:
      Name  Flags
      lo    
      hi    

  private boolean match(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher this
        start local 1 // int b
         0: .line 147
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher.lo:C
            iload 1 /* b */
            if_icmpgt 1
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher.hi:C
            iload 1 /* b */
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int b
        end local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$RangeByteMatcher;
            0    2     1     b  I
    MethodParameters:
      Name  Flags
      b     

  public boolean match(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher this
        start local 1 // byte b
         0: .line 152
            aload 0 /* this */
            iload 1 /* b */
            invokestatic java.lang.Byte.toUnsignedInt:(B)I
            invokevirtual org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher.match:(I)Z
            ireturn
        end local 1 // byte b
        end local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$RangeByteMatcher;
            0    1     1     b  B
    MethodParameters:
      Name  Flags
      b     
}
SourceFile: "DFAPartialEvaluationTest.java"
NestHost: org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest
InnerClasses:
  public abstract ByteMatcher = org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$ByteMatcher of org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest
  public final RangeByteMatcher = org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$RangeByteMatcher of org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest