public abstract class com.oracle.graal.python.nodes.PNodeWithState extends com.oracle.graal.python.nodes.PNodeWithContext
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.graal.python.nodes.PNodeWithState
  super_class: com.oracle.graal.python.nodes.PNodeWithContext
{
  private com.oracle.graal.python.runtime.object.PythonObjectFactory objectFactory;
    descriptor: Lcom/oracle/graal/python/runtime/object/PythonObjectFactory;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private com.oracle.graal.python.nodes.PRaiseNode raiseNode;
    descriptor: Lcom/oracle/graal/python/nodes/PRaiseNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.nodes.PNodeWithState this
         0: .line 48
            aload 0 /* this */
            invokespecial com.oracle.graal.python.nodes.PNodeWithContext.<init>:()V
            return
        end local 0 // com.oracle.graal.python.nodes.PNodeWithState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/nodes/PNodeWithState;

  protected final com.oracle.graal.python.runtime.exception.PException raise(com.oracle.graal.python.builtins.PythonBuiltinClassType, java.lang.String, java.lang.Object[]);
    descriptor: (Lcom/oracle/graal/python/builtins/PythonBuiltinClassType;Ljava/lang/String;[Ljava/lang/Object;)Lcom/oracle/graal/python/runtime/exception/PException;
    flags: (0x0094) ACC_PROTECTED, ACC_FINAL, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.graal.python.nodes.PNodeWithState this
        start local 1 // com.oracle.graal.python.builtins.PythonBuiltinClassType type
        start local 2 // java.lang.String format
        start local 3 // java.lang.Object[] arguments
         0: .line 53
            aload 0 /* this */
            getfield com.oracle.graal.python.nodes.PNodeWithState.raiseNode:Lcom/oracle/graal/python/nodes/PRaiseNode;
            ifnonnull 3
         1: .line 54
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 55
            aload 0 /* this */
            aload 0 /* this */
            invokestatic com.oracle.graal.python.nodes.PRaiseNode.create:()Lcom/oracle/graal/python/nodes/PRaiseNode;
            invokevirtual com.oracle.graal.python.nodes.PNodeWithState.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.graal.python.nodes.PRaiseNode
            putfield com.oracle.graal.python.nodes.PNodeWithState.raiseNode:Lcom/oracle/graal/python/nodes/PRaiseNode;
         3: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.graal.python.nodes.PNodeWithState.raiseNode:Lcom/oracle/graal/python/nodes/PRaiseNode;
            aload 1 /* type */
            aload 2 /* format */
            aload 3 /* arguments */
            invokevirtual com.oracle.graal.python.nodes.PRaiseNode.raise:(Lcom/oracle/graal/python/builtins/PythonBuiltinClassType;Ljava/lang/String;[Ljava/lang/Object;)Lcom/oracle/graal/python/runtime/exception/PException;
            areturn
        end local 3 // java.lang.Object[] arguments
        end local 2 // java.lang.String format
        end local 1 // com.oracle.graal.python.builtins.PythonBuiltinClassType type
        end local 0 // com.oracle.graal.python.nodes.PNodeWithState this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/oracle/graal/python/nodes/PNodeWithState;
            0    4     1       type  Lcom/oracle/graal/python/builtins/PythonBuiltinClassType;
            0    4     2     format  Ljava/lang/String;
            0    4     3  arguments  [Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      type       
      format     
      arguments  

  protected final com.oracle.graal.python.runtime.object.PythonObjectFactory factory();
    descriptor: ()Lcom/oracle/graal/python/runtime/object/PythonObjectFactory;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.nodes.PNodeWithState this
         0: .line 61
            aload 0 /* this */
            getfield com.oracle.graal.python.nodes.PNodeWithState.objectFactory:Lcom/oracle/graal/python/runtime/object/PythonObjectFactory;
            ifnonnull 3
         1: .line 62
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 63
            aload 0 /* this */
            aload 0 /* this */
            invokestatic com.oracle.graal.python.runtime.object.PythonObjectFactory.create:()Lcom/oracle/graal/python/runtime/object/PythonObjectFactory;
            invokevirtual com.oracle.graal.python.nodes.PNodeWithState.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.graal.python.runtime.object.PythonObjectFactory
            putfield com.oracle.graal.python.nodes.PNodeWithState.objectFactory:Lcom/oracle/graal/python/runtime/object/PythonObjectFactory;
         3: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.graal.python.nodes.PNodeWithState.objectFactory:Lcom/oracle/graal/python/runtime/object/PythonObjectFactory;
            areturn
        end local 0 // com.oracle.graal.python.nodes.PNodeWithState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/graal/python/nodes/PNodeWithState;
}
SourceFile: "PNodeWithState.java"
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node