public class org.stringtemplate.v4.compiler.GroupLexer$DFA8 extends org.antlr.runtime.DFA
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.stringtemplate.v4.compiler.GroupLexer$DFA8
  super_class: org.antlr.runtime.DFA
{
  final org.stringtemplate.v4.compiler.GroupLexer this$0;
    descriptor: Lorg/stringtemplate/v4/compiler/GroupLexer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.stringtemplate.v4.compiler.GroupLexer, org.antlr.runtime.BaseRecognizer);
    descriptor: (Lorg/stringtemplate/v4/compiler/GroupLexer;Lorg/antlr/runtime/BaseRecognizer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.stringtemplate.v4.compiler.GroupLexer$DFA8 this
        start local 2 // org.antlr.runtime.BaseRecognizer recognizer
         0: .line 1293
            aload 0 /* this */
            aload 1
            putfield org.stringtemplate.v4.compiler.GroupLexer$DFA8.this$0:Lorg/stringtemplate/v4/compiler/GroupLexer;
            aload 0 /* this */
            invokespecial org.antlr.runtime.DFA.<init>:()V
         1: .line 1294
            aload 0 /* this */
            aload 2 /* recognizer */
            putfield org.stringtemplate.v4.compiler.GroupLexer$DFA8.recognizer:Lorg/antlr/runtime/BaseRecognizer;
         2: .line 1295
            aload 0 /* this */
            bipush 8
            putfield org.stringtemplate.v4.compiler.GroupLexer$DFA8.decisionNumber:I
         3: .line 1296
            aload 0 /* this */
            getstatic org.stringtemplate.v4.compiler.GroupLexer.DFA8_eot:[S
            putfield org.stringtemplate.v4.compiler.GroupLexer$DFA8.eot:[S
         4: .line 1297
            aload 0 /* this */
            getstatic org.stringtemplate.v4.compiler.GroupLexer.DFA8_eof:[S
            putfield org.stringtemplate.v4.compiler.GroupLexer$DFA8.eof:[S
         5: .line 1298
            aload 0 /* this */
            getstatic org.stringtemplate.v4.compiler.GroupLexer.DFA8_min:[C
            putfield org.stringtemplate.v4.compiler.GroupLexer$DFA8.min:[C
         6: .line 1299
            aload 0 /* this */
            getstatic org.stringtemplate.v4.compiler.GroupLexer.DFA8_max:[C
            putfield org.stringtemplate.v4.compiler.GroupLexer$DFA8.max:[C
         7: .line 1300
            aload 0 /* this */
            getstatic org.stringtemplate.v4.compiler.GroupLexer.DFA8_accept:[S
            putfield org.stringtemplate.v4.compiler.GroupLexer$DFA8.accept:[S
         8: .line 1301
            aload 0 /* this */
            getstatic org.stringtemplate.v4.compiler.GroupLexer.DFA8_special:[S
            putfield org.stringtemplate.v4.compiler.GroupLexer$DFA8.special:[S
         9: .line 1302
            aload 0 /* this */
            getstatic org.stringtemplate.v4.compiler.GroupLexer.DFA8_transition:[[S
            putfield org.stringtemplate.v4.compiler.GroupLexer$DFA8.transition:[[S
        10: .line 1303
            return
        end local 2 // org.antlr.runtime.BaseRecognizer recognizer
        end local 0 // org.stringtemplate.v4.compiler.GroupLexer$DFA8 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/stringtemplate/v4/compiler/GroupLexer$DFA8;
            0   11     2  recognizer  Lorg/antlr/runtime/BaseRecognizer;
    MethodParameters:
            Name  Flags
      this$0      final
      recognizer  

  public java.lang.String getDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.stringtemplate.v4.compiler.GroupLexer$DFA8 this
         0: .line 1306
            ldc "1:1: Tokens : ( FALSE | LBRACK | RBRACK | TRUE | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | ID | STRING | BIGSTRING_NO_NL | BIGSTRING | ANONYMOUS_TEMPLATE | COMMENT | LINE_COMMENT | WS );"
            areturn
        end local 0 // org.stringtemplate.v4.compiler.GroupLexer$DFA8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/stringtemplate/v4/compiler/GroupLexer$DFA8;
}
SourceFile: "GroupLexer.java"
NestHost: org.stringtemplate.v4.compiler.GroupLexer
InnerClasses:
  protected DFA8 = org.stringtemplate.v4.compiler.GroupLexer$DFA8 of org.stringtemplate.v4.compiler.GroupLexer