public class ch.qos.logback.core.subst.Parser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: ch.qos.logback.core.subst.Parser
  super_class: java.lang.Object
{
  final java.util.List<ch.qos.logback.core.subst.Token> tokenList;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lch/qos/logback/core/subst/Token;>;

  int pointer;
    descriptor: I
    flags: (0x0000) 

  private static volatile int[] $SWITCH_TABLE$ch$qos$logback$core$subst$Token$Type;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>(java.util.List<ch.qos.logback.core.subst.Token>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.subst.Parser this
        start local 1 // java.util.List tokenList
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            iconst_0
            putfield ch.qos.logback.core.subst.Parser.pointer:I
         2: .line 41
            aload 0 /* this */
            aload 1 /* tokenList */
            putfield ch.qos.logback.core.subst.Parser.tokenList:Ljava/util/List;
         3: .line 42
            return
        end local 1 // java.util.List tokenList
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lch/qos/logback/core/subst/Parser;
            0    4     1  tokenList  Ljava/util/List<Lch/qos/logback/core/subst/Token;>;
    Signature: (Ljava/util/List<Lch/qos/logback/core/subst/Token;>;)V
    MethodParameters:
           Name  Flags
      tokenList  

  public ch.qos.logback.core.subst.Node parse();
    descriptor: ()Lch/qos/logback/core/subst/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.subst.Parser this
         0: .line 45
            aload 0 /* this */
            getfield ch.qos.logback.core.subst.Parser.tokenList:Ljava/util/List;
            ifnull 1
            aload 0 /* this */
            getfield ch.qos.logback.core.subst.Parser.tokenList:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
         1: .line 46
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.E:()Lch/qos/logback/core/subst/Node;
            areturn
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lch/qos/logback/core/subst/Parser;
    Exceptions:
      throws ch.qos.logback.core.spi.ScanException

  private ch.qos.logback.core.subst.Node E();
    descriptor: ()Lch/qos/logback/core/subst/Node;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // ch.qos.logback.core.subst.Parser this
         0: .line 51
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.T:()Lch/qos/logback/core/subst/Node;
            astore 1 /* t */
        start local 1 // ch.qos.logback.core.subst.Node t
         1: .line 52
            aload 1 /* t */
            ifnonnull 3
         2: .line 53
            aconst_null
            areturn
         3: .line 55
      StackMap locals: ch.qos.logback.core.subst.Node
      StackMap stack:
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.Eopt:()Lch/qos/logback/core/subst/Node;
            astore 2 /* eOpt */
        start local 2 // ch.qos.logback.core.subst.Node eOpt
         4: .line 56
            aload 2 /* eOpt */
            ifnull 6
         5: .line 57
            aload 1 /* t */
            aload 2 /* eOpt */
            invokevirtual ch.qos.logback.core.subst.Node.append:(Lch/qos/logback/core/subst/Node;)V
         6: .line 59
      StackMap locals: ch.qos.logback.core.subst.Node
      StackMap stack:
            aload 1 /* t */
            areturn
        end local 2 // ch.qos.logback.core.subst.Node eOpt
        end local 1 // ch.qos.logback.core.subst.Node t
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lch/qos/logback/core/subst/Parser;
            1    7     1     t  Lch/qos/logback/core/subst/Node;
            4    7     2  eOpt  Lch/qos/logback/core/subst/Node;
    Exceptions:
      throws ch.qos.logback.core.spi.ScanException

  private ch.qos.logback.core.subst.Node Eopt();
    descriptor: ()Lch/qos/logback/core/subst/Node;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // ch.qos.logback.core.subst.Parser this
         0: .line 64
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.peekAtCurentToken:()Lch/qos/logback/core/subst/Token;
            astore 1 /* next */
        start local 1 // ch.qos.logback.core.subst.Token next
         1: .line 65
            aload 1 /* next */
            ifnonnull 3
         2: .line 66
            aconst_null
            areturn
         3: .line 68
      StackMap locals: ch.qos.logback.core.subst.Token
      StackMap stack:
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.E:()Lch/qos/logback/core/subst/Node;
            areturn
        end local 1 // ch.qos.logback.core.subst.Token next
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lch/qos/logback/core/subst/Parser;
            1    4     1  next  Lch/qos/logback/core/subst/Token;
    Exceptions:
      throws ch.qos.logback.core.spi.ScanException

  private ch.qos.logback.core.subst.Node T();
    descriptor: ()Lch/qos/logback/core/subst/Node;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // ch.qos.logback.core.subst.Parser this
         0: .line 74
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.peekAtCurentToken:()Lch/qos/logback/core/subst/Token;
            astore 1 /* t */
        start local 1 // ch.qos.logback.core.subst.Token t
         1: .line 76
            invokestatic ch.qos.logback.core.subst.Parser.$SWITCH_TABLE$ch$qos$logback$core$subst$Token$Type:()[I
            aload 1 /* t */
            getfield ch.qos.logback.core.subst.Token.type:Lch/qos/logback/core/subst/Token$Type;
            invokevirtual ch.qos.logback.core.subst.Token$Type.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 2
                    2: 13
                    3: 4
              default: 19
          }
         2: .line 78
      StackMap locals: ch.qos.logback.core.subst.Token
      StackMap stack:
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.advanceTokenPointer:()V
         3: .line 79
            aload 0 /* this */
            aload 1 /* t */
            getfield ch.qos.logback.core.subst.Token.payload:Ljava/lang/String;
            invokevirtual ch.qos.logback.core.subst.Parser.makeNewLiteralNode:(Ljava/lang/String;)Lch/qos/logback/core/subst/Node;
            areturn
         4: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.advanceTokenPointer:()V
         5: .line 82
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.C:()Lch/qos/logback/core/subst/Node;
            astore 2 /* innerNode */
        start local 2 // ch.qos.logback.core.subst.Node innerNode
         6: .line 83
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.peekAtCurentToken:()Lch/qos/logback/core/subst/Token;
            astore 3 /* right */
        start local 3 // ch.qos.logback.core.subst.Token right
         7: .line 84
            aload 0 /* this */
            aload 3 /* right */
            invokevirtual ch.qos.logback.core.subst.Parser.expectCurlyRight:(Lch/qos/logback/core/subst/Token;)V
         8: .line 85
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.advanceTokenPointer:()V
         9: .line 86
            aload 0 /* this */
            getstatic ch.qos.logback.core.CoreConstants.LEFT_ACCOLADE:Ljava/lang/String;
            invokevirtual ch.qos.logback.core.subst.Parser.makeNewLiteralNode:(Ljava/lang/String;)Lch/qos/logback/core/subst/Node;
            astore 4 /* curlyLeft */
        start local 4 // ch.qos.logback.core.subst.Node curlyLeft
        10: .line 87
            aload 4 /* curlyLeft */
            aload 2 /* innerNode */
            invokevirtual ch.qos.logback.core.subst.Node.append:(Lch/qos/logback/core/subst/Node;)V
        11: .line 88
            aload 4 /* curlyLeft */
            aload 0 /* this */
            getstatic ch.qos.logback.core.CoreConstants.RIGHT_ACCOLADE:Ljava/lang/String;
            invokevirtual ch.qos.logback.core.subst.Parser.makeNewLiteralNode:(Ljava/lang/String;)Lch/qos/logback/core/subst/Node;
            invokevirtual ch.qos.logback.core.subst.Node.append:(Lch/qos/logback/core/subst/Node;)V
        12: .line 89
            aload 4 /* curlyLeft */
            areturn
        end local 4 // ch.qos.logback.core.subst.Node curlyLeft
        end local 3 // ch.qos.logback.core.subst.Token right
        end local 2 // ch.qos.logback.core.subst.Node innerNode
        13: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.advanceTokenPointer:()V
        14: .line 92
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.V:()Lch/qos/logback/core/subst/Node;
            astore 5 /* v */
        start local 5 // ch.qos.logback.core.subst.Node v
        15: .line 93
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.peekAtCurentToken:()Lch/qos/logback/core/subst/Token;
            astore 6 /* w */
        start local 6 // ch.qos.logback.core.subst.Token w
        16: .line 94
            aload 0 /* this */
            aload 6 /* w */
            invokevirtual ch.qos.logback.core.subst.Parser.expectCurlyRight:(Lch/qos/logback/core/subst/Token;)V
        17: .line 95
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.advanceTokenPointer:()V
        18: .line 96
            aload 5 /* v */
            areturn
        end local 6 // ch.qos.logback.core.subst.Token w
        end local 5 // ch.qos.logback.core.subst.Node v
        19: .line 98
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // ch.qos.logback.core.subst.Token t
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lch/qos/logback/core/subst/Parser;
            1   20     1          t  Lch/qos/logback/core/subst/Token;
            6   13     2  innerNode  Lch/qos/logback/core/subst/Node;
            7   13     3      right  Lch/qos/logback/core/subst/Token;
           10   13     4  curlyLeft  Lch/qos/logback/core/subst/Node;
           15   19     5          v  Lch/qos/logback/core/subst/Node;
           16   19     6          w  Lch/qos/logback/core/subst/Token;
    Exceptions:
      throws ch.qos.logback.core.spi.ScanException

  private ch.qos.logback.core.subst.Node makeNewLiteralNode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lch/qos/logback/core/subst/Node;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.subst.Parser this
        start local 1 // java.lang.String s
         0: .line 103
            new ch.qos.logback.core.subst.Node
            dup
            getstatic ch.qos.logback.core.subst.Node$Type.LITERAL:Lch/qos/logback/core/subst/Node$Type;
            aload 1 /* s */
            invokespecial ch.qos.logback.core.subst.Node.<init>:(Lch/qos/logback/core/subst/Node$Type;Ljava/lang/Object;)V
            areturn
        end local 1 // java.lang.String s
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/subst/Parser;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  private ch.qos.logback.core.subst.Node V();
    descriptor: ()Lch/qos/logback/core/subst/Node;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // ch.qos.logback.core.subst.Parser this
         0: .line 108
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.E:()Lch/qos/logback/core/subst/Node;
            astore 1 /* e */
        start local 1 // ch.qos.logback.core.subst.Node e
         1: .line 109
            new ch.qos.logback.core.subst.Node
            dup
            getstatic ch.qos.logback.core.subst.Node$Type.VARIABLE:Lch/qos/logback/core/subst/Node$Type;
            aload 1 /* e */
            invokespecial ch.qos.logback.core.subst.Node.<init>:(Lch/qos/logback/core/subst/Node$Type;Ljava/lang/Object;)V
            astore 2 /* variable */
        start local 2 // ch.qos.logback.core.subst.Node variable
         2: .line 110
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.peekAtCurentToken:()Lch/qos/logback/core/subst/Token;
            astore 3 /* t */
        start local 3 // ch.qos.logback.core.subst.Token t
         3: .line 111
            aload 0 /* this */
            aload 3 /* t */
            invokevirtual ch.qos.logback.core.subst.Parser.isDefaultToken:(Lch/qos/logback/core/subst/Token;)Z
            ifeq 7
         4: .line 112
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.advanceTokenPointer:()V
         5: .line 113
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.E:()Lch/qos/logback/core/subst/Node;
            astore 4 /* def */
        start local 4 // ch.qos.logback.core.subst.Node def
         6: .line 114
            aload 2 /* variable */
            aload 4 /* def */
            putfield ch.qos.logback.core.subst.Node.defaultPart:Ljava/lang/Object;
        end local 4 // ch.qos.logback.core.subst.Node def
         7: .line 116
      StackMap locals: ch.qos.logback.core.subst.Node ch.qos.logback.core.subst.Node ch.qos.logback.core.subst.Token
      StackMap stack:
            aload 2 /* variable */
            areturn
        end local 3 // ch.qos.logback.core.subst.Token t
        end local 2 // ch.qos.logback.core.subst.Node variable
        end local 1 // ch.qos.logback.core.subst.Node e
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lch/qos/logback/core/subst/Parser;
            1    8     1         e  Lch/qos/logback/core/subst/Node;
            2    8     2  variable  Lch/qos/logback/core/subst/Node;
            3    8     3         t  Lch/qos/logback/core/subst/Token;
            6    7     4       def  Lch/qos/logback/core/subst/Node;
    Exceptions:
      throws ch.qos.logback.core.spi.ScanException

  private ch.qos.logback.core.subst.Node C();
    descriptor: ()Lch/qos/logback/core/subst/Node;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // ch.qos.logback.core.subst.Parser this
         0: .line 121
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.E:()Lch/qos/logback/core/subst/Node;
            astore 1 /* e0 */
        start local 1 // ch.qos.logback.core.subst.Node e0
         1: .line 122
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.peekAtCurentToken:()Lch/qos/logback/core/subst/Token;
            astore 2 /* t */
        start local 2 // ch.qos.logback.core.subst.Token t
         2: .line 123
            aload 0 /* this */
            aload 2 /* t */
            invokevirtual ch.qos.logback.core.subst.Parser.isDefaultToken:(Lch/qos/logback/core/subst/Token;)Z
            ifeq 8
         3: .line 124
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.advanceTokenPointer:()V
         4: .line 125
            aload 0 /* this */
            ldc ":-"
            invokevirtual ch.qos.logback.core.subst.Parser.makeNewLiteralNode:(Ljava/lang/String;)Lch/qos/logback/core/subst/Node;
            astore 3 /* literal */
        start local 3 // ch.qos.logback.core.subst.Node literal
         5: .line 126
            aload 1 /* e0 */
            aload 3 /* literal */
            invokevirtual ch.qos.logback.core.subst.Node.append:(Lch/qos/logback/core/subst/Node;)V
         6: .line 127
            aload 0 /* this */
            invokevirtual ch.qos.logback.core.subst.Parser.E:()Lch/qos/logback/core/subst/Node;
            astore 4 /* e1 */
        start local 4 // ch.qos.logback.core.subst.Node e1
         7: .line 128
            aload 1 /* e0 */
            aload 4 /* e1 */
            invokevirtual ch.qos.logback.core.subst.Node.append:(Lch/qos/logback/core/subst/Node;)V
        end local 4 // ch.qos.logback.core.subst.Node e1
        end local 3 // ch.qos.logback.core.subst.Node literal
         8: .line 130
      StackMap locals: ch.qos.logback.core.subst.Node ch.qos.logback.core.subst.Token
      StackMap stack:
            aload 1 /* e0 */
            areturn
        end local 2 // ch.qos.logback.core.subst.Token t
        end local 1 // ch.qos.logback.core.subst.Node e0
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lch/qos/logback/core/subst/Parser;
            1    9     1       e0  Lch/qos/logback/core/subst/Node;
            2    9     2        t  Lch/qos/logback/core/subst/Token;
            5    8     3  literal  Lch/qos/logback/core/subst/Node;
            7    8     4       e1  Lch/qos/logback/core/subst/Node;
    Exceptions:
      throws ch.qos.logback.core.spi.ScanException

  private boolean isDefaultToken(ch.qos.logback.core.subst.Token);
    descriptor: (Lch/qos/logback/core/subst/Token;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.subst.Parser this
        start local 1 // ch.qos.logback.core.subst.Token t
         0: .line 134
            aload 1 /* t */
            ifnull 1
            aload 1 /* t */
            getfield ch.qos.logback.core.subst.Token.type:Lch/qos/logback/core/subst/Token$Type;
            getstatic ch.qos.logback.core.subst.Token$Type.DEFAULT:Lch/qos/logback/core/subst/Token$Type;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // ch.qos.logback.core.subst.Token t
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/subst/Parser;
            0    2     1     t  Lch/qos/logback/core/subst/Token;
    MethodParameters:
      Name  Flags
      t     

  void advanceTokenPointer();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.subst.Parser this
         0: .line 138
            aload 0 /* this */
            dup
            getfield ch.qos.logback.core.subst.Parser.pointer:I
            iconst_1
            iadd
            putfield ch.qos.logback.core.subst.Parser.pointer:I
         1: .line 139
            return
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/subst/Parser;

  void expectNotNull(ch.qos.logback.core.subst.Token, java.lang.String);
    descriptor: (Lch/qos/logback/core/subst/Token;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // ch.qos.logback.core.subst.Parser this
        start local 1 // ch.qos.logback.core.subst.Token t
        start local 2 // java.lang.String expected
         0: .line 142
            aload 1 /* t */
            ifnonnull 2
         1: .line 143
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "All tokens consumed but was expecting \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* expected */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 145
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String expected
        end local 1 // ch.qos.logback.core.subst.Token t
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lch/qos/logback/core/subst/Parser;
            0    3     1         t  Lch/qos/logback/core/subst/Token;
            0    3     2  expected  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      t         
      expected  

  void expectCurlyRight(ch.qos.logback.core.subst.Token);
    descriptor: (Lch/qos/logback/core/subst/Token;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.subst.Parser this
        start local 1 // ch.qos.logback.core.subst.Token t
         0: .line 148
            aload 0 /* this */
            aload 1 /* t */
            ldc "}"
            invokevirtual ch.qos.logback.core.subst.Parser.expectNotNull:(Lch/qos/logback/core/subst/Token;Ljava/lang/String;)V
         1: .line 149
            aload 1 /* t */
            getfield ch.qos.logback.core.subst.Token.type:Lch/qos/logback/core/subst/Token$Type;
            getstatic ch.qos.logback.core.subst.Token$Type.CURLY_RIGHT:Lch/qos/logback/core/subst/Token$Type;
            if_acmpeq 3
         2: .line 150
            new ch.qos.logback.core.spi.ScanException
            dup
            ldc "Expecting }"
            invokespecial ch.qos.logback.core.spi.ScanException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 1 // ch.qos.logback.core.subst.Token t
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lch/qos/logback/core/subst/Parser;
            0    4     1     t  Lch/qos/logback/core/subst/Token;
    Exceptions:
      throws ch.qos.logback.core.spi.ScanException
    MethodParameters:
      Name  Flags
      t     

  ch.qos.logback.core.subst.Token peekAtCurentToken();
    descriptor: ()Lch/qos/logback/core/subst/Token;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.subst.Parser this
         0: .line 155
            aload 0 /* this */
            getfield ch.qos.logback.core.subst.Parser.pointer:I
            aload 0 /* this */
            getfield ch.qos.logback.core.subst.Parser.tokenList:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 2
         1: .line 156
            aload 0 /* this */
            getfield ch.qos.logback.core.subst.Parser.tokenList:Ljava/util/List;
            aload 0 /* this */
            getfield ch.qos.logback.core.subst.Parser.pointer:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast ch.qos.logback.core.subst.Token
            areturn
         2: .line 158
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // ch.qos.logback.core.subst.Parser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lch/qos/logback/core/subst/Parser;

  static int[] $SWITCH_TABLE$ch$qos$logback$core$subst$Token$Type();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 35
            getstatic ch.qos.logback.core.subst.Parser.$SWITCH_TABLE$ch$qos$logback$core$subst$Token$Type:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic ch.qos.logback.core.subst.Token$Type.values:()[Lch/qos/logback/core/subst/Token$Type;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic ch.qos.logback.core.subst.Token$Type.CURLY_LEFT:Lch/qos/logback/core/subst/Token$Type;
            invokevirtual ch.qos.logback.core.subst.Token$Type.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic ch.qos.logback.core.subst.Token$Type.CURLY_RIGHT:Lch/qos/logback/core/subst/Token$Type;
            invokevirtual ch.qos.logback.core.subst.Token$Type.ordinal:()I
            iconst_4
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic ch.qos.logback.core.subst.Token$Type.DEFAULT:Lch/qos/logback/core/subst/Token$Type;
            invokevirtual ch.qos.logback.core.subst.Token$Type.ordinal:()I
            iconst_5
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic ch.qos.logback.core.subst.Token$Type.LITERAL:Lch/qos/logback/core/subst/Token$Type;
            invokevirtual ch.qos.logback.core.subst.Token$Type.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic ch.qos.logback.core.subst.Token$Type.START:Lch/qos/logback/core/subst/Token$Type;
            invokevirtual ch.qos.logback.core.subst.Token$Type.ordinal:()I
            iconst_2
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic ch.qos.logback.core.subst.Parser.$SWITCH_TABLE$ch$qos$logback$core$subst$Token$Type:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
}
SourceFile: "Parser.java"
InnerClasses:
  final Type = ch.qos.logback.core.subst.Node$Type of ch.qos.logback.core.subst.Node
  public final Type = ch.qos.logback.core.subst.Token$Type of ch.qos.logback.core.subst.Token