public final class com.oracle.truffle.api.instrumentation.StandardTags
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.StandardTags
  super_class: java.lang.Object
{
  static final java.lang.Class[] ALL_TAGS;
    descriptor: [Ljava/lang/Class;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 61
            bipush 8
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$StatementTag;
            aastore
            dup
            iconst_1
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$CallTag;
            aastore
            dup
            iconst_2
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$RootTag;
            aastore
            dup
            iconst_3
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$RootBodyTag;
            aastore
            dup
            iconst_4
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$ExpressionTag;
            aastore
            dup
            iconst_5
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$TryBlockTag;
            aastore
            dup
            bipush 6
         1: .line 62
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$ReadVariableTag;
            aastore
            dup
            bipush 7
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$WriteVariableTag;
            aastore
         2: .line 61
            putstatic com.oracle.truffle.api.instrumentation.StandardTags.ALL_TAGS:[Ljava/lang/Class;
         3: .line 62
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.StandardTags this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            return
        end local 0 // com.oracle.truffle.api.instrumentation.StandardTags this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/StandardTags;
}
SourceFile: "StandardTags.java"
NestMembers:
  com.oracle.truffle.api.instrumentation.StandardTags$CallTag  com.oracle.truffle.api.instrumentation.StandardTags$ExpressionTag  com.oracle.truffle.api.instrumentation.StandardTags$ReadVariableTag  com.oracle.truffle.api.instrumentation.StandardTags$RootBodyTag  com.oracle.truffle.api.instrumentation.StandardTags$RootTag  com.oracle.truffle.api.instrumentation.StandardTags$StatementTag  com.oracle.truffle.api.instrumentation.StandardTags$TryBlockTag  com.oracle.truffle.api.instrumentation.StandardTags$WriteVariableTag
InnerClasses:
  public final CallTag = com.oracle.truffle.api.instrumentation.StandardTags$CallTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final ExpressionTag = com.oracle.truffle.api.instrumentation.StandardTags$ExpressionTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final ReadVariableTag = com.oracle.truffle.api.instrumentation.StandardTags$ReadVariableTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final RootBodyTag = com.oracle.truffle.api.instrumentation.StandardTags$RootBodyTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final RootTag = com.oracle.truffle.api.instrumentation.StandardTags$RootTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final StatementTag = com.oracle.truffle.api.instrumentation.StandardTags$StatementTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final TryBlockTag = com.oracle.truffle.api.instrumentation.StandardTags$TryBlockTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final WriteVariableTag = com.oracle.truffle.api.instrumentation.StandardTags$WriteVariableTag of com.oracle.truffle.api.instrumentation.StandardTags