public class org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  private int[] successors;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 1)

  private org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$ByteMatcher[] matchers;
    descriptor: [Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$ByteMatcher;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 1)

  private boolean isFinalState;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
         0: .line 174
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$DFAStateNode;

  public void setMatchers(org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$ByteMatcher[]);
    descriptor: ([Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$ByteMatcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
        start local 1 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$ByteMatcher[] matchers
         0: .line 183
            aload 0 /* this */
            aload 1 /* matchers */
            putfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode.matchers:[Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$ByteMatcher;
         1: .line 184
            return
        end local 1 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$ByteMatcher[] matchers
        end local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$DFAStateNode;
            0    2     1  matchers  [Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$ByteMatcher;
    MethodParameters:
          Name  Flags
      matchers  

  public org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$ByteMatcher[] getMatchers();
    descriptor: ()[Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$ByteMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
         0: .line 187
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode.matchers:[Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$ByteMatcher;
            areturn
        end local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$DFAStateNode;

  public int[] getSuccessors();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
         0: .line 191
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode.successors:[I
            areturn
        end local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$DFAStateNode;

  public void setSuccessors(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
        start local 1 // int[] successors
         0: .line 195
            aload 0 /* this */
            aload 1 /* successors */
            putfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode.successors:[I
         1: .line 196
            return
        end local 1 // int[] successors
        end local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$DFAStateNode;
            0    2     1  successors  [I
    MethodParameters:
            Name  Flags
      successors  

  public void setFinalState();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
         0: .line 199
            aload 0 /* this */
            iconst_1
            putfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode.isFinalState:Z
         1: .line 200
            return
        end local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$DFAStateNode;

  public boolean isFinalState();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
         0: .line 203
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode.isFinalState:Z
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$DFAStateNode;

  public int executeSuccessorIndex(byte);
    descriptor: (B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
        start local 1 // byte value
         0: .line 208
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 209
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode.matchers:[Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$ByteMatcher;
            iload 2 /* i */
            aaload
            iload 1 /* value */
            invokeinterface org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$ByteMatcher.match:(B)Z
            ifeq 4
         3: .line 210
            iload 2 /* i */
            ireturn
         4: .line 208
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode.matchers:[Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$ByteMatcher;
            arraylength
            if_icmplt 2
        end local 2 // int i
         6: .line 213
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         7: .line 214
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // byte value
        end local 0 // org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/graalvm/compiler/truffle/test/DFAPartialEvaluationTest$DFAStateNode;
            0    8     1  value  B
            1    6     2      i  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.ExplodeLoop()
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "DFAPartialEvaluationTest.java"
NestHost: org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  public abstract ByteMatcher = org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$ByteMatcher of org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest
  public DFAStateNode = org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest$DFAStateNode of org.graalvm.compiler.truffle.test.DFAPartialEvaluationTest