class com.oracle.truffle.api.test.polyglot.ScopedViewTest$3 extends com.oracle.truffle.api.test.polyglot.ProxyLanguage
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ScopedViewTest$3
  super_class: com.oracle.truffle.api.test.polyglot.ProxyLanguage
{
  final com.oracle.truffle.api.test.polyglot.ScopedViewTest this$0;
    descriptor: Lcom/oracle/truffle/api/test/polyglot/ScopedViewTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.test.polyglot.ScopedViewTest);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/ScopedViewTest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ScopedViewTest$3 this
         0: .line 264
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.test.polyglot.ScopedViewTest$3.this$0:Lcom/oracle/truffle/api/test/polyglot/ScopedViewTest;
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyLanguage.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.ScopedViewTest$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ScopedViewTest$3;
    MethodParameters:
        Name  Flags
      this$0  final

  protected java.lang.Object getScopedView(com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.frame.Frame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/frame/Frame;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.test.polyglot.ScopedViewTest$3 this
        start local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext c
        start local 2 // com.oracle.truffle.api.nodes.Node location
        start local 3 // com.oracle.truffle.api.frame.Frame frame
        start local 4 // java.lang.Object value
         0: .line 268
            aconst_null
            areturn
        end local 4 // java.lang.Object value
        end local 3 // com.oracle.truffle.api.frame.Frame frame
        end local 2 // com.oracle.truffle.api.nodes.Node location
        end local 1 // com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext c
        end local 0 // com.oracle.truffle.api.test.polyglot.ScopedViewTest$3 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/test/polyglot/ScopedViewTest$3;
            0    1     1         c  Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;
            0    1     2  location  Lcom/oracle/truffle/api/nodes/Node;
            0    1     3     frame  Lcom/oracle/truffle/api/frame/Frame;
            0    1     4     value  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      c         
      location  
      frame     
      value     
}
SourceFile: "ScopedViewTest.java"
EnclosingMethod: com.oracle.truffle.api.test.polyglot.ScopedViewTest.testReturnNull:()V
NestHost: com.oracle.truffle.api.test.polyglot.ScopedViewTest
InnerClasses:
  public LanguageContext = com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext of com.oracle.truffle.api.test.polyglot.ProxyLanguage
  com.oracle.truffle.api.test.polyglot.ScopedViewTest$3