class javax.swing.text.html.StyleSheet$SelectorMapping implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.html.StyleSheet$SelectorMapping
  super_class: java.lang.Object
{
  private int specificity;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.text.Style style;
    descriptor: Ljavax/swing/text/Style;
    flags: (0x0002) ACC_PRIVATE

  private java.util.HashMap<java.lang.String, javax.swing.text.html.StyleSheet$SelectorMapping> children;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashMap<Ljava/lang/String;Ljavax/swing/text/html/StyleSheet$SelectorMapping;>;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
        start local 1 // int specificity
         0: .line 3024
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3025
            aload 0 /* this */
            iload 1 /* specificity */
            putfield javax.swing.text.html.StyleSheet$SelectorMapping.specificity:I
         2: .line 3026
            return
        end local 1 // int specificity
        end local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Ljavax/swing/text/html/StyleSheet$SelectorMapping;
            0    3     1  specificity  I
    MethodParameters:
             Name  Flags
      specificity  

  public int getSpecificity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
         0: .line 3032
            aload 0 /* this */
            getfield javax.swing.text.html.StyleSheet$SelectorMapping.specificity:I
            ireturn
        end local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/StyleSheet$SelectorMapping;

  public void setStyle(javax.swing.text.Style);
    descriptor: (Ljavax/swing/text/Style;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
        start local 1 // javax.swing.text.Style style
         0: .line 3039
            aload 0 /* this */
            aload 1 /* style */
            putfield javax.swing.text.html.StyleSheet$SelectorMapping.style:Ljavax/swing/text/Style;
         1: .line 3040
            return
        end local 1 // javax.swing.text.Style style
        end local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavax/swing/text/html/StyleSheet$SelectorMapping;
            0    2     1  style  Ljavax/swing/text/Style;
    MethodParameters:
       Name  Flags
      style  

  public javax.swing.text.Style getStyle();
    descriptor: ()Ljavax/swing/text/Style;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
         0: .line 3046
            aload 0 /* this */
            getfield javax.swing.text.html.StyleSheet$SelectorMapping.style:Ljavax/swing/text/Style;
            areturn
        end local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/StyleSheet$SelectorMapping;

  public javax.swing.text.html.StyleSheet$SelectorMapping getChildSelectorMapping(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Ljavax/swing/text/html/StyleSheet$SelectorMapping;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
        start local 1 // java.lang.String selector
        start local 2 // boolean create
         0: .line 3057
            aconst_null
            astore 3 /* retValue */
        start local 3 // javax.swing.text.html.StyleSheet$SelectorMapping retValue
         1: .line 3059
            aload 0 /* this */
            getfield javax.swing.text.html.StyleSheet$SelectorMapping.children:Ljava/util/HashMap;
            ifnull 4
         2: .line 3060
            aload 0 /* this */
            getfield javax.swing.text.html.StyleSheet$SelectorMapping.children:Ljava/util/HashMap;
            aload 1 /* selector */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.swing.text.html.StyleSheet$SelectorMapping
            astore 3 /* retValue */
         3: .line 3061
            goto 6
         4: .line 3062
      StackMap locals: javax.swing.text.html.StyleSheet$SelectorMapping
      StackMap stack:
            iload 2 /* create */
            ifeq 6
         5: .line 3063
            aload 0 /* this */
            new java.util.HashMap
            dup
            bipush 7
            invokespecial java.util.HashMap.<init>:(I)V
            putfield javax.swing.text.html.StyleSheet$SelectorMapping.children:Ljava/util/HashMap;
         6: .line 3065
      StackMap locals:
      StackMap stack:
            aload 3 /* retValue */
            ifnonnull 10
            iload 2 /* create */
            ifeq 10
         7: .line 3066
            aload 0 /* this */
            aload 1 /* selector */
            invokevirtual javax.swing.text.html.StyleSheet$SelectorMapping.getChildSpecificity:(Ljava/lang/String;)I
            istore 4 /* specificity */
        start local 4 // int specificity
         8: .line 3068
            aload 0 /* this */
            iload 4 /* specificity */
            invokevirtual javax.swing.text.html.StyleSheet$SelectorMapping.createChildSelectorMapping:(I)Ljavax/swing/text/html/StyleSheet$SelectorMapping;
            astore 3 /* retValue */
         9: .line 3069
            aload 0 /* this */
            getfield javax.swing.text.html.StyleSheet$SelectorMapping.children:Ljava/util/HashMap;
            aload 1 /* selector */
            aload 3 /* retValue */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // int specificity
        10: .line 3071
      StackMap locals:
      StackMap stack:
            aload 3 /* retValue */
            areturn
        end local 3 // javax.swing.text.html.StyleSheet$SelectorMapping retValue
        end local 2 // boolean create
        end local 1 // java.lang.String selector
        end local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Ljavax/swing/text/html/StyleSheet$SelectorMapping;
            0   11     1     selector  Ljava/lang/String;
            0   11     2       create  Z
            1   11     3     retValue  Ljavax/swing/text/html/StyleSheet$SelectorMapping;
            8   10     4  specificity  I
    MethodParameters:
          Name  Flags
      selector  
      create    

  protected javax.swing.text.html.StyleSheet$SelectorMapping createChildSelectorMapping(int);
    descriptor: (I)Ljavax/swing/text/html/StyleSheet$SelectorMapping;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
        start local 1 // int specificity
         0: .line 3079
            new javax.swing.text.html.StyleSheet$SelectorMapping
            dup
            iload 1 /* specificity */
            invokespecial javax.swing.text.html.StyleSheet$SelectorMapping.<init>:(I)V
            areturn
        end local 1 // int specificity
        end local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavax/swing/text/html/StyleSheet$SelectorMapping;
            0    1     1  specificity  I
    MethodParameters:
             Name  Flags
      specificity  

  protected int getChildSpecificity(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
        start local 1 // java.lang.String selector
         0: .line 3089
            aload 1 /* selector */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 2 /* firstChar */
        start local 2 // char firstChar
         1: .line 3090
            aload 0 /* this */
            invokevirtual javax.swing.text.html.StyleSheet$SelectorMapping.getSpecificity:()I
            istore 3 /* specificity */
        start local 3 // int specificity
         2: .line 3092
            iload 2 /* firstChar */
            bipush 46
            if_icmpne 5
         3: .line 3093
            iinc 3 /* specificity */ 100
         4: .line 3094
            goto 13
         5: .line 3095
      StackMap locals: int int
      StackMap stack:
            iload 2 /* firstChar */
            bipush 35
            if_icmpne 8
         6: .line 3096
            iinc 3 /* specificity */ 10000
         7: .line 3097
            goto 13
         8: .line 3099
      StackMap locals:
      StackMap stack:
            iinc 3 /* specificity */ 1
         9: .line 3100
            aload 1 /* selector */
            bipush 46
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 11
        10: .line 3101
            iinc 3 /* specificity */ 100
        11: .line 3103
      StackMap locals:
      StackMap stack:
            aload 1 /* selector */
            bipush 35
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 13
        12: .line 3104
            iinc 3 /* specificity */ 10000
        13: .line 3107
      StackMap locals:
      StackMap stack:
            iload 3 /* specificity */
            ireturn
        end local 3 // int specificity
        end local 2 // char firstChar
        end local 1 // java.lang.String selector
        end local 0 // javax.swing.text.html.StyleSheet$SelectorMapping this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Ljavax/swing/text/html/StyleSheet$SelectorMapping;
            0   14     1     selector  Ljava/lang/String;
            1   14     2    firstChar  C
            2   14     3  specificity  I
    MethodParameters:
          Name  Flags
      selector  
}
SourceFile: "StyleSheet.java"
NestHost: javax.swing.text.html.StyleSheet
InnerClasses:
  SelectorMapping = javax.swing.text.html.StyleSheet$SelectorMapping of javax.swing.text.html.StyleSheet