public class com.oracle.truffle.js.nodes.JSNodeDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.nodes.JSNodeDecoder
  super_class: java.lang.Object
{
  public static final int BREAK_TARGET_LABEL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int BREAK_TARGET_SWITCH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int CONTINUE_TARGET_LOOP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int CONTINUE_TARGET_UNLABELED_LOOP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final boolean VERBOSE;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final com.oracle.truffle.js.codec.NodeDecoder<com.oracle.truffle.js.nodes.NodeFactory> GEN;
    descriptor: Lcom/oracle/truffle/js/codec/NodeDecoder;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/truffle/js/codec/NodeDecoder<Lcom/oracle/truffle/js/nodes/NodeFactory;>;

  private static final java.lang.Object[] SINGLETONS;
    descriptor: [Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.JSNodeDecoder this
         0: .line 135
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNodeFactoryDecoderGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.js.nodes.JSNodeDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/JSNodeDecoder;

  public static int getSingletonIndex(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 139
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
           Name  Flags
      singleton  

  public static int getChecksum();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 143
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object decodeNode(com.oracle.truffle.js.codec.NodeDecoder$DecoderState, com.oracle.truffle.js.nodes.NodeFactory, com.oracle.truffle.js.runtime.JSContext, com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/js/codec/NodeDecoder$DecoderState;Lcom/oracle/truffle/js/nodes/NodeFactory;Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/api/source/Source;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.oracle.truffle.js.nodes.JSNodeDecoder this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.js.nodes.JSNodeDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/JSNodeDecoder;
    MethodParameters:
             Name  Flags
      state        
      nodeFactory  
      context      
      source       

  private static void storeResult(com.oracle.truffle.js.codec.NodeDecoder$DecoderState, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/js/codec/NodeDecoder$DecoderState;Ljava/lang/Object;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 348
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
       Name  Flags
      state  
      value  

  private static com.oracle.truffle.js.nodes.control.BreakTarget createJumpTarget(int);
    descriptor: (I)Lcom/oracle/truffle/js/nodes/control/BreakTarget;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 352
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      type  

  private static java.lang.Object[] getObjectArray(com.oracle.truffle.js.codec.NodeDecoder$DecoderState);
    descriptor: (Lcom/oracle/truffle/js/codec/NodeDecoder$DecoderState;)[Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 366
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "JSNodeDecoder.java"
NestMembers:
  com.oracle.truffle.js.nodes.JSNodeDecoder$1  com.oracle.truffle.js.nodes.JSNodeDecoder$Bytecode
InnerClasses:
  public DecoderState = com.oracle.truffle.js.codec.NodeDecoder$DecoderState of com.oracle.truffle.js.codec.NodeDecoder
  public final Bytecode = com.oracle.truffle.js.nodes.JSNodeDecoder$Bytecode of com.oracle.truffle.js.nodes.JSNodeDecoder