public class freemarker.ext.jsp._FreeMarkerPageContext2 extends freemarker.ext.jsp.FreeMarkerPageContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: freemarker.ext.jsp._FreeMarkerPageContext2
  super_class: freemarker.ext.jsp.FreeMarkerPageContext
{
  private static final freemarker.log.Logger LOG;
    descriptor: Lfreemarker/log/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // freemarker.ext.jsp._FreeMarkerPageContext2 this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe hierarchy of the type _FreeMarkerPageContext2 is inconsistent\n\tJspFactory cannot be resolved\n\tJspFactory cannot be resolved\n\tJspFactory cannot be resolved\n\tExpressionEvaluator cannot be resolved to a type\n\tExpressionEvaluator cannot be resolved to a type\n\tVariableResolver cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tVariableResolver cannot be resolved to a type\n\tELException cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method include(String) from the type FreeMarkerPageContext refers to the missing type ServletException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jsp._FreeMarkerPageContext2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jsp/_FreeMarkerPageContext2;
    Exceptions:
      throws freemarker.template.TemplateModelException

  public ExpressionEvaluator getExpressionEvaluator();
    descriptor: ()LExpressionEvaluator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // freemarker.ext.jsp._FreeMarkerPageContext2 this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tExpressionEvaluator cannot be resolved to a type\n\tExpressionEvaluator cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jsp._FreeMarkerPageContext2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jsp/_FreeMarkerPageContext2;

  public VariableResolver getVariableResolver();
    descriptor: ()LVariableResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // freemarker.ext.jsp._FreeMarkerPageContext2 this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tVariableResolver cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tVariableResolver cannot be resolved to a type\n\tELException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jsp._FreeMarkerPageContext2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jsp/_FreeMarkerPageContext2;

  public void include(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // freemarker.ext.jsp._FreeMarkerPageContext2 this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletException cannot be resolved to a type\n\tThe method include(String) from the type FreeMarkerPageContext refers to the missing type ServletException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jsp._FreeMarkerPageContext2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jsp/_FreeMarkerPageContext2;
    Exceptions:
      throws java.io.IOException, ServletException
    MethodParameters:
       Name  Flags
      path   
      flush  
}
SourceFile: "_FreeMarkerPageContext2.java"
NestMembers:
  freemarker.ext.jsp._FreeMarkerPageContext2$1