public class org.springframework.web.servlet.tags.EvalTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.tags.EvalTag
  super_class: org.springframework.web.servlet.tags.HtmlEscapingAwareTag
{
  private static final java.lang.String EVALUATION_CONTEXT_PAGE_ATTRIBUTE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.springframework.web.servlet.tags.EVALUATION_CONTEXT"

  private final org.springframework.expression.ExpressionParser expressionParser;
    descriptor: Lorg/springframework/expression/ExpressionParser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.springframework.expression.Expression expression;
    descriptor: Lorg/springframework/expression/Expression;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.String var;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private int scope;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean javaScriptEscape;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.tags.EvalTag this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.jsp cannot be resolved\n\tThe import javax.servlet.jsp cannot be resolved\n\tThe hierarchy of the type EvalTag is inconsistent\n\tPageContext cannot be resolved to a variable\n\tJspException cannot be resolved to a type\n\tJspException cannot be resolved to a type\n\tEVAL_BODY_INCLUDE cannot be resolved to a variable\n\tThe method doEndTag() of type EvalTag must override or implement a supertype method\n\tJspException cannot be resolved to a type\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tJspException cannot be resolved to a type\n\tEVAL_PAGE cannot be resolved to a variable\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tjavax.servlet.jsp.el cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tVariableResolver cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tPageContext cannot be resolved to a type\n\tVariableResolver cannot be resolved to a type\n\tVariableResolver cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.EvalTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EvalTag;

  public void setExpression(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.tags.EvalTag this
         0: .line 128
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.EvalTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EvalTag;
    MethodParameters:
            Name  Flags
      expression  

  public void setVar(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.tags.EvalTag this
         0: .line 136
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.EvalTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EvalTag;
    MethodParameters:
      Name  Flags
      var   

  public void setScope(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.tags.EvalTag this
         0: .line 144
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.EvalTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EvalTag;
    MethodParameters:
       Name  Flags
      scope  

  public void setJavaScriptEscape(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.tags.EvalTag this
         0: .line 152
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tJspException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.EvalTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EvalTag;
    Exceptions:
      throws JspException
    MethodParameters:
                  Name  Flags
      javaScriptEscape  

  public int doStartTagInternal();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.tags.EvalTag this
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJspException cannot be resolved to a type\n\tEVAL_BODY_INCLUDE cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.EvalTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EvalTag;
    Exceptions:
      throws JspException

  public int doEndTag();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.tags.EvalTag this
         0: .line 163
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method doEndTag() of type EvalTag must override or implement a supertype method\n\tJspException cannot be resolved to a type\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tJspException cannot be resolved to a type\n\tEVAL_PAGE cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.EvalTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EvalTag;
    Exceptions:
      throws JspException

  org.springframework.expression.EvaluationContext createEvaluationContext(PageContext);
    descriptor: (LPageContext;)Lorg/springframework/expression/EvaluationContext;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.tags.EvalTag this
         0: .line 190
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tPageContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.EvalTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EvalTag;
    MethodParameters:
             Name  Flags
      pageContext  

  org.springframework.core.convert.ConversionService getConversionService(PageContext);
    descriptor: (LPageContext;)Lorg/springframework/core/convert/ConversionService;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.tags.EvalTag this
         0: .line 204
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tPageContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.EvalTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EvalTag;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      pageContext  
}
SourceFile: "EvalTag.java"
NestMembers:
  org.springframework.web.servlet.tags.EvalTag$JspPropertyAccessor
InnerClasses:
  private JspPropertyAccessor = org.springframework.web.servlet.tags.EvalTag$JspPropertyAccessor of org.springframework.web.servlet.tags.EvalTag