public abstract class com.oracle.graal.python.nodes.PNodeWithContext extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.graal.python.nodes.PNodeWithContext
  super_class: com.oracle.truffle.api.nodes.Node
{
  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.PNodeWithContext this
         0: .line 50
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.graal.python.nodes.PNodeWithContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/nodes/PNodeWithContext;

  protected static com.oracle.truffle.api.Assumption singleContextAssumption();
    descriptor: ()Lcom/oracle/truffle/api/Assumption;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 53
            ldc "the singleContextAssumption should only be retrieved in the interpreter"
            invokestatic com.oracle.truffle.api.CompilerAsserts.neverPartOfCompilation:(Ljava/lang/String;)V
         1: .line 54
            invokestatic com.oracle.graal.python.PythonLanguage.getCurrent:()Lcom/oracle/graal/python/PythonLanguage;
            astore 0 /* language */
        start local 0 // com.oracle.graal.python.PythonLanguage language
         2: .line 55
            aload 0 /* language */
            getfield com.oracle.graal.python.PythonLanguage.singleContextAssumption:Lcom/oracle/truffle/api/Assumption;
            areturn
        end local 0 // com.oracle.graal.python.PythonLanguage language
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            2    3     0  language  Lcom/oracle/graal/python/PythonLanguage;

  protected boolean isUncached();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.nodes.PNodeWithContext this
         0: .line 62
            aload 0 /* this */
            invokevirtual com.oracle.graal.python.nodes.PNodeWithContext.isAdoptable:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.oracle.graal.python.nodes.PNodeWithContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/graal/python/nodes/PNodeWithContext;

  public void printStack();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.nodes.PNodeWithContext this
         0: .line 68
            invokestatic com.oracle.graal.python.runtime.exception.ExceptionUtils.printPythonLikeStackTrace:()V
         1: .line 69
            return
        end local 0 // com.oracle.graal.python.nodes.PNodeWithContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/graal/python/nodes/PNodeWithContext;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
}
SourceFile: "PNodeWithContext.java"
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives