public class org.springframework.web.servlet.tags.EscapeBodyTag 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.EscapeBodyTag
  super_class: org.springframework.web.servlet.tags.HtmlEscapingAwareTag
{
  private boolean javaScriptEscape;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private BodyContent bodyContent;
    descriptor: LBodyContent;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  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.EscapeBodyTag 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 import javax.servlet.jsp cannot be resolved\n\tBodyTag cannot be resolved to a type\n\tBodyContent cannot be resolved to a type\n\tJspException cannot be resolved to a type\n\tEVAL_BODY_BUFFERED cannot be resolved to a variable\n\tThe method doInitBody() of type EscapeBodyTag must override or implement a supertype method\n\tBodyContent cannot be resolved to a type\n\tBodyContent cannot be resolved to a type\n\tThe method doAfterBody() of type EscapeBodyTag must override or implement a supertype method\n\tJspException cannot be resolved to a type\n\tJspException cannot be resolved to a type\n\tSKIP_BODY cannot be resolved to a variable\n\tBodyContent cannot be resolved to a type\n\tBodyContent cannot be resolved to a type\n\tBodyContent cannot be resolved to a type\n\tBodyContent 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.EscapeBodyTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EscapeBodyTag;

  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.EscapeBodyTag this
         0: .line 87
            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.EscapeBodyTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EscapeBodyTag;
    Exceptions:
      throws JspException
    MethodParameters:
                  Name  Flags
      javaScriptEscape  

  protected int doStartTagInternal();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.tags.EscapeBodyTag this
         0: .line 95
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEVAL_BODY_BUFFERED 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.EscapeBodyTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EscapeBodyTag;

  public void doInitBody();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.tags.EscapeBodyTag this
         0: .line 99
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method doInitBody() of type EscapeBodyTag must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.EscapeBodyTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EscapeBodyTag;

  public void setBodyContent(BodyContent);
    descriptor: (LBodyContent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.tags.EscapeBodyTag this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBodyContent cannot be resolved to a type\n\tBodyContent 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.EscapeBodyTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EscapeBodyTag;
    MethodParameters:
             Name  Flags
      bodyContent  

  public int doAfterBody();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.tags.EscapeBodyTag this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method doAfterBody() of type EscapeBodyTag must override or implement a supertype method\n\tJspException cannot be resolved to a type\n\tJspException cannot be resolved to a type\n\tSKIP_BODY 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.EscapeBodyTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EscapeBodyTag;
    Exceptions:
      throws JspException

  protected java.lang.String readBodyContent();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.tags.EscapeBodyTag this
         0: .line 129
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBodyContent cannot be resolved to a type\n\tBodyContent 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.EscapeBodyTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EscapeBodyTag;
    Exceptions:
      throws java.io.IOException

  protected void writeBodyContent(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.tags.EscapeBodyTag this
         0: .line 140
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBodyContent cannot be resolved to a type\n\tBodyContent 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.EscapeBodyTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/EscapeBodyTag;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      content  
}
SourceFile: "EscapeBodyTag.java"