class org.springframework.web.util.HierarchicalUriComponents$Type$10 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$10
  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$10 this
         0: .line 637
            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$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/HierarchicalUriComponents$Type$10;
    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$10 this
        start local 1 // int c
         0: .line 640
            bipush 61
            iload 1 /* c */
            if_icmpeq 1
            bipush 38
            iload 1 /* c */
            if_icmpne 2
         1: .line 641
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 644
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual org.springframework.web.util.HierarchicalUriComponents$Type$10.isPchar:(I)Z
            ifne 3
            bipush 47
            iload 1 /* c */
            if_icmpeq 3
            bipush 63
            iload 1 /* c */
            if_icmpeq 3
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // int c
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$Type$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/web/util/HierarchicalUriComponents$Type$10;
            0    4     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$10