interface org.skife.jdbi.v2.SqlScriptParser$TokenHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.skife.jdbi.v2.SqlScriptParser$TokenHandler
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 16
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.antlr.runtime cannot be resolved\n\tThe import org.antlr.runtime cannot be resolved\n\tCharStream cannot be resolved to a type\n\tToken cannot be resolved to a type\n\tThe method nextToken() is undefined for the type SqlScriptLexer\n\tToken cannot be resolved to a variable\n\tToken cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void handle(Token, java.lang.StringBuilder);
    descriptor: (LToken;Ljava/lang/StringBuilder;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      t     
      sb    
}
SourceFile: "SqlScriptParser.java"
NestHost: org.skife.jdbi.v2.SqlScriptParser
InnerClasses:
  abstract TokenHandler = org.skife.jdbi.v2.SqlScriptParser$TokenHandler of org.skife.jdbi.v2.SqlScriptParser