final class com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, com.oracle.truffle.api.source.SourceSection);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol this
        start local 1 // java.lang.String name
        start local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 486
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 487
            aload 0 /* this */
            aload 1 /* name */
            putfield com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol.name:Ljava/lang/String;
         2: .line 488
            aload 0 /* this */
            aload 2 /* sourceSection */
            putfield com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         3: .line 489
            return
        end local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/oracle/truffle/api/instrumentation/test/TagsTest$RWVariableLanguage$NameSymbol;
            0    4     1           name  Ljava/lang/String;
            0    4     2  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
               Name  Flags
      name           
      sourceSection  

  boolean isString();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol this
         0: .line 493
            ldc "null"
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol.name:Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)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.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/TagsTest$RWVariableLanguage$NameSymbol;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.String asString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol this
         0: .line 498
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol.isString:()Z
            ifeq 2
         1: .line 499
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol.name:Ljava/lang/String;
            areturn
         2: .line 501
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         3: .line 502
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/TagsTest$RWVariableLanguage$NameSymbol;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean hasSourceLocation();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol this
         0: .line 508
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/TagsTest$RWVariableLanguage$NameSymbol;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  com.oracle.truffle.api.source.SourceSection getSourceLocation();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol this
         0: .line 513
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            ifnull 2
         1: .line 514
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
         2: .line 516
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         3: .line 517
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/TagsTest$RWVariableLanguage$NameSymbol;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "TagsTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.TagsTest
InnerClasses:
  public RWVariableLanguage = com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage of com.oracle.truffle.api.instrumentation.test.TagsTest
  final NameSymbol = com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage$NameSymbol of com.oracle.truffle.api.instrumentation.test.TagsTest$RWVariableLanguage
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)