class org.springframework.web.util.pattern.PathPatternParser$1 extends org.springframework.web.util.pattern.PathPatternParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.util.pattern.PathPatternParser$1
  super_class: org.springframework.web.util.pattern.PathPatternParser
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.util.pattern.PathPatternParser$1 this
         0: .line 124
            aload 0 /* this */
            invokespecial org.springframework.web.util.pattern.PathPatternParser.<init>:()V
            return
        end local 0 // org.springframework.web.util.pattern.PathPatternParser$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/pattern/PathPatternParser$1;

  public void setMatchOptionalTrailingSeparator(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.web.util.pattern.PathPatternParser$1 this
        start local 1 // boolean matchOptionalTrailingSeparator
         0: .line 128
            aload 0 /* this */
            invokevirtual org.springframework.web.util.pattern.PathPatternParser$1.raiseError:()V
         1: .line 129
            return
        end local 1 // boolean matchOptionalTrailingSeparator
        end local 0 // org.springframework.web.util.pattern.PathPatternParser$1 this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    2     0                            this  Lorg/springframework/web/util/pattern/PathPatternParser$1;
            0    2     1  matchOptionalTrailingSeparator  Z
    MethodParameters:
                                Name  Flags
      matchOptionalTrailingSeparator  

  public void setCaseSensitive(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.web.util.pattern.PathPatternParser$1 this
        start local 1 // boolean caseSensitive
         0: .line 133
            aload 0 /* this */
            invokevirtual org.springframework.web.util.pattern.PathPatternParser$1.raiseError:()V
         1: .line 134
            return
        end local 1 // boolean caseSensitive
        end local 0 // org.springframework.web.util.pattern.PathPatternParser$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/springframework/web/util/pattern/PathPatternParser$1;
            0    2     1  caseSensitive  Z
    MethodParameters:
               Name  Flags
      caseSensitive  

  public void setPathOptions(org.springframework.http.server.PathContainer$Options);
    descriptor: (Lorg/springframework/http/server/PathContainer$Options;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.web.util.pattern.PathPatternParser$1 this
        start local 1 // org.springframework.http.server.PathContainer$Options pathOptions
         0: .line 138
            aload 0 /* this */
            invokevirtual org.springframework.web.util.pattern.PathPatternParser$1.raiseError:()V
         1: .line 139
            return
        end local 1 // org.springframework.http.server.PathContainer$Options pathOptions
        end local 0 // org.springframework.web.util.pattern.PathPatternParser$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/web/util/pattern/PathPatternParser$1;
            0    2     1  pathOptions  Lorg/springframework/http/server/PathContainer$Options;
    MethodParameters:
             Name  Flags
      pathOptions  

  private void raiseError();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.util.pattern.PathPatternParser$1 this
         0: .line 142
            new java.lang.UnsupportedOperationException
            dup
         1: .line 143
            ldc "This is a read-only, shared instance that cannot be modified"
         2: .line 142
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.pattern.PathPatternParser$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/web/util/pattern/PathPatternParser$1;
}
SourceFile: "PathPatternParser.java"
EnclosingMethod: org.springframework.web.util.pattern.PathPatternParser
NestHost: org.springframework.web.util.pattern.PathPatternParser
InnerClasses:
  public Options = org.springframework.http.server.PathContainer$Options of org.springframework.http.server.PathContainer
  org.springframework.web.util.pattern.PathPatternParser$1