class org.springframework.web.util.HierarchicalUriComponents$Type$11 extends org.springframework.web.util.HierarchicalUriComponents$Type
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: org.springframework.web.util.HierarchicalUriComponents$Type$11
  super_class: org.springframework.web.util.HierarchicalUriComponents$Type
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.util.HierarchicalUriComponents$Type$11 this
         0: .line 655
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial org.springframework.web.util.HierarchicalUriComponents$Type.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$Type$11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/HierarchicalUriComponents$Type$11;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public boolean isAllowed(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.util.HierarchicalUriComponents$Type$11 this
        start local 1 // int c
         0: .line 658
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual org.springframework.web.util.HierarchicalUriComponents$Type$11.isPchar:(I)Z
            ifne 1
            bipush 47
            iload 1 /* c */
            if_icmpeq 1
            bipush 63
            iload 1 /* c */
            if_icmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // int c
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$Type$11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/web/util/HierarchicalUriComponents$Type$11;
            0    2     1     c  I
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "HierarchicalUriComponents.java"
EnclosingMethod: org.springframework.web.util.HierarchicalUriComponents$Type
NestHost: org.springframework.web.util.HierarchicalUriComponents
InnerClasses:
  abstract Type = org.springframework.web.util.HierarchicalUriComponents$Type of org.springframework.web.util.HierarchicalUriComponents
  org.springframework.web.util.HierarchicalUriComponents$Type$11