public class org.springframework.web.servlet.tags.TransformTag 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.TransformTag
  super_class: org.springframework.web.servlet.tags.HtmlEscapingAwareTag
{
  private java.lang.Object value;
    descriptor: Ljava/lang/Object;
    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 java.lang.String scope;
    descriptor: Ljava/lang/String;
    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.TransformTag this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.jsp.JspException cannot be resolved\n\tThe import javax.servlet.jsp.tagext.TagSupport cannot be resolved\n\tThe hierarchy of the type TransformTag is inconsistent\n\tJspException cannot be resolved to a type\n\tTagSupport cannot be resolved\n\tJspException cannot be resolved to a type\n\tThe method getEditor() from the type EditorAwareTag refers to the missing type JspException\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\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.TransformTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/TransformTag;

  public void setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.tags.TransformTag this
         0: .line 109
            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.TransformTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/TransformTag;
    MethodParameters:
       Name  Flags
      value  

  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.TransformTag this
         0: .line 119
            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.TransformTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/TransformTag;
    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.TransformTag this
         0: .line 130
            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.TransformTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/TransformTag;
    MethodParameters:
       Name  Flags
      scope  

  protected final int doStartTagInternal();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.tags.TransformTag this
         0: .line 136
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJspException cannot be resolved to a type\n\tTagSupport cannot be resolved\n\tJspException cannot be resolved to a type\n\tThe method getEditor() from the type EditorAwareTag refers to the missing type JspException\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\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.TransformTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/TransformTag;
    Exceptions:
      throws JspException
}
SourceFile: "TransformTag.java"