final class com.sun.xml.internal.ws.policy.PolicyScope
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.ws.policy.PolicyScope
  super_class: java.lang.Object
{
  private static final com.sun.xml.internal.ws.policy.privateutil.PolicyLogger LOGGER;
    descriptor: Lcom/sun/xml/internal/ws/policy/privateutil/PolicyLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.util.List<com.sun.xml.internal.ws.policy.PolicySubject> subjects;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/sun/xml/internal/ws/policy/PolicySubject;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            ldc Lcom/sun/xml/internal/ws/policy/PolicyScope;
            invokestatic com.sun.xml.internal.ws.policy.privateutil.PolicyLogger.getLogger:(Ljava/lang/Class;)Lcom/sun/xml/internal/ws/policy/privateutil/PolicyLogger;
            putstatic com.sun.xml.internal.ws.policy.PolicyScope.LOGGER:Lcom/sun/xml/internal/ws/policy/privateutil/PolicyLogger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.util.List<com.sun.xml.internal.ws.policy.PolicySubject>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
        start local 1 // java.util.List initialSubjects
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield com.sun.xml.internal.ws.policy.PolicyScope.subjects:Ljava/util/List;
         2: .line 47
            aload 1 /* initialSubjects */
            ifnull 4
            aload 1 /* initialSubjects */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 4
         3: .line 48
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.policy.PolicyScope.subjects:Ljava/util/List;
            aload 1 /* initialSubjects */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         4: .line 50
      StackMap locals: com.sun.xml.internal.ws.policy.PolicyScope java.util.List
      StackMap stack:
            return
        end local 1 // java.util.List initialSubjects
        end local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/sun/xml/internal/ws/policy/PolicyScope;
            0    5     1  initialSubjects  Ljava/util/List<Lcom/sun/xml/internal/ws/policy/PolicySubject;>;
    Signature: (Ljava/util/List<Lcom/sun/xml/internal/ws/policy/PolicySubject;>;)V
    MethodParameters:
                 Name  Flags
      initialSubjects  final

  void attach(com.sun.xml.internal.ws.policy.PolicySubject);
    descriptor: (Lcom/sun/xml/internal/ws/policy/PolicySubject;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
        start local 1 // com.sun.xml.internal.ws.policy.PolicySubject subject
         0: .line 53
            aload 1 /* subject */
            ifnonnull 2
         1: .line 54
            getstatic com.sun.xml.internal.ws.policy.PolicyScope.LOGGER:Lcom/sun/xml/internal/ws/policy/privateutil/PolicyLogger;
            new java.lang.IllegalArgumentException
            dup
            invokestatic com.sun.xml.internal.ws.policy.privateutil.LocalizationMessages.WSP_0020_SUBJECT_PARAM_MUST_NOT_BE_NULL:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            invokevirtual com.sun.xml.internal.ws.policy.privateutil.PolicyLogger.logSevereException:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            checkcast java.lang.IllegalArgumentException
            athrow
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.policy.PolicyScope.subjects:Ljava/util/List;
            aload 1 /* subject */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 58
            return
        end local 1 // com.sun.xml.internal.ws.policy.PolicySubject subject
        end local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/xml/internal/ws/policy/PolicyScope;
            0    4     1  subject  Lcom/sun/xml/internal/ws/policy/PolicySubject;
    MethodParameters:
         Name  Flags
      subject  final

  void dettachAllSubjects();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
         0: .line 61
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.policy.PolicyScope.subjects:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 62
            return
        end local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/policy/PolicyScope;

  com.sun.xml.internal.ws.policy.Policy getEffectivePolicy(com.sun.xml.internal.ws.policy.PolicyMerger);
    descriptor: (Lcom/sun/xml/internal/ws/policy/PolicyMerger;)Lcom/sun/xml/internal/ws/policy/Policy;
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
        start local 1 // com.sun.xml.internal.ws.policy.PolicyMerger merger
         0: .line 70
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            astore 2 /* policies */
        start local 2 // java.util.LinkedList policies
         1: .line 71
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.policy.PolicyScope.subjects:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: com.sun.xml.internal.ws.policy.PolicyScope com.sun.xml.internal.ws.policy.PolicyMerger java.util.LinkedList top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.xml.internal.ws.policy.PolicySubject
            astore 3 /* subject */
        start local 3 // com.sun.xml.internal.ws.policy.PolicySubject subject
         3: .line 72
            aload 2 /* policies */
            aload 3 /* subject */
            aload 1 /* merger */
            invokevirtual com.sun.xml.internal.ws.policy.PolicySubject.getEffectivePolicy:(Lcom/sun/xml/internal/ws/policy/PolicyMerger;)Lcom/sun/xml/internal/ws/policy/Policy;
            invokevirtual java.util.LinkedList.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // com.sun.xml.internal.ws.policy.PolicySubject subject
         4: .line 71
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 74
            aload 1 /* merger */
            aload 2 /* policies */
            invokevirtual com.sun.xml.internal.ws.policy.PolicyMerger.merge:(Ljava/util/Collection;)Lcom/sun/xml/internal/ws/policy/Policy;
            areturn
        end local 2 // java.util.LinkedList policies
        end local 1 // com.sun.xml.internal.ws.policy.PolicyMerger merger
        end local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/xml/internal/ws/policy/PolicyScope;
            0    6     1    merger  Lcom/sun/xml/internal/ws/policy/PolicyMerger;
            1    6     2  policies  Ljava/util/LinkedList<Lcom/sun/xml/internal/ws/policy/Policy;>;
            3    4     3   subject  Lcom/sun/xml/internal/ws/policy/PolicySubject;
    Exceptions:
      throws com.sun.xml.internal.ws.policy.PolicyException
    MethodParameters:
        Name  Flags
      merger  final

  java.util.Collection<com.sun.xml.internal.ws.policy.PolicySubject> getPolicySubjects();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
         0: .line 83
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.policy.PolicyScope.subjects:Ljava/util/List;
            areturn
        end local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/policy/PolicyScope;
    Signature: ()Ljava/util/Collection<Lcom/sun/xml/internal/ws/policy/PolicySubject;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
         0: .line 92
            aload 0 /* this */
            iconst_0
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            invokevirtual com.sun.xml.internal.ws.policy.PolicyScope.toString:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/policy/PolicyScope;

  java.lang.StringBuffer toString(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
        start local 1 // int indentLevel
        start local 2 // java.lang.StringBuffer buffer
         0: .line 103
            iload 1 /* indentLevel */
            invokestatic com.sun.xml.internal.ws.policy.privateutil.PolicyUtils$Text.createIndent:(I)Ljava/lang/String;
            astore 3 /* indent */
        start local 3 // java.lang.String indent
         1: .line 105
            aload 2 /* buffer */
            aload 3 /* indent */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            ldc "policy scope {"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            getstatic com.sun.xml.internal.ws.policy.privateutil.PolicyUtils$Text.NEW_LINE:Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 106
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.policy.PolicyScope.subjects:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: com.sun.xml.internal.ws.policy.PolicyScope int java.lang.StringBuffer java.lang.String top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.xml.internal.ws.policy.PolicySubject
            astore 4 /* policySubject */
        start local 4 // com.sun.xml.internal.ws.policy.PolicySubject policySubject
         4: .line 107
            aload 4 /* policySubject */
            iload 1 /* indentLevel */
            iconst_1
            iadd
            aload 2 /* buffer */
            invokevirtual com.sun.xml.internal.ws.policy.PolicySubject.toString:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            getstatic com.sun.xml.internal.ws.policy.privateutil.PolicyUtils$Text.NEW_LINE:Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 4 // com.sun.xml.internal.ws.policy.PolicySubject policySubject
         5: .line 106
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 109
            aload 2 /* buffer */
            aload 3 /* indent */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            bipush 125
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 111
            aload 2 /* buffer */
            areturn
        end local 3 // java.lang.String indent
        end local 2 // java.lang.StringBuffer buffer
        end local 1 // int indentLevel
        end local 0 // com.sun.xml.internal.ws.policy.PolicyScope this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lcom/sun/xml/internal/ws/policy/PolicyScope;
            0    8     1    indentLevel  I
            0    8     2         buffer  Ljava/lang/StringBuffer;
            1    8     3         indent  Ljava/lang/String;
            4    5     4  policySubject  Lcom/sun/xml/internal/ws/policy/PolicySubject;
    MethodParameters:
             Name  Flags
      indentLevel  final
      buffer       final
}
SourceFile: "PolicyScope.java"
InnerClasses:
  public Text = com.sun.xml.internal.ws.policy.privateutil.PolicyUtils$Text of com.sun.xml.internal.ws.policy.privateutil.PolicyUtils