public class com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext
  super_class: java.lang.Object
{
  private java.util.Map<javax.lang.model.element.Name, com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext> seiContextMap;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljavax/lang/model/element/Name;Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext$SeiContext;>;

  private int round;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean modelCompleted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.seiContextMap:Ljava/util/Map;
         2: .line 50
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.round:I
         3: .line 51
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.modelCompleted:Z
         4: .line 47
            return
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext;

  public void addSeiContext(javax.lang.model.element.Name, com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext);
    descriptor: (Ljavax/lang/model/element/Name;Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext$SeiContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
        start local 1 // javax.lang.model.element.Name seiName
        start local 2 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext seiContext
         0: .line 54
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.seiContextMap:Ljava/util/Map;
            aload 1 /* seiName */
            aload 2 /* seiContext */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 55
            return
        end local 2 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext seiContext
        end local 1 // javax.lang.model.element.Name seiName
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext;
            0    2     1     seiName  Ljavax/lang/model/element/Name;
            0    2     2  seiContext  Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext$SeiContext;
    MethodParameters:
            Name  Flags
      seiName     
      seiContext  

  public com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext getSeiContext(javax.lang.model.element.Name);
    descriptor: (Ljavax/lang/model/element/Name;)Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext$SeiContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
        start local 1 // javax.lang.model.element.Name seiName
         0: .line 58
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.seiContextMap:Ljava/util/Map;
            aload 1 /* seiName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext
            astore 2 /* context */
        start local 2 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext context
         1: .line 59
            aload 2 /* context */
            ifnonnull 4
         2: .line 60
            new com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext
            dup
            invokespecial com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext.<init>:()V
            astore 2 /* context */
         3: .line 61
            aload 0 /* this */
            aload 1 /* seiName */
            aload 2 /* context */
            invokevirtual com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.addSeiContext:(Ljavax/lang/model/element/Name;Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext$SeiContext;)V
         4: .line 63
      StackMap locals: com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext
      StackMap stack:
            aload 2 /* context */
            areturn
        end local 2 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext context
        end local 1 // javax.lang.model.element.Name seiName
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext;
            0    5     1  seiName  Ljavax/lang/model/element/Name;
            1    5     2  context  Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext$SeiContext;
    MethodParameters:
         Name  Flags
      seiName  

  public com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext getSeiContext(javax.lang.model.element.TypeElement);
    descriptor: (Ljavax/lang/model/element/TypeElement;)Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext$SeiContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
        start local 1 // javax.lang.model.element.TypeElement d
         0: .line 67
            aload 0 /* this */
            aload 1 /* d */
            invokeinterface javax.lang.model.element.TypeElement.getQualifiedName:()Ljavax/lang/model/element/Name;
            invokevirtual com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.getSeiContext:(Ljavax/lang/model/element/Name;)Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext$SeiContext;
            areturn
        end local 1 // javax.lang.model.element.TypeElement d
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext;
            0    1     1     d  Ljavax/lang/model/element/TypeElement;
    MethodParameters:
      Name  Flags
      d     

  public java.util.Collection<com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext> getSeiContexts();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
         0: .line 71
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.seiContextMap:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            areturn
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext;
    Signature: ()Ljava/util/Collection<Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext$SeiContext;>;

  public int getRound();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
         0: .line 75
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.round:I
            ireturn
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext;

  public void incrementRound();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
         0: .line 79
            aload 0 /* this */
            dup
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.round:I
            iconst_1
            iadd
            putfield com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.round:I
         1: .line 80
            return
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext;

  public static boolean isEncoded(com.sun.tools.internal.ws.processor.model.Model);
    descriptor: (Lcom/sun/tools/internal/ws/processor/model/Model;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.model.Model model
         0: .line 83
            aload 0 /* model */
            ifnonnull 2
         1: .line 84
            iconst_0
            ireturn
         2: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* model */
            invokevirtual com.sun.tools.internal.ws.processor.model.Model.getServices:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 12
      StackMap locals: com.sun.tools.internal.ws.processor.model.Model top java.util.Iterator
      StackMap stack:
         3: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.internal.ws.processor.model.Service
            astore 1 /* service */
        start local 1 // com.sun.tools.internal.ws.processor.model.Service service
         4: .line 86
            aload 1 /* service */
            invokevirtual com.sun.tools.internal.ws.processor.model.Service.getPorts:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 11
      StackMap locals: com.sun.tools.internal.ws.processor.model.Model com.sun.tools.internal.ws.processor.model.Service java.util.Iterator top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.internal.ws.processor.model.Port
            astore 3 /* port */
        start local 3 // com.sun.tools.internal.ws.processor.model.Port port
         6: .line 87
            aload 3 /* port */
            invokevirtual com.sun.tools.internal.ws.processor.model.Port.getOperations:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 10
      StackMap locals: com.sun.tools.internal.ws.processor.model.Model com.sun.tools.internal.ws.processor.model.Service java.util.Iterator com.sun.tools.internal.ws.processor.model.Port java.util.Iterator top java.util.Iterator
      StackMap stack:
         7: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.internal.ws.processor.model.Operation
            astore 5 /* operation */
        start local 5 // com.sun.tools.internal.ws.processor.model.Operation operation
         8: .line 88
            aload 5 /* operation */
            invokevirtual com.sun.tools.internal.ws.processor.model.Operation.getUse:()Lcom/sun/tools/internal/ws/wsdl/document/soap/SOAPUse;
            ifnull 10
            aload 5 /* operation */
            invokevirtual com.sun.tools.internal.ws.processor.model.Operation.getUse:()Lcom/sun/tools/internal/ws/wsdl/document/soap/SOAPUse;
            getstatic com.sun.tools.internal.ws.wsdl.document.soap.SOAPUse.LITERAL:Lcom/sun/tools/internal/ws/wsdl/document/soap/SOAPUse;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 89
            iconst_0
            ireturn
        end local 5 // com.sun.tools.internal.ws.processor.model.Operation operation
        10: .line 87
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        end local 3 // com.sun.tools.internal.ws.processor.model.Port port
        11: .line 86
      StackMap locals: com.sun.tools.internal.ws.processor.model.Model com.sun.tools.internal.ws.processor.model.Service java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 1 // com.sun.tools.internal.ws.processor.model.Service service
        12: .line 85
      StackMap locals: com.sun.tools.internal.ws.processor.model.Model top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        13: .line 93
            iconst_1
            ireturn
        end local 0 // com.sun.tools.internal.ws.processor.model.Model model
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0      model  Lcom/sun/tools/internal/ws/processor/model/Model;
            4   12     1    service  Lcom/sun/tools/internal/ws/processor/model/Service;
            6   11     3       port  Lcom/sun/tools/internal/ws/processor/model/Port;
            8   10     5  operation  Lcom/sun/tools/internal/ws/processor/model/Operation;
    MethodParameters:
       Name  Flags
      model  

  public void setModelCompleted(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
        start local 1 // boolean modelCompleted
         0: .line 97
            aload 0 /* this */
            iload 1 /* modelCompleted */
            putfield com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.modelCompleted:Z
         1: .line 98
            return
        end local 1 // boolean modelCompleted
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext;
            0    2     1  modelCompleted  Z
    MethodParameters:
                Name  Flags
      modelCompleted  

  public boolean isModelCompleted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
         0: .line 101
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext.modelCompleted:Z
            ireturn
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/AnnotationProcessorContext;
}
SourceFile: "AnnotationProcessorContext.java"
NestMembers:
  com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext
InnerClasses:
  public SeiContext = com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext$SeiContext of com.sun.tools.internal.ws.processor.modeler.annotation.AnnotationProcessorContext