class org.springframework.web.util.ServletContextPropertyUtils$ServletContextPlaceholderResolver implements org.springframework.util.PropertyPlaceholderHelper$PlaceholderResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.util.ServletContextPropertyUtils$ServletContextPlaceholderResolver
  super_class: java.lang.Object
{
  private final java.lang.String text;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final ServletContext servletContext;
    descriptor: LServletContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, ServletContext);
    descriptor: (Ljava/lang/String;LServletContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.util.ServletContextPropertyUtils$ServletContextPlaceholderResolver this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tServletContext cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ServletContextPropertyUtils$ServletContextPlaceholderResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ServletContextPropertyUtils$ServletContextPlaceholderResolver;
    MethodParameters:
                Name  Flags
      text            
      servletContext  

  public java.lang.String resolvePlaceholder(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.util.ServletContextPropertyUtils$ServletContextPlaceholderResolver this
         0: .line 103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServletContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ServletContextPropertyUtils$ServletContextPlaceholderResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ServletContextPropertyUtils$ServletContextPlaceholderResolver;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                 Name  Flags
      placeholderName  
}
SourceFile: "ServletContextPropertyUtils.java"
NestHost: org.springframework.web.util.ServletContextPropertyUtils
InnerClasses:
  public abstract PlaceholderResolver = org.springframework.util.PropertyPlaceholderHelper$PlaceholderResolver of org.springframework.util.PropertyPlaceholderHelper
  private ServletContextPlaceholderResolver = org.springframework.web.util.ServletContextPropertyUtils$ServletContextPlaceholderResolver of org.springframework.web.util.ServletContextPropertyUtils