public class io.vertx.codetrans.ModelBuilder extends com.sun.source.util.TreePathScanner<io.vertx.codetrans.CodeModel, io.vertx.codetrans.VisitContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codetrans.ModelBuilder
  super_class: com.sun.source.util.TreePathScanner
{
  private final com.sun.source.util.Trees trees;
    descriptor: Lcom/sun/source/util/Trees;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.source.util.TreePath path;
    descriptor: Lcom/sun/source/util/TreePath;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.lang.model.type.DeclaredType systemType;
    descriptor: Ljavax/lang/model/type/DeclaredType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.lang.model.type.DeclaredType throwableType;
    descriptor: Ljavax/lang/model/type/DeclaredType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.lang.model.util.Types typeUtils;
    descriptor: Ljavax/lang/model/util/Types;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.codegen.type.TypeMirrorFactory factory;
    descriptor: Lio/vertx/codegen/type/TypeMirrorFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.lang.model.element.TypeElement typeElt;
    descriptor: Ljavax/lang/model/element/TypeElement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static volatile int[] $SWITCH_TABLE$com$sun$source$tree$Tree$Kind;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$javax$lang$model$element$ElementKind;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>(com.sun.source.util.Trees, javax.lang.model.element.TypeElement, javax.lang.model.type.DeclaredType, javax.lang.model.type.DeclaredType, io.vertx.codegen.type.TypeMirrorFactory, javax.lang.model.util.Types, io.vertx.codetrans.Lang);
    descriptor: (Lcom/sun/source/util/Trees;Ljavax/lang/model/element/TypeElement;Ljavax/lang/model/type/DeclaredType;Ljavax/lang/model/type/DeclaredType;Lio/vertx/codegen/type/TypeMirrorFactory;Ljavax/lang/model/util/Types;Lio/vertx/codetrans/Lang;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.util.Trees trees
        start local 2 // javax.lang.model.element.TypeElement typeElt
        start local 3 // javax.lang.model.type.DeclaredType systemType
        start local 4 // javax.lang.model.type.DeclaredType throwableType
        start local 5 // io.vertx.codegen.type.TypeMirrorFactory factory
        start local 6 // javax.lang.model.util.Types typeUtils
        start local 7 // io.vertx.codetrans.Lang lang
         0: .line 95
            aload 0 /* this */
            invokespecial com.sun.source.util.TreePathScanner.<init>:()V
         1: .line 96
            aload 0 /* this */
            aload 1 /* trees */
            aload 2 /* typeElt */
            invokevirtual com.sun.source.util.Trees.getPath:(Ljavax/lang/model/element/Element;)Lcom/sun/source/util/TreePath;
            putfield io.vertx.codetrans.ModelBuilder.path:Lcom/sun/source/util/TreePath;
         2: .line 97
            aload 0 /* this */
            aload 1 /* trees */
            putfield io.vertx.codetrans.ModelBuilder.trees:Lcom/sun/source/util/Trees;
         3: .line 98
            aload 0 /* this */
            aload 3 /* systemType */
            putfield io.vertx.codetrans.ModelBuilder.systemType:Ljavax/lang/model/type/DeclaredType;
         4: .line 99
            aload 0 /* this */
            aload 4 /* throwableType */
            putfield io.vertx.codetrans.ModelBuilder.throwableType:Ljavax/lang/model/type/DeclaredType;
         5: .line 100
            aload 0 /* this */
            aload 5 /* factory */
            putfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
         6: .line 101
            aload 0 /* this */
            aload 6 /* typeUtils */
            putfield io.vertx.codetrans.ModelBuilder.typeUtils:Ljavax/lang/model/util/Types;
         7: .line 102
            aload 0 /* this */
            aload 2 /* typeElt */
            putfield io.vertx.codetrans.ModelBuilder.typeElt:Ljavax/lang/model/element/TypeElement;
         8: .line 103
            return
        end local 7 // io.vertx.codetrans.Lang lang
        end local 6 // javax.lang.model.util.Types typeUtils
        end local 5 // io.vertx.codegen.type.TypeMirrorFactory factory
        end local 4 // javax.lang.model.type.DeclaredType throwableType
        end local 3 // javax.lang.model.type.DeclaredType systemType
        end local 2 // javax.lang.model.element.TypeElement typeElt
        end local 1 // com.sun.source.util.Trees trees
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lio/vertx/codetrans/ModelBuilder;
            0    9     1          trees  Lcom/sun/source/util/Trees;
            0    9     2        typeElt  Ljavax/lang/model/element/TypeElement;
            0    9     3     systemType  Ljavax/lang/model/type/DeclaredType;
            0    9     4  throwableType  Ljavax/lang/model/type/DeclaredType;
            0    9     5        factory  Lio/vertx/codegen/type/TypeMirrorFactory;
            0    9     6      typeUtils  Ljavax/lang/model/util/Types;
            0    9     7           lang  Lio/vertx/codetrans/Lang;
    MethodParameters:
               Name  Flags
      trees          
      typeElt        
      systemType     
      throwableType  
      factory        
      typeUtils      
      lang           

  public io.vertx.codetrans.MethodModel build(javax.lang.model.element.ExecutableElement, io.vertx.codetrans.VisitContext);
    descriptor: (Ljavax/lang/model/element/ExecutableElement;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/MethodModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // javax.lang.model.element.ExecutableElement methodElt
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 106
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.trees:Lcom/sun/source/util/Trees;
            aload 1 /* methodElt */
            invokevirtual com.sun.source.util.Trees.getPath:(Ljavax/lang/model/element/Element;)Lcom/sun/source/util/TreePath;
            astore 3 /* path */
        start local 3 // com.sun.source.util.TreePath path
         1: .line 107
            aload 0 /* this */
            aload 3 /* path */
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/util/TreePath;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.codetrans.MethodModel
            areturn
        end local 3 // com.sun.source.util.TreePath path
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // javax.lang.model.element.ExecutableElement methodElt
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/codetrans/ModelBuilder;
            0    2     1  methodElt  Ljavax/lang/model/element/ExecutableElement;
            0    2     2    context  Lio/vertx/codetrans/VisitContext;
            1    2     3       path  Lcom/sun/source/util/TreePath;
    MethodParameters:
           Name  Flags
      methodElt  
      context    

  public io.vertx.codetrans.statement.StatementModel build(javax.lang.model.element.VariableElement, io.vertx.codetrans.VisitContext);
    descriptor: (Ljavax/lang/model/element/VariableElement;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // javax.lang.model.element.VariableElement variableElt
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 111
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.trees:Lcom/sun/source/util/Trees;
            aload 1 /* variableElt */
            invokevirtual com.sun.source.util.Trees.getPath:(Ljavax/lang/model/element/Element;)Lcom/sun/source/util/TreePath;
            astore 3 /* path */
        start local 3 // com.sun.source.util.TreePath path
         1: .line 112
            aload 0 /* this */
            aload 3 /* path */
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/util/TreePath;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.codetrans.statement.StatementModel
            areturn
        end local 3 // com.sun.source.util.TreePath path
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // javax.lang.model.element.VariableElement variableElt
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/codetrans/ModelBuilder;
            0    2     1  variableElt  Ljavax/lang/model/element/VariableElement;
            0    2     2      context  Lio/vertx/codetrans/VisitContext;
            1    2     3         path  Lcom/sun/source/util/TreePath;
    MethodParameters:
             Name  Flags
      variableElt  
      context      

  private io.vertx.codetrans.statement.StatementModel scan(com.sun.source.tree.StatementTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.StatementTree tree
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 116
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/Tree;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.codetrans.statement.StatementModel
            areturn
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.StatementTree tree
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/codetrans/ModelBuilder;
            0    1     1     tree  Lcom/sun/source/tree/StatementTree;
            0    1     2  context  Lio/vertx/codetrans/VisitContext;
    MethodParameters:
         Name  Flags
      tree     
      context  

  private io.vertx.codetrans.expression.ExpressionModel scan(com.sun.source.tree.ExpressionTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.ExpressionTree tree
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 120
            aload 0 /* this */
            aload 1 /* tree */
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/Tree;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.codetrans.expression.ExpressionModel
            areturn
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.ExpressionTree tree
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/codetrans/ModelBuilder;
            0    1     1     tree  Lcom/sun/source/tree/ExpressionTree;
            0    1     2  context  Lio/vertx/codetrans/VisitContext;
    MethodParameters:
         Name  Flags
      tree     
      context  

  public io.vertx.codetrans.CodeModel visitReturn(com.sun.source.tree.ReturnTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/ReturnTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.ReturnTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 125
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ReturnTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 3 /* expression */
        start local 3 // io.vertx.codetrans.expression.ExpressionModel expression
         1: .line 126
            new io.vertx.codetrans.statement.ReturnModel
            dup
            aload 3 /* expression */
            invokespecial io.vertx.codetrans.statement.ReturnModel.<init>:(Lio/vertx/codetrans/expression/ExpressionModel;)V
            areturn
        end local 3 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.ReturnTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/ModelBuilder;
            0    2     1        node  Lcom/sun/source/tree/ReturnTree;
            0    2     2     context  Lio/vertx/codetrans/VisitContext;
            1    2     3  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.expression.ExpressionModel visitParameterizedType(com.sun.source.tree.ParameterizedTypeTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/ParameterizedTypeTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.ParameterizedTypeTree tree
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 131
            aload 0 /* this */
            aload 1 /* tree */
            invokeinterface com.sun.source.tree.ParameterizedTypeTree.getType:()Lcom/sun/source/tree/Tree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/Tree;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.codetrans.expression.ExpressionModel
            areturn
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.ParameterizedTypeTree tree
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/codetrans/ModelBuilder;
            0    1     1     tree  Lcom/sun/source/tree/ParameterizedTypeTree;
            0    1     2  context  Lio/vertx/codetrans/VisitContext;
    MethodParameters:
         Name  Flags
      tree     
      context  

  public io.vertx.codetrans.CodeModel visitForLoop(com.sun.source.tree.ForLoopTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/ForLoopTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.ForLoopTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 136
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getInitializer:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpeq 2
         1: .line 137
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 139
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getUpdate:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpeq 4
         3: .line 140
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         4: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getStatement:()Lcom/sun/source/tree/StatementTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            astore 3 /* body */
        start local 3 // io.vertx.codetrans.statement.StatementModel body
         5: .line 143
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getInitializer:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 23
         6: .line 144
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getInitializer:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.source.tree.StatementTree
            invokeinterface com.sun.source.tree.StatementTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            getstatic com.sun.source.tree.Tree$Kind.VARIABLE:Lcom/sun/source/tree/Tree$Kind;
            if_acmpne 23
         7: .line 145
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getCondition:()Lcom/sun/source/tree/ExpressionTree;
            invokeinterface com.sun.source.tree.ExpressionTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            getstatic com.sun.source.tree.Tree$Kind.LESS_THAN:Lcom/sun/source/tree/Tree$Kind;
            if_acmpne 23
         8: .line 146
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getUpdate:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 23
         9: .line 147
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getUpdate:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.source.tree.ExpressionStatementTree
            invokeinterface com.sun.source.tree.ExpressionStatementTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            getstatic com.sun.source.tree.Tree$Kind.EXPRESSION_STATEMENT:Lcom/sun/source/tree/Tree$Kind;
            if_acmpne 23
        10: .line 148
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getUpdate:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.source.tree.ExpressionStatementTree
            invokeinterface com.sun.source.tree.ExpressionStatementTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            invokeinterface com.sun.source.tree.ExpressionTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            getstatic com.sun.source.tree.Tree$Kind.POSTFIX_INCREMENT:Lcom/sun/source/tree/Tree$Kind;
            if_acmpne 23
        11: .line 149
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getInitializer:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.source.tree.VariableTree
            astore 4 /* init */
        start local 4 // com.sun.source.tree.VariableTree init
        12: .line 150
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getCondition:()Lcom/sun/source/tree/ExpressionTree;
            checkcast com.sun.source.tree.BinaryTree
            astore 5 /* lessThan */
        start local 5 // com.sun.source.tree.BinaryTree lessThan
        13: .line 151
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getUpdate:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.source.tree.ExpressionStatementTree
            invokeinterface com.sun.source.tree.ExpressionStatementTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            checkcast com.sun.source.tree.UnaryTree
            astore 6 /* increment */
        start local 6 // com.sun.source.tree.UnaryTree increment
        14: .line 152
            aload 5 /* lessThan */
            invokeinterface com.sun.source.tree.BinaryTree.getLeftOperand:()Lcom/sun/source/tree/ExpressionTree;
            invokeinterface com.sun.source.tree.ExpressionTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            getstatic com.sun.source.tree.Tree$Kind.IDENTIFIER:Lcom/sun/source/tree/Tree$Kind;
            if_acmpne 23
        15: .line 153
            aload 6 /* increment */
            invokeinterface com.sun.source.tree.UnaryTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            invokeinterface com.sun.source.tree.ExpressionTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            getstatic com.sun.source.tree.Tree$Kind.IDENTIFIER:Lcom/sun/source/tree/Tree$Kind;
            if_acmpne 23
        16: .line 154
            aload 4 /* init */
            invokeinterface com.sun.source.tree.VariableTree.getName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            astore 7 /* id1 */
        start local 7 // java.lang.String id1
        17: .line 155
            aload 5 /* lessThan */
            invokeinterface com.sun.source.tree.BinaryTree.getLeftOperand:()Lcom/sun/source/tree/ExpressionTree;
            checkcast com.sun.source.tree.IdentifierTree
            invokeinterface com.sun.source.tree.IdentifierTree.getName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            astore 8 /* id2 */
        start local 8 // java.lang.String id2
        18: .line 156
            aload 6 /* increment */
            invokeinterface com.sun.source.tree.UnaryTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            checkcast com.sun.source.tree.IdentifierTree
            invokeinterface com.sun.source.tree.IdentifierTree.getName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            astore 9 /* id3 */
        start local 9 // java.lang.String id3
        19: .line 157
            aload 7 /* id1 */
            aload 8 /* id2 */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 23
            aload 8 /* id2 */
            aload 9 /* id3 */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 23
        20: .line 158
            aload 0 /* this */
            aload 4 /* init */
            invokeinterface com.sun.source.tree.VariableTree.getInitializer:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 10 /* from */
        start local 10 // io.vertx.codetrans.expression.ExpressionModel from
        21: .line 159
            aload 0 /* this */
            aload 5 /* lessThan */
            invokeinterface com.sun.source.tree.BinaryTree.getRightOperand:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 11 /* to */
        start local 11 // io.vertx.codetrans.expression.ExpressionModel to
        22: .line 160
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 7 /* id1 */
            aload 10 /* from */
            aload 11 /* to */
            aload 3 /* body */
            invokeinterface io.vertx.codetrans.CodeBuilder.sequenceForLoop:(Ljava/lang/String;Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/statement/StatementModel;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
        end local 11 // io.vertx.codetrans.expression.ExpressionModel to
        end local 10 // io.vertx.codetrans.expression.ExpressionModel from
        end local 9 // java.lang.String id3
        end local 8 // java.lang.String id2
        end local 7 // java.lang.String id1
        end local 6 // com.sun.source.tree.UnaryTree increment
        end local 5 // com.sun.source.tree.BinaryTree lessThan
        end local 4 // com.sun.source.tree.VariableTree init
        23: .line 164
      StackMap locals: io.vertx.codetrans.statement.StatementModel
      StackMap stack:
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getInitializer:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.source.tree.StatementTree
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            astore 4 /* initializer */
        start local 4 // io.vertx.codetrans.statement.StatementModel initializer
        24: .line 165
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getUpdate:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.source.tree.ExpressionStatementTree
            invokeinterface com.sun.source.tree.ExpressionStatementTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 5 /* update */
        start local 5 // io.vertx.codetrans.expression.ExpressionModel update
        25: .line 166
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ForLoopTree.getCondition:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 6 /* condition */
        start local 6 // io.vertx.codetrans.expression.ExpressionModel condition
        26: .line 167
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 4 /* initializer */
            aload 6 /* condition */
            aload 5 /* update */
            aload 3 /* body */
            invokeinterface io.vertx.codetrans.CodeBuilder.forLoop:(Lio/vertx/codetrans/statement/StatementModel;Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/statement/StatementModel;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
        end local 6 // io.vertx.codetrans.expression.ExpressionModel condition
        end local 5 // io.vertx.codetrans.expression.ExpressionModel update
        end local 4 // io.vertx.codetrans.statement.StatementModel initializer
        end local 3 // io.vertx.codetrans.statement.StatementModel body
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.ForLoopTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   27     0         this  Lio/vertx/codetrans/ModelBuilder;
            0   27     1         node  Lcom/sun/source/tree/ForLoopTree;
            0   27     2      context  Lio/vertx/codetrans/VisitContext;
            5   27     3         body  Lio/vertx/codetrans/statement/StatementModel;
           12   23     4         init  Lcom/sun/source/tree/VariableTree;
           13   23     5     lessThan  Lcom/sun/source/tree/BinaryTree;
           14   23     6    increment  Lcom/sun/source/tree/UnaryTree;
           17   23     7          id1  Ljava/lang/String;
           18   23     8          id2  Ljava/lang/String;
           19   23     9          id3  Ljava/lang/String;
           21   23    10         from  Lio/vertx/codetrans/expression/ExpressionModel;
           22   23    11           to  Lio/vertx/codetrans/expression/ExpressionModel;
           24   27     4  initializer  Lio/vertx/codetrans/statement/StatementModel;
           25   27     5       update  Lio/vertx/codetrans/expression/ExpressionModel;
           26   27     6    condition  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.CodeModel visitEnhancedForLoop(com.sun.source.tree.EnhancedForLoopTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/EnhancedForLoopTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.EnhancedForLoopTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 172
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.EnhancedForLoopTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 3 /* expression */
        start local 3 // io.vertx.codetrans.expression.ExpressionModel expression
         1: .line 173
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.EnhancedForLoopTree.getStatement:()Lcom/sun/source/tree/StatementTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            astore 4 /* body */
        start local 4 // io.vertx.codetrans.statement.StatementModel body
         2: .line 174
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 1 /* node */
            invokeinterface com.sun.source.tree.EnhancedForLoopTree.getVariable:()Lcom/sun/source/tree/VariableTree;
            invokeinterface com.sun.source.tree.VariableTree.getName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            aload 3 /* expression */
            aload 4 /* body */
            invokeinterface io.vertx.codetrans.CodeBuilder.enhancedForLoop:(Ljava/lang/String;Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/statement/StatementModel;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
        end local 4 // io.vertx.codetrans.statement.StatementModel body
        end local 3 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.EnhancedForLoopTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/codetrans/ModelBuilder;
            0    3     1        node  Lcom/sun/source/tree/EnhancedForLoopTree;
            0    3     2     context  Lio/vertx/codetrans/VisitContext;
            1    3     3  expression  Lio/vertx/codetrans/expression/ExpressionModel;
            2    3     4        body  Lio/vertx/codetrans/statement/StatementModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.CodeModel visitAssignment(com.sun.source.tree.AssignmentTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/AssignmentTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.AssignmentTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 179
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.AssignmentTree.getVariable:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 3 /* variable */
        start local 3 // io.vertx.codetrans.expression.ExpressionModel variable
         1: .line 180
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.AssignmentTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 4 /* expression */
        start local 4 // io.vertx.codetrans.expression.ExpressionModel expression
         2: .line 181
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 3 /* variable */
            aload 4 /* expression */
            invokeinterface io.vertx.codetrans.CodeBuilder.forAssign:(Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/expression/ExpressionModel;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        end local 4 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 3 // io.vertx.codetrans.expression.ExpressionModel variable
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.AssignmentTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/codetrans/ModelBuilder;
            0    3     1        node  Lcom/sun/source/tree/AssignmentTree;
            0    3     2     context  Lio/vertx/codetrans/VisitContext;
            1    3     3    variable  Lio/vertx/codetrans/expression/ExpressionModel;
            2    3     4  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.statement.StatementModel visitVariable(com.sun.source.tree.VariableTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/VariableTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.VariableTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 186
            aload 1 /* node */
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            astore 3 /* decl */
        start local 3 // com.sun.tools.javac.tree.JCTree$JCVariableDecl decl
         1: .line 188
            aload 1 /* node */
            invokeinterface com.sun.source.tree.VariableTree.getInitializer:()Lcom/sun/source/tree/ExpressionTree;
            ifnull 4
         2: .line 189
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.VariableTree.getInitializer:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 4 /* initializer */
        start local 4 // io.vertx.codetrans.expression.ExpressionModel initializer
         3: .line 190
            goto 5
        end local 4 // io.vertx.codetrans.expression.ExpressionModel initializer
         4: .line 191
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCVariableDecl
      StackMap stack:
            aconst_null
            astore 4 /* initializer */
        start local 4 // io.vertx.codetrans.expression.ExpressionModel initializer
         5: .line 193
      StackMap locals: io.vertx.codetrans.expression.ExpressionModel
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 3 /* decl */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 5 /* type */
        start local 5 // io.vertx.codegen.type.TypeInfo type
         6: .line 194
            aload 3 /* decl */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getKind:()Ljavax/lang/model/element/ElementKind;
            astore 6 /* kind */
        start local 6 // javax.lang.model.element.ElementKind kind
         7: .line 195
            aload 0 /* this */
            aload 2 /* context */
            aload 6 /* kind */
            aload 3 /* decl */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.getName:()Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.util.Name.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.ModelBuilder.resolvescope:(Lio/vertx/codetrans/VisitContext;Ljavax/lang/model/element/ElementKind;Ljava/lang/String;)Lio/vertx/codetrans/expression/VariableScope;
            astore 7 /* scope */
        start local 7 // io.vertx.codetrans.expression.VariableScope scope
         8: .line 196
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 7 /* scope */
            aload 5 /* type */
            aload 3 /* decl */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.util.Name.toString:()Ljava/lang/String;
            aload 4 /* initializer */
            invokeinterface io.vertx.codetrans.CodeBuilder.variableDecl:(Lio/vertx/codetrans/expression/VariableScope;Lio/vertx/codegen/type/TypeInfo;Ljava/lang/String;Lio/vertx/codetrans/expression/ExpressionModel;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
        end local 7 // io.vertx.codetrans.expression.VariableScope scope
        end local 6 // javax.lang.model.element.ElementKind kind
        end local 5 // io.vertx.codegen.type.TypeInfo type
        end local 4 // io.vertx.codetrans.expression.ExpressionModel initializer
        end local 3 // com.sun.tools.javac.tree.JCTree$JCVariableDecl decl
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.VariableTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/vertx/codetrans/ModelBuilder;
            0    9     1         node  Lcom/sun/source/tree/VariableTree;
            0    9     2      context  Lio/vertx/codetrans/VisitContext;
            1    9     3         decl  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            3    4     4  initializer  Lio/vertx/codetrans/expression/ExpressionModel;
            5    9     4  initializer  Lio/vertx/codetrans/expression/ExpressionModel;
            6    9     5         type  Lio/vertx/codegen/type/TypeInfo;
            7    9     6         kind  Ljavax/lang/model/element/ElementKind;
            8    9     7        scope  Lio/vertx/codetrans/expression/VariableScope;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.CodeModel visitTry(com.sun.source.tree.TryTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/TryTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.TryTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 201
            aload 1 /* node */
            invokeinterface com.sun.source.tree.TryTree.getCatches:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpeq 2
         1: .line 202
            new java.lang.UnsupportedOperationException
            dup
            ldc "Expecting a single catch block"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.TryTree.getBlock:()Lcom/sun/source/tree/BlockTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            astore 3 /* tryBlock */
        start local 3 // io.vertx.codetrans.statement.StatementModel tryBlock
         3: .line 205
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.TryTree.getCatches:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.source.tree.CatchTree
            invokeinterface com.sun.source.tree.CatchTree.getBlock:()Lcom/sun/source/tree/BlockTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            astore 4 /* catchBlock */
        start local 4 // io.vertx.codetrans.statement.StatementModel catchBlock
         4: .line 206
            new io.vertx.codetrans.statement.TryCatchModel
            dup
            aload 3 /* tryBlock */
            aload 4 /* catchBlock */
            invokespecial io.vertx.codetrans.statement.TryCatchModel.<init>:(Lio/vertx/codetrans/statement/StatementModel;Lio/vertx/codetrans/statement/StatementModel;)V
            areturn
        end local 4 // io.vertx.codetrans.statement.StatementModel catchBlock
        end local 3 // io.vertx.codetrans.statement.StatementModel tryBlock
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.TryTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/vertx/codetrans/ModelBuilder;
            0    5     1        node  Lcom/sun/source/tree/TryTree;
            0    5     2     context  Lio/vertx/codetrans/VisitContext;
            3    5     3    tryBlock  Lio/vertx/codetrans/statement/StatementModel;
            4    5     4  catchBlock  Lio/vertx/codetrans/statement/StatementModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.statement.StatementModel visitIf(com.sun.source.tree.IfTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/IfTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.IfTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 211
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* conditionals */
        start local 3 // java.util.List conditionals
         1: .line 212
            aload 0 /* this */
            aload 3 /* conditionals */
            aload 1 /* node */
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.build:(Ljava/util/List;Lcom/sun/source/tree/IfTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            astore 4 /* otherwise */
        start local 4 // io.vertx.codetrans.statement.StatementModel otherwise
         2: .line 213
            aload 3 /* conditionals */
            aload 4 /* otherwise */
            invokestatic io.vertx.codetrans.statement.StatementModel.conditionals:(Ljava/util/List;Lio/vertx/codetrans/statement/StatementModel;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
        end local 4 // io.vertx.codetrans.statement.StatementModel otherwise
        end local 3 // java.util.List conditionals
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.IfTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/codetrans/ModelBuilder;
            0    3     1          node  Lcom/sun/source/tree/IfTree;
            0    3     2       context  Lio/vertx/codetrans/VisitContext;
            1    3     3  conditionals  Ljava/util/List<Lio/vertx/codetrans/statement/ConditionalBlockModel;>;
            2    3     4     otherwise  Lio/vertx/codetrans/statement/StatementModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  private io.vertx.codetrans.statement.StatementModel build(java.util.List<io.vertx.codetrans.statement.ConditionalBlockModel>, com.sun.source.tree.IfTree, io.vertx.codetrans.VisitContext);
    descriptor: (Ljava/util/List;Lcom/sun/source/tree/IfTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // java.util.List conditionals
        start local 2 // com.sun.source.tree.IfTree node
        start local 3 // io.vertx.codetrans.VisitContext context
         0: .line 217
            aload 0 /* this */
            aload 2 /* node */
            invokeinterface com.sun.source.tree.IfTree.getCondition:()Lcom/sun/source/tree/ExpressionTree;
            aload 3 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 4 /* condition */
        start local 4 // io.vertx.codetrans.expression.ExpressionModel condition
         1: .line 218
            aload 0 /* this */
            aload 2 /* node */
            invokeinterface com.sun.source.tree.IfTree.getThenStatement:()Lcom/sun/source/tree/StatementTree;
            aload 3 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            astore 5 /* body */
        start local 5 // io.vertx.codetrans.statement.StatementModel body
         2: .line 219
            aload 1 /* conditionals */
            new io.vertx.codetrans.statement.ConditionalBlockModel
            dup
            aload 4 /* condition */
            aload 5 /* body */
            invokespecial io.vertx.codetrans.statement.ConditionalBlockModel.<init>:(Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/statement/StatementModel;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 220
            aload 2 /* node */
            invokeinterface com.sun.source.tree.IfTree.getElseStatement:()Lcom/sun/source/tree/StatementTree;
            astore 6 /* elseStatement */
        start local 6 // com.sun.source.tree.StatementTree elseStatement
         4: .line 221
            aload 6 /* elseStatement */
            ifnull 9
         5: .line 222
            aload 6 /* elseStatement */
            instanceof com.sun.source.tree.IfTree
            ifeq 8
         6: .line 223
            aload 6 /* elseStatement */
            checkcast com.sun.source.tree.IfTree
            astore 7 /* next */
        start local 7 // com.sun.source.tree.IfTree next
         7: .line 224
            aload 0 /* this */
            aload 1 /* conditionals */
            aload 7 /* next */
            aload 3 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.build:(Ljava/util/List;Lcom/sun/source/tree/IfTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
        end local 7 // com.sun.source.tree.IfTree next
         8: .line 226
      StackMap locals: io.vertx.codetrans.expression.ExpressionModel io.vertx.codetrans.statement.StatementModel com.sun.source.tree.StatementTree
      StackMap stack:
            aload 0 /* this */
            aload 2 /* node */
            invokeinterface com.sun.source.tree.IfTree.getElseStatement:()Lcom/sun/source/tree/StatementTree;
            aload 3 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
         9: .line 229
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 6 // com.sun.source.tree.StatementTree elseStatement
        end local 5 // io.vertx.codetrans.statement.StatementModel body
        end local 4 // io.vertx.codetrans.expression.ExpressionModel condition
        end local 3 // io.vertx.codetrans.VisitContext context
        end local 2 // com.sun.source.tree.IfTree node
        end local 1 // java.util.List conditionals
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lio/vertx/codetrans/ModelBuilder;
            0   10     1   conditionals  Ljava/util/List<Lio/vertx/codetrans/statement/ConditionalBlockModel;>;
            0   10     2           node  Lcom/sun/source/tree/IfTree;
            0   10     3        context  Lio/vertx/codetrans/VisitContext;
            1   10     4      condition  Lio/vertx/codetrans/expression/ExpressionModel;
            2   10     5           body  Lio/vertx/codetrans/statement/StatementModel;
            4   10     6  elseStatement  Lcom/sun/source/tree/StatementTree;
            7    8     7           next  Lcom/sun/source/tree/IfTree;
    Signature: (Ljava/util/List<Lio/vertx/codetrans/statement/ConditionalBlockModel;>;Lcom/sun/source/tree/IfTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
    MethodParameters:
              Name  Flags
      conditionals  
      node          
      context       

  public io.vertx.codetrans.CodeModel visitInstanceOf(com.sun.source.tree.InstanceOfTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/InstanceOfTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.InstanceOfTree node
        start local 2 // io.vertx.codetrans.VisitContext p
         0: .line 234
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.InstanceOfTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* p */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 3 /* classModel */
        start local 3 // io.vertx.codetrans.expression.ExpressionModel classModel
         1: .line 235
            aload 1 /* node */
            invokeinterface com.sun.source.tree.InstanceOfTree.getType:()Lcom/sun/source/tree/Tree;
            checkcast com.sun.tools.javac.tree.JCTree$JCIdent
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            checkcast javax.lang.model.element.TypeElement
            astore 4 /* type */
        start local 4 // javax.lang.model.element.TypeElement type
         2: .line 236
            aload 3 /* classModel */
            aload 4 /* type */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.onInstanceOf:(Ljavax/lang/model/element/TypeElement;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        end local 4 // javax.lang.model.element.TypeElement type
        end local 3 // io.vertx.codetrans.expression.ExpressionModel classModel
        end local 2 // io.vertx.codetrans.VisitContext p
        end local 1 // com.sun.source.tree.InstanceOfTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/codetrans/ModelBuilder;
            0    3     1        node  Lcom/sun/source/tree/InstanceOfTree;
            0    3     2           p  Lio/vertx/codetrans/VisitContext;
            1    3     3  classModel  Lio/vertx/codetrans/expression/ExpressionModel;
            2    3     4        type  Ljavax/lang/model/element/TypeElement;
    MethodParameters:
      Name  Flags
      node  
      p     

  public io.vertx.codetrans.CodeModel visitConditionalExpression(com.sun.source.tree.ConditionalExpressionTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/ConditionalExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.ConditionalExpressionTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 241
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ConditionalExpressionTree.getCondition:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 3 /* condition */
        start local 3 // io.vertx.codetrans.expression.ExpressionModel condition
         1: .line 242
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ConditionalExpressionTree.getTrueExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 4 /* trueExpression */
        start local 4 // io.vertx.codetrans.expression.ExpressionModel trueExpression
         2: .line 243
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ConditionalExpressionTree.getFalseExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 5 /* falseExpression */
        start local 5 // io.vertx.codetrans.expression.ExpressionModel falseExpression
         3: .line 244
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 3 /* condition */
            aload 4 /* trueExpression */
            aload 5 /* falseExpression */
            invokeinterface io.vertx.codetrans.CodeBuilder.forConditionalExpression:(Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codetrans/expression/ExpressionModel;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        end local 5 // io.vertx.codetrans.expression.ExpressionModel falseExpression
        end local 4 // io.vertx.codetrans.expression.ExpressionModel trueExpression
        end local 3 // io.vertx.codetrans.expression.ExpressionModel condition
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.ConditionalExpressionTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/codetrans/ModelBuilder;
            0    4     1             node  Lcom/sun/source/tree/ConditionalExpressionTree;
            0    4     2          context  Lio/vertx/codetrans/VisitContext;
            1    4     3        condition  Lio/vertx/codetrans/expression/ExpressionModel;
            2    4     4   trueExpression  Lio/vertx/codetrans/expression/ExpressionModel;
            3    4     5  falseExpression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.expression.ExpressionModel visitUnary(com.sun.source.tree.UnaryTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/UnaryTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.UnaryTree node
        start local 2 // io.vertx.codetrans.VisitContext p
         0: .line 249
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.UnaryTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* p */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 3 /* expression */
        start local 3 // io.vertx.codetrans.expression.ExpressionModel expression
         1: .line 250
            invokestatic io.vertx.codetrans.ModelBuilder.$SWITCH_TABLE$com$sun$source$tree$Tree$Kind:()[I
            aload 1 /* node */
            invokeinterface com.sun.source.tree.UnaryTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            iaload
            tableswitch { // 48 - 55
                   48: 2
                   49: 3
                   50: 4
                   51: 5
                   52: 8
                   53: 7
                   54: 9
                   55: 6
              default: 9
          }
         2: .line 253
      StackMap locals: io.vertx.codetrans.expression.ExpressionModel
      StackMap stack:
            aload 3 /* expression */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.onPostFixIncrement:()Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         3: .line 256
      StackMap locals:
      StackMap stack:
            aload 3 /* expression */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.onPostFixDecrement:()Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         4: .line 259
      StackMap locals:
      StackMap stack:
            aload 3 /* expression */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.onPrefixIncrement:()Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         5: .line 262
      StackMap locals:
      StackMap stack:
            aload 3 /* expression */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.onPrefixDecrement:()Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         6: .line 264
      StackMap locals:
      StackMap stack:
            aload 3 /* expression */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.onLogicalComplement:()Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         7: .line 266
      StackMap locals:
      StackMap stack:
            aload 3 /* expression */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.unaryMinus:()Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         8: .line 268
      StackMap locals:
      StackMap stack:
            aload 3 /* expression */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.unaryPlus:()Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         9: .line 270
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unary operator "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* node */
            invokeinterface com.sun.source.tree.UnaryTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " not yet implemented"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 2 // io.vertx.codetrans.VisitContext p
        end local 1 // com.sun.source.tree.UnaryTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lio/vertx/codetrans/ModelBuilder;
            0   10     1        node  Lcom/sun/source/tree/UnaryTree;
            0   10     2           p  Lio/vertx/codetrans/VisitContext;
            1   10     3  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
      Name  Flags
      node  
      p     

  public io.vertx.codetrans.CodeModel visitExpressionStatement(com.sun.source.tree.ExpressionStatementTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/ExpressionStatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.ExpressionStatementTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 276
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ExpressionStatementTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 3 /* expression */
        start local 3 // io.vertx.codetrans.expression.ExpressionModel expression
         1: .line 277
            aload 3 /* expression */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lio/vertx/codetrans/expression/ExpressionModel;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/CodeModel.render(Lio/vertx/codetrans/CodeWriter;)V (5)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokestatic io.vertx.codetrans.statement.StatementModel.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
        end local 3 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.ExpressionStatementTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/ModelBuilder;
            0    2     1        node  Lcom/sun/source/tree/ExpressionStatementTree;
            0    2     2     context  Lio/vertx/codetrans/VisitContext;
            1    2     3  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.expression.ExpressionModel visitBinary(com.sun.source.tree.BinaryTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/BinaryTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.BinaryTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 282
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.BinaryTree.getLeftOperand:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 3 /* left */
        start local 3 // io.vertx.codetrans.expression.ExpressionModel left
         1: .line 283
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.BinaryTree.getRightOperand:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 4 /* right */
        start local 4 // io.vertx.codetrans.expression.ExpressionModel right
         2: .line 285
            invokestatic io.vertx.codetrans.ModelBuilder.$SWITCH_TABLE$com$sun$source$tree$Tree$Kind:()[I
            aload 1 /* node */
            invokeinterface com.sun.source.tree.BinaryTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            iaload
            tableswitch { // 56 - 74
                   56: 21
                   57: 23
                   58: 33
                   59: 11
                   60: 31
                   61: 35
                   62: 35
                   63: 35
                   64: 13
                   65: 17
                   66: 15
                   67: 19
                   68: 7
                   69: 9
                   70: 25
                   71: 29
                   72: 27
                   73: 3
                   74: 5
              default: 35
          }
         3: .line 287
      StackMap locals: io.vertx.codetrans.expression.ExpressionModel io.vertx.codetrans.expression.ExpressionModel
      StackMap stack:
            ldc "&&"
            astore 5 /* op */
        start local 5 // java.lang.String op
         4: .line 288
            goto 36
        end local 5 // java.lang.String op
         5: .line 290
      StackMap locals:
      StackMap stack:
            ldc "||"
            astore 5 /* op */
        start local 5 // java.lang.String op
         6: .line 291
            goto 36
        end local 5 // java.lang.String op
         7: .line 293
      StackMap locals:
      StackMap stack:
            ldc "=="
            astore 5 /* op */
        start local 5 // java.lang.String op
         8: .line 294
            goto 36
        end local 5 // java.lang.String op
         9: .line 296
      StackMap locals:
      StackMap stack:
            ldc "!="
            astore 5 /* op */
        start local 5 // java.lang.String op
        10: .line 297
            goto 36
        end local 5 // java.lang.String op
        11: .line 299
      StackMap locals:
      StackMap stack:
            ldc "+"
            astore 5 /* op */
        start local 5 // java.lang.String op
        12: .line 300
            goto 36
        end local 5 // java.lang.String op
        13: .line 302
      StackMap locals:
      StackMap stack:
            ldc "<"
            astore 5 /* op */
        start local 5 // java.lang.String op
        14: .line 303
            goto 36
        end local 5 // java.lang.String op
        15: .line 305
      StackMap locals:
      StackMap stack:
            ldc "<="
            astore 5 /* op */
        start local 5 // java.lang.String op
        16: .line 306
            goto 36
        end local 5 // java.lang.String op
        17: .line 308
      StackMap locals:
      StackMap stack:
            ldc ">"
            astore 5 /* op */
        start local 5 // java.lang.String op
        18: .line 309
            goto 36
        end local 5 // java.lang.String op
        19: .line 311
      StackMap locals:
      StackMap stack:
            ldc ">="
            astore 5 /* op */
        start local 5 // java.lang.String op
        20: .line 312
            goto 36
        end local 5 // java.lang.String op
        21: .line 314
      StackMap locals:
      StackMap stack:
            ldc "*"
            astore 5 /* op */
        start local 5 // java.lang.String op
        22: .line 315
            goto 36
        end local 5 // java.lang.String op
        23: .line 317
      StackMap locals:
      StackMap stack:
            ldc "/"
            astore 5 /* op */
        start local 5 // java.lang.String op
        24: .line 318
            goto 36
        end local 5 // java.lang.String op
        25: .line 320
      StackMap locals:
      StackMap stack:
            ldc "&"
            astore 5 /* op */
        start local 5 // java.lang.String op
        26: .line 321
            goto 36
        end local 5 // java.lang.String op
        27: .line 323
      StackMap locals:
      StackMap stack:
            ldc "|"
            astore 5 /* op */
        start local 5 // java.lang.String op
        28: .line 324
            goto 36
        end local 5 // java.lang.String op
        29: .line 326
      StackMap locals:
      StackMap stack:
            ldc "^"
            astore 5 /* op */
        start local 5 // java.lang.String op
        30: .line 327
            goto 36
        end local 5 // java.lang.String op
        31: .line 329
      StackMap locals:
      StackMap stack:
            ldc "-"
            astore 5 /* op */
        start local 5 // java.lang.String op
        32: .line 330
            goto 36
        end local 5 // java.lang.String op
        33: .line 332
      StackMap locals:
      StackMap stack:
            ldc "%"
            astore 5 /* op */
        start local 5 // java.lang.String op
        34: .line 333
            goto 36
        end local 5 // java.lang.String op
        35: .line 335
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Binary operator "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* node */
            invokeinterface com.sun.source.tree.BinaryTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " not yet implemented"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        start local 5 // java.lang.String op
        36: .line 337
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 3 /* left */
            aload 5 /* op */
            aload 4 /* right */
            invokeinterface io.vertx.codetrans.CodeBuilder.combine:(Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/String;Lio/vertx/codetrans/expression/ExpressionModel;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        end local 5 // java.lang.String op
        end local 4 // io.vertx.codetrans.expression.ExpressionModel right
        end local 3 // io.vertx.codetrans.expression.ExpressionModel left
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.BinaryTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   37     0     this  Lio/vertx/codetrans/ModelBuilder;
            0   37     1     node  Lcom/sun/source/tree/BinaryTree;
            0   37     2  context  Lio/vertx/codetrans/VisitContext;
            1   37     3     left  Lio/vertx/codetrans/expression/ExpressionModel;
            2   37     4    right  Lio/vertx/codetrans/expression/ExpressionModel;
            4    5     5       op  Ljava/lang/String;
            6    7     5       op  Ljava/lang/String;
            8    9     5       op  Ljava/lang/String;
           10   11     5       op  Ljava/lang/String;
           12   13     5       op  Ljava/lang/String;
           14   15     5       op  Ljava/lang/String;
           16   17     5       op  Ljava/lang/String;
           18   19     5       op  Ljava/lang/String;
           20   21     5       op  Ljava/lang/String;
           22   23     5       op  Ljava/lang/String;
           24   25     5       op  Ljava/lang/String;
           26   27     5       op  Ljava/lang/String;
           28   29     5       op  Ljava/lang/String;
           30   31     5       op  Ljava/lang/String;
           32   33     5       op  Ljava/lang/String;
           34   35     5       op  Ljava/lang/String;
           36   37     5       op  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.expression.ExpressionModel visitLiteral(com.sun.source.tree.LiteralTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.LiteralTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 342
            invokestatic io.vertx.codetrans.ModelBuilder.$SWITCH_TABLE$com$sun$source$tree$Tree$Kind:()[I
            aload 1 /* node */
            invokeinterface com.sun.source.tree.LiteralTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            iaload
            tableswitch { // 86 - 93
                   86: 4
                   87: 5
                   88: 7
                   89: 8
                   90: 3
                   91: 6
                   92: 2
                   93: 1
              default: 9
          }
         1: .line 344
      StackMap locals:
      StackMap stack:
            new io.vertx.codetrans.expression.NullLiteralModel
            dup
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            invokespecial io.vertx.codetrans.expression.NullLiteralModel.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
            areturn
         2: .line 346
      StackMap locals:
      StackMap stack:
            new io.vertx.codetrans.expression.StringLiteralModel
            dup
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 1 /* node */
            invokeinterface com.sun.source.tree.LiteralTree.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokespecial io.vertx.codetrans.expression.StringLiteralModel.<init>:(Lio/vertx/codetrans/CodeBuilder;Ljava/lang/String;)V
            areturn
         3: .line 348
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 1 /* node */
            invokedynamic accept(Lcom/sun/source/tree/LiteralTree;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/ModelBuilder.lambda$1(Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V (6)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokeinterface io.vertx.codetrans.CodeBuilder.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         4: .line 352
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 1 /* node */
            invokedynamic accept(Lcom/sun/source/tree/LiteralTree;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/ModelBuilder.lambda$2(Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V (6)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokeinterface io.vertx.codetrans.CodeBuilder.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         5: .line 356
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 1 /* node */
            invokedynamic accept(Lcom/sun/source/tree/LiteralTree;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/ModelBuilder.lambda$3(Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V (6)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokeinterface io.vertx.codetrans.CodeBuilder.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         6: .line 360
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 1 /* node */
            invokedynamic accept(Lcom/sun/source/tree/LiteralTree;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/ModelBuilder.lambda$4(Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V (6)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokeinterface io.vertx.codetrans.CodeBuilder.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         7: .line 364
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 1 /* node */
            invokedynamic accept(Lcom/sun/source/tree/LiteralTree;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/ModelBuilder.lambda$5(Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V (6)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokeinterface io.vertx.codetrans.CodeBuilder.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         8: .line 368
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 1 /* node */
            invokedynamic accept(Lcom/sun/source/tree/LiteralTree;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/ModelBuilder.lambda$6(Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V (6)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokeinterface io.vertx.codetrans.CodeBuilder.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
         9: .line 372
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Literal "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* node */
            invokeinterface com.sun.source.tree.LiteralTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " not yet implemented"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.LiteralTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/vertx/codetrans/ModelBuilder;
            0   10     1     node  Lcom/sun/source/tree/LiteralTree;
            0   10     2  context  Lio/vertx/codetrans/VisitContext;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.expression.ExpressionModel visitIdentifier(com.sun.source.tree.IdentifierTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/IdentifierTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.IdentifierTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 378
            aload 1 /* node */
            checkcast com.sun.tools.javac.tree.JCTree$JCIdent
            astore 3 /* ident */
        start local 3 // com.sun.tools.javac.tree.JCTree$JCIdent ident
         1: .line 379
            aload 1 /* node */
            invokeinterface com.sun.source.tree.IdentifierTree.getName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            ldc "this"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 380
            new io.vertx.codetrans.expression.ThisModel
            dup
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            invokespecial io.vertx.codetrans.expression.ThisModel.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
            areturn
         3: .line 382
      StackMap locals: com.sun.tools.javac.tree.JCTree$JCIdent
      StackMap stack:
            aload 3 /* ident */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            instanceof javax.lang.model.element.TypeElement
            ifeq 27
         4: .line 383
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 3 /* ident */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            checkcast io.vertx.codegen.type.ClassTypeInfo
            astore 4 /* type */
        start local 4 // io.vertx.codegen.type.ClassTypeInfo type
         5: .line 384
            aload 3 /* ident */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.systemType:Ljavax/lang/model/type/DeclaredType;
            invokevirtual com.sun.tools.javac.code.Type.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 385
            new io.vertx.codetrans.expression.SystemModel
            dup
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            invokespecial io.vertx.codetrans.expression.SystemModel.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
            areturn
         7: .line 386
      StackMap locals: io.vertx.codegen.type.ClassTypeInfo
      StackMap stack:
            aload 4 /* type */
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getName:()Ljava/lang/String;
            ldc "java.util.Arrays"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 387
            new io.vertx.codetrans.expression.ArraysModel
            dup
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            invokespecial io.vertx.codetrans.expression.ArraysModel.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
            areturn
         9: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.typeUtils:Ljavax/lang/model/util/Types;
            aload 3 /* ident */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.type:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.throwableType:Ljavax/lang/model/type/DeclaredType;
            invokeinterface javax.lang.model.util.Types.isSubtype:(Ljavax/lang/model/type/TypeMirror;Ljavax/lang/model/type/TypeMirror;)Z
            ifeq 11
        10: .line 390
            new io.vertx.codetrans.expression.ThrowableClassModel
            dup
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 4 /* type */
            invokespecial io.vertx.codetrans.expression.ThrowableClassModel.<init>:(Lio/vertx/codetrans/CodeBuilder;Lio/vertx/codegen/type/ClassTypeInfo;)V
            areturn
        11: .line 392
      StackMap locals:
      StackMap stack:
            aload 4 /* type */
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.API:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 13
        12: .line 393
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 4 /* type */
            checkcast io.vertx.codegen.type.ApiTypeInfo
            invokeinterface io.vertx.codetrans.CodeBuilder.apiType:(Lio/vertx/codegen/type/ApiTypeInfo;)Lio/vertx/codetrans/expression/ApiTypeModel;
            areturn
        13: .line 394
      StackMap locals:
      StackMap stack:
            aload 4 /* type */
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.JSON_OBJECT:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 15
        14: .line 395
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            invokeinterface io.vertx.codetrans.CodeBuilder.jsonObjectClassModel:()Lio/vertx/codetrans/expression/JsonObjectClassModel;
            areturn
        15: .line 396
      StackMap locals:
      StackMap stack:
            aload 4 /* type */
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.JSON_ARRAY:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 17
        16: .line 397
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            invokeinterface io.vertx.codetrans.CodeBuilder.jsonArrayClassModel:()Lio/vertx/codetrans/expression/JsonArrayClassModel;
            areturn
        17: .line 398
      StackMap locals:
      StackMap stack:
            aload 4 /* type */
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.DATA_OBJECT:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 19
        18: .line 399
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 4 /* type */
            invokeinterface io.vertx.codetrans.CodeBuilder.dataObjectClass:(Lio/vertx/codegen/type/ClassTypeInfo;)Lio/vertx/codetrans/expression/DataObjectClassModel;
            areturn
        19: .line 400
      StackMap locals:
      StackMap stack:
            aload 4 /* type */
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.ENUM:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 21
        20: .line 401
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 4 /* type */
            checkcast io.vertx.codegen.type.EnumTypeInfo
            invokeinterface io.vertx.codetrans.CodeBuilder.enumType:(Lio/vertx/codegen/type/EnumTypeInfo;)Lio/vertx/codetrans/expression/EnumExpressionModel;
            areturn
        21: .line 403
      StackMap locals:
      StackMap stack:
            aload 4 /* type */
            invokevirtual io.vertx.codegen.type.ClassTypeInfo.getName:()Ljava/lang/String;
            dup
            astore 5
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 2
          -1402722386: 22
          -1114099497: 23
              default: 26
          }
      StackMap locals: java.lang.String
      StackMap stack:
        22: aload 5
            ldc "java.util.HashMap"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 24
            goto 26
      StackMap locals:
      StackMap stack:
        23: aload 5
            ldc "java.util.ArrayList"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 25
            goto 26
        24: .line 405
      StackMap locals:
      StackMap stack:
            new io.vertx.codetrans.expression.MapClassModel
            dup
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            invokespecial io.vertx.codetrans.expression.MapClassModel.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
            areturn
        25: .line 407
      StackMap locals:
      StackMap stack:
            new io.vertx.codetrans.expression.ListClassModel
            dup
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            invokespecial io.vertx.codetrans.expression.ListClassModel.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
            areturn
        26: .line 409
      StackMap locals:
      StackMap stack:
            new io.vertx.codetrans.expression.JavaClassModel
            dup
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 4 /* type */
            invokespecial io.vertx.codetrans.expression.JavaClassModel.<init>:(Lio/vertx/codetrans/CodeBuilder;Lio/vertx/codegen/type/ClassTypeInfo;)V
            areturn
        end local 4 // io.vertx.codegen.type.ClassTypeInfo type
        27: .line 414
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            aload 3 /* ident */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual io.vertx.codetrans.VisitContext.getAlias:(Lcom/sun/tools/javac/code/Symbol;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 4 /* alias */
        start local 4 // io.vertx.codetrans.expression.ExpressionModel alias
        28: .line 415
            aload 4 /* alias */
            ifnull 30
        29: .line 416
            aload 4 /* alias */
            areturn
        30: .line 418
      StackMap locals: io.vertx.codetrans.expression.ExpressionModel
      StackMap stack:
            aload 3 /* ident */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.getKind:()Ljavax/lang/model/element/ElementKind;
            astore 5 /* kind */
        start local 5 // javax.lang.model.element.ElementKind kind
        31: .line 419
            aload 1 /* node */
            invokeinterface com.sun.source.tree.IdentifierTree.getName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
        32: .line 420
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 3 /* ident */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 7 /* type */
        start local 7 // io.vertx.codegen.type.TypeInfo type
        33: .line 422
            aload 0 /* this */
            aload 2 /* context */
            aload 5 /* kind */
            aload 6 /* name */
            invokevirtual io.vertx.codetrans.ModelBuilder.resolvescope:(Lio/vertx/codetrans/VisitContext;Ljavax/lang/model/element/ElementKind;Ljava/lang/String;)Lio/vertx/codetrans/expression/VariableScope;
            astore 8 /* scope */
        start local 8 // io.vertx.codetrans.expression.VariableScope scope
        34: .line 423
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 6 /* name */
            aload 8 /* scope */
            invokeinterface io.vertx.codetrans.CodeBuilder.identifier:(Ljava/lang/String;Lio/vertx/codetrans/expression/VariableScope;)Lio/vertx/codetrans/expression/ExpressionModel;
            aload 7 /* type */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.as:(Lio/vertx/codegen/type/TypeInfo;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        end local 8 // io.vertx.codetrans.expression.VariableScope scope
        end local 7 // io.vertx.codegen.type.TypeInfo type
        end local 6 // java.lang.String name
        end local 5 // javax.lang.model.element.ElementKind kind
        end local 4 // io.vertx.codetrans.expression.ExpressionModel alias
        end local 3 // com.sun.tools.javac.tree.JCTree$JCIdent ident
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.IdentifierTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   35     0     this  Lio/vertx/codetrans/ModelBuilder;
            0   35     1     node  Lcom/sun/source/tree/IdentifierTree;
            0   35     2  context  Lio/vertx/codetrans/VisitContext;
            1   35     3    ident  Lcom/sun/tools/javac/tree/JCTree$JCIdent;
            5   27     4     type  Lio/vertx/codegen/type/ClassTypeInfo;
           28   35     4    alias  Lio/vertx/codetrans/expression/ExpressionModel;
           31   35     5     kind  Ljavax/lang/model/element/ElementKind;
           32   35     6     name  Ljava/lang/String;
           33   35     7     type  Lio/vertx/codegen/type/TypeInfo;
           34   35     8    scope  Lio/vertx/codetrans/expression/VariableScope;
    MethodParameters:
         Name  Flags
      node     
      context  

  private io.vertx.codetrans.expression.VariableScope resolvescope(io.vertx.codetrans.VisitContext, javax.lang.model.element.ElementKind, java.lang.String);
    descriptor: (Lio/vertx/codetrans/VisitContext;Ljavax/lang/model/element/ElementKind;Ljava/lang/String;)Lio/vertx/codetrans/expression/VariableScope;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // io.vertx.codetrans.VisitContext context
        start local 2 // javax.lang.model.element.ElementKind kind
        start local 3 // java.lang.String name
         0: .line 430
            invokestatic io.vertx.codetrans.ModelBuilder.$SWITCH_TABLE$javax$lang$model$element$ElementKind:()[I
            aload 2 /* kind */
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            iaload
            tableswitch { // 7 - 9
                    7: 5
                    8: 3
                    9: 1
              default: 12
          }
         1: .line 432
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.codetrans.expression.VariableScope.VARIABLE:Lio/vertx/codetrans/expression/VariableScope;
            astore 4 /* scope */
        start local 4 // io.vertx.codetrans.expression.VariableScope scope
         2: .line 433
            goto 13
        end local 4 // io.vertx.codetrans.expression.VariableScope scope
         3: .line 435
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.codetrans.expression.VariableScope.PARAMETER:Lio/vertx/codetrans/expression/VariableScope;
            astore 4 /* scope */
        start local 4 // io.vertx.codetrans.expression.VariableScope scope
         4: .line 436
            goto 13
        end local 4 // io.vertx.codetrans.expression.VariableScope scope
         5: .line 438
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.atomic.AtomicReference
            dup
            getstatic io.vertx.codetrans.expression.VariableScope.GLOBAL:Lio/vertx/codetrans/expression/VariableScope;
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:(Ljava/lang/Object;)V
            astore 5 /* resolvedScope */
        start local 5 // java.util.concurrent.atomic.AtomicReference resolvedScope
         6: .line 439
            new io.vertx.codetrans.ModelBuilder$1
            dup
            aload 0 /* this */
            aload 3 /* name */
            aload 5 /* resolvedScope */
            invokespecial io.vertx.codetrans.ModelBuilder$1.<init>:(Lio/vertx/codetrans/ModelBuilder;Ljava/lang/String;Ljava/util/concurrent/atomic/AtomicReference;)V
         7: .line 447
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.path:Lcom/sun/source/util/TreePath;
            aconst_null
            invokevirtual io.vertx.codetrans.ModelBuilder$1.scan:(Lcom/sun/source/util/TreePath;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 448
            aload 5 /* resolvedScope */
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            getstatic io.vertx.codetrans.expression.VariableScope.FIELD:Lio/vertx/codetrans/expression/VariableScope;
            if_acmpne 10
         9: .line 449
            aload 1 /* context */
            invokevirtual io.vertx.codetrans.VisitContext.getReferencedFields:()Ljava/util/Set;
            aload 3 /* name */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        10: .line 451
      StackMap locals: io.vertx.codetrans.ModelBuilder io.vertx.codetrans.VisitContext javax.lang.model.element.ElementKind java.lang.String top java.util.concurrent.atomic.AtomicReference
      StackMap stack:
            aload 5 /* resolvedScope */
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.vertx.codetrans.expression.VariableScope
            astore 4 /* scope */
        start local 4 // io.vertx.codetrans.expression.VariableScope scope
        11: .line 452
            goto 13
        end local 5 // java.util.concurrent.atomic.AtomicReference resolvedScope
        end local 4 // io.vertx.codetrans.expression.VariableScope scope
        12: .line 454
      StackMap locals: io.vertx.codetrans.ModelBuilder io.vertx.codetrans.VisitContext javax.lang.model.element.ElementKind java.lang.String
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported kind "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* kind */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        start local 4 // io.vertx.codetrans.expression.VariableScope scope
        13: .line 456
      StackMap locals: io.vertx.codetrans.expression.VariableScope
      StackMap stack:
            aload 4 /* scope */
            areturn
        end local 4 // io.vertx.codetrans.expression.VariableScope scope
        end local 3 // java.lang.String name
        end local 2 // javax.lang.model.element.ElementKind kind
        end local 1 // io.vertx.codetrans.VisitContext context
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lio/vertx/codetrans/ModelBuilder;
            0   14     1        context  Lio/vertx/codetrans/VisitContext;
            0   14     2           kind  Ljavax/lang/model/element/ElementKind;
            0   14     3           name  Ljava/lang/String;
            2    3     4          scope  Lio/vertx/codetrans/expression/VariableScope;
            4    5     4          scope  Lio/vertx/codetrans/expression/VariableScope;
           11   12     4          scope  Lio/vertx/codetrans/expression/VariableScope;
           13   14     4          scope  Lio/vertx/codetrans/expression/VariableScope;
            6   12     5  resolvedScope  Ljava/util/concurrent/atomic/AtomicReference<Lio/vertx/codetrans/expression/VariableScope;>;
    MethodParameters:
         Name  Flags
      context  
      kind     
      name     final

  public io.vertx.codetrans.CodeModel visitNewClass(com.sun.source.tree.NewClassTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/NewClassTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.NewClassTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 461
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.NewClassTree.getIdentifier:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            checkcast io.vertx.codetrans.expression.ClassModel
            astore 3 /* identifier */
        start local 3 // io.vertx.codetrans.expression.ClassModel identifier
         1: .line 462
            aload 1 /* node */
            invokeinterface com.sun.source.tree.NewClassTree.getArguments:()Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            aload 2 /* context */
            invokedynamic apply(Lio/vertx/codetrans/ModelBuilder;Lio/vertx/codetrans/VisitContext;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/codetrans/ModelBuilder.lambda$7(Lio/vertx/codetrans/VisitContext;Lcom/sun/source/tree/ExpressionTree;)Lio/vertx/codetrans/expression/ExpressionModel; (7)
                  (Lcom/sun/source/tree/ExpressionTree;)Lio/vertx/codetrans/expression/ExpressionModel;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            astore 4 /* arguments */
        start local 4 // java.util.List arguments
         2: .line 463
            aload 1 /* node */
            checkcast com.sun.tools.javac.tree.JCTree$JCNewClass
            pop
         3: .line 464
            aload 3 /* identifier */
            aload 4 /* arguments */
            invokevirtual io.vertx.codetrans.expression.ClassModel.onNew:(Ljava/util/List;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        end local 4 // java.util.List arguments
        end local 3 // io.vertx.codetrans.expression.ClassModel identifier
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.NewClassTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/codetrans/ModelBuilder;
            0    4     1        node  Lcom/sun/source/tree/NewClassTree;
            0    4     2     context  Lio/vertx/codetrans/VisitContext;
            1    4     3  identifier  Lio/vertx/codetrans/expression/ClassModel;
            2    4     4   arguments  Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.CodeModel visitThrow(com.sun.source.tree.ThrowTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/ThrowTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.ThrowTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 469
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ThrowTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            checkcast io.vertx.codetrans.expression.ThrowableModel
            astore 3 /* throwableExpression */
        start local 3 // io.vertx.codetrans.expression.ThrowableModel throwableExpression
         1: .line 470
            aload 3 /* throwableExpression */
            invokedynamic accept(Lio/vertx/codetrans/expression/ThrowableModel;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/ModelBuilder.lambda$8(Lio/vertx/codetrans/expression/ThrowableModel;Lio/vertx/codetrans/CodeWriter;)V (6)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokestatic io.vertx.codetrans.statement.StatementModel.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
        end local 3 // io.vertx.codetrans.expression.ThrowableModel throwableExpression
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.ThrowTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/vertx/codetrans/ModelBuilder;
            0    2     1                 node  Lcom/sun/source/tree/ThrowTree;
            0    2     2              context  Lio/vertx/codetrans/VisitContext;
            1    2     3  throwableExpression  Lio/vertx/codetrans/expression/ThrowableModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.CodeModel visitParenthesized(com.sun.source.tree.ParenthesizedTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/ParenthesizedTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.ParenthesizedTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 477
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.ParenthesizedTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 3 /* expression */
        start local 3 // io.vertx.codetrans.expression.ExpressionModel expression
         1: .line 478
            new io.vertx.codetrans.expression.ParenthesizedModel
            dup
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 3 /* expression */
            invokespecial io.vertx.codetrans.expression.ParenthesizedModel.<init>:(Lio/vertx/codetrans/CodeBuilder;Lio/vertx/codetrans/expression/ExpressionModel;)V
            areturn
        end local 3 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.ParenthesizedTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codetrans/ModelBuilder;
            0    2     1        node  Lcom/sun/source/tree/ParenthesizedTree;
            0    2     2     context  Lio/vertx/codetrans/VisitContext;
            1    2     3  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.expression.ExpressionModel visitMemberSelect(com.sun.source.tree.MemberSelectTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/MemberSelectTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.MemberSelectTree node
        start local 2 // io.vertx.codetrans.VisitContext p
         0: .line 483
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MemberSelectTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* p */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 3 /* expression */
        start local 3 // io.vertx.codetrans.expression.ExpressionModel expression
         1: .line 484
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 1 /* node */
            checkcast com.sun.tools.javac.tree.JCTree
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 4 /* fieldType */
        start local 4 // io.vertx.codegen.type.TypeInfo fieldType
         2: .line 485
            aload 3 /* expression */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MemberSelectTree.getIdentifier:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.onField:(Ljava/lang/String;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 5 /* fieldExpression */
        start local 5 // io.vertx.codetrans.expression.ExpressionModel fieldExpression
         3: .line 486
            aload 5 /* fieldExpression */
            aload 4 /* fieldType */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.as:(Lio/vertx/codegen/type/TypeInfo;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        end local 5 // io.vertx.codetrans.expression.ExpressionModel fieldExpression
        end local 4 // io.vertx.codegen.type.TypeInfo fieldType
        end local 3 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 2 // io.vertx.codetrans.VisitContext p
        end local 1 // com.sun.source.tree.MemberSelectTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/codetrans/ModelBuilder;
            0    4     1             node  Lcom/sun/source/tree/MemberSelectTree;
            0    4     2                p  Lio/vertx/codetrans/VisitContext;
            1    4     3       expression  Lio/vertx/codetrans/expression/ExpressionModel;
            2    4     4        fieldType  Lio/vertx/codegen/type/TypeInfo;
            3    4     5  fieldExpression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
      Name  Flags
      node  
      p     

  public io.vertx.codetrans.CodeModel visitMemberReference(com.sun.source.tree.MemberReferenceTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/MemberReferenceTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.MemberReferenceTree node
        start local 2 // io.vertx.codetrans.VisitContext p
         0: .line 491
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MemberReferenceTree.getMode:()Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            getstatic com.sun.source.tree.MemberReferenceTree$ReferenceMode.INVOKE:Lcom/sun/source/tree/MemberReferenceTree$ReferenceMode;
            if_acmpne 9
         1: .line 492
            aload 1 /* node */
            checkcast com.sun.tools.javac.tree.JCTree$JCMemberReference
            astore 3 /* refTree */
        start local 3 // com.sun.tools.javac.tree.JCTree$JCMemberReference refTree
         2: .line 493
            aload 3 /* refTree */
            getfield com.sun.tools.javac.tree.JCTree$JCMemberReference.sym:Lcom/sun/tools/javac/code/Symbol;
            checkcast javax.lang.model.element.ExecutableElement
            astore 4 /* method */
        start local 4 // javax.lang.model.element.ExecutableElement method
         3: .line 494
            aload 0 /* this */
            aload 4 /* method */
            iconst_0
            invokevirtual io.vertx.codetrans.ModelBuilder.createMethodSignature:(Ljavax/lang/model/element/ExecutableElement;Z)Lio/vertx/codetrans/MethodSignature;
            astore 5 /* signature */
        start local 5 // io.vertx.codetrans.MethodSignature signature
         4: .line 495
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MemberReferenceTree.getQualifierExpression:()Lcom/sun/source/tree/ExpressionTree;
            aload 2 /* p */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 6 /* expression */
        start local 6 // io.vertx.codetrans.expression.ExpressionModel expression
         5: .line 496
            aload 6 /* expression */
            instanceof io.vertx.codetrans.expression.ThisModel
            ifeq 7
         6: .line 497
            aload 2 /* p */
            invokevirtual io.vertx.codetrans.VisitContext.getReferencedMethods:()Ljava/util/Set;
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MemberReferenceTree.getName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         7: .line 499
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MemberReferenceTree io.vertx.codetrans.VisitContext com.sun.tools.javac.tree.JCTree$JCMemberReference javax.lang.model.element.ExecutableElement io.vertx.codetrans.MethodSignature io.vertx.codetrans.expression.ExpressionModel
      StackMap stack:
            aload 6 /* expression */
            aload 5 /* signature */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.onMethodReference:(Lio/vertx/codetrans/MethodSignature;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 7 /* methodReferenceExpression */
        start local 7 // io.vertx.codetrans.expression.ExpressionModel methodReferenceExpression
         8: .line 500
            aload 7 /* methodReferenceExpression */
            areturn
        end local 7 // io.vertx.codetrans.expression.ExpressionModel methodReferenceExpression
        end local 6 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 5 // io.vertx.codetrans.MethodSignature signature
        end local 4 // javax.lang.model.element.ExecutableElement method
        end local 3 // com.sun.tools.javac.tree.JCTree$JCMemberReference refTree
         9: .line 502
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MemberReferenceTree io.vertx.codetrans.VisitContext
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "New reference not implemented yet"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // io.vertx.codetrans.VisitContext p
        end local 1 // com.sun.source.tree.MemberReferenceTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   10     0                       this  Lio/vertx/codetrans/ModelBuilder;
            0   10     1                       node  Lcom/sun/source/tree/MemberReferenceTree;
            0   10     2                          p  Lio/vertx/codetrans/VisitContext;
            2    9     3                    refTree  Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;
            3    9     4                     method  Ljavax/lang/model/element/ExecutableElement;
            4    9     5                  signature  Lio/vertx/codetrans/MethodSignature;
            5    9     6                 expression  Lio/vertx/codetrans/expression/ExpressionModel;
            8    9     7  methodReferenceExpression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
      Name  Flags
      node  
      p     

  public io.vertx.codetrans.expression.ExpressionModel visitMethodInvocation(com.sun.source.tree.MethodInvocationTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/MethodInvocationTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=17, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.MethodInvocationTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 509
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.trees:Lcom/sun/source/util/Trees;
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.trees:Lcom/sun/source/util/Trees;
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.path:Lcom/sun/source/util/TreePath;
            invokevirtual com.sun.source.util.TreePath.getCompilationUnit:()Lcom/sun/source/tree/CompilationUnitTree;
            aload 1 /* node */
            invokevirtual com.sun.source.util.Trees.getPath:(Lcom/sun/source/tree/CompilationUnitTree;Lcom/sun/source/tree/Tree;)Lcom/sun/source/util/TreePath;
            invokevirtual com.sun.source.util.Trees.getElement:(Lcom/sun/source/util/TreePath;)Ljavax/lang/model/element/Element;
            checkcast javax.lang.model.element.ExecutableElement
            astore 3 /* exec */
        start local 3 // javax.lang.model.element.ExecutableElement exec
         1: .line 510
            aload 3 /* exec */
            invokeinterface javax.lang.model.element.ExecutableElement.isVarArgs:()Z
            istore 4 /* varargs */
        start local 4 // boolean varargs
         2: .line 513
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* argTypes */
        start local 5 // java.util.List argTypes
         3: .line 514
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 6 /* argsTypeMirror */
        start local 6 // java.util.List argsTypeMirror
         4: .line 515
            aload 1 /* node */
            checkcast com.sun.tools.javac.tree.JCTree$JCMethodInvocation
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodInvocation.getArguments:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 11
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MethodInvocationTree io.vertx.codetrans.VisitContext javax.lang.model.element.ExecutableElement int java.util.List java.util.List top java.util.Iterator
      StackMap stack:
         5: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 7 /* argExpr */
        start local 7 // com.sun.tools.javac.tree.JCTree$JCExpression argExpr
         6: .line 516
            aconst_null
            astore 9 /* argType */
        start local 9 // io.vertx.codegen.type.TypeInfo argType
         7: .line 517
            aload 6 /* argsTypeMirror */
            aload 7 /* argExpr */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 518
            aload 7 /* argExpr */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getKind:()Ljavax/lang/model/type/TypeKind;
            getstatic javax.lang.model.type.TypeKind.NULL:Ljavax/lang/model/type/TypeKind;
            if_acmpeq 10
         9: .line 519
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 7 /* argExpr */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 9 /* argType */
        10: .line 521
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MethodInvocationTree io.vertx.codetrans.VisitContext javax.lang.model.element.ExecutableElement int java.util.List java.util.List com.sun.tools.javac.tree.JCTree$JCExpression java.util.Iterator io.vertx.codegen.type.TypeInfo
      StackMap stack:
            aload 5 /* argTypes */
            aload 9 /* argType */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // io.vertx.codegen.type.TypeInfo argType
        end local 7 // com.sun.tools.javac.tree.JCTree$JCExpression argExpr
        11: .line 515
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MethodInvocationTree io.vertx.codetrans.VisitContext javax.lang.model.element.ExecutableElement int java.util.List java.util.List top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        12: .line 525
            aload 0 /* this */
            aload 1 /* node */
            aload 6 /* argsTypeMirror */
            invokevirtual io.vertx.codetrans.ModelBuilder.resolveTypeArgs:(Lcom/sun/source/tree/MethodInvocationTree;Ljava/util/List;)Ljava/util/List;
            astore 7 /* typeArgs */
        start local 7 // java.util.List typeArgs
        13: .line 528
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MethodInvocationTree.getArguments:()Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            aload 2 /* context */
            invokedynamic apply(Lio/vertx/codetrans/ModelBuilder;Lio/vertx/codetrans/VisitContext;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/codetrans/ModelBuilder.lambda$9(Lio/vertx/codetrans/VisitContext;Lcom/sun/source/tree/ExpressionTree;)Lio/vertx/codetrans/expression/ExpressionModel; (7)
                  (Lcom/sun/source/tree/ExpressionTree;)Lio/vertx/codetrans/expression/ExpressionModel;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            astore 8 /* argumentModels */
        start local 8 // java.util.List argumentModels
        14: .line 529
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 1 /* node */
            checkcast com.sun.tools.javac.tree.JCTree
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 9 /* returnType */
        start local 9 // io.vertx.codegen.type.TypeInfo returnType
        15: .line 537
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MethodInvocationTree.getMethodSelect:()Lcom/sun/source/tree/ExpressionTree;
            instanceof com.sun.source.tree.IdentifierTree
            ifeq 22
        16: .line 538
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MethodInvocationTree.getMethodSelect:()Lcom/sun/source/tree/ExpressionTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCIdent
            astore 14 /* def */
        start local 14 // com.sun.tools.javac.tree.JCTree$JCIdent def
        17: .line 539
            aload 14 /* def */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCIdent.getName:()Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.util.Name.toString:()Ljava/lang/String;
            astore 12 /* name */
        start local 12 // java.lang.String name
        18: .line 540
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            invokeinterface io.vertx.codetrans.CodeBuilder.thisModel:()Lio/vertx/codetrans/expression/ExpressionModel;
            astore 11 /* memberSelectExpression */
        start local 11 // io.vertx.codetrans.expression.ExpressionModel memberSelectExpression
        19: .line 541
            aload 14 /* def */
            getfield com.sun.tools.javac.tree.JCTree$JCIdent.sym:Lcom/sun/tools/javac/code/Symbol;
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            astore 10 /* sym */
        start local 10 // com.sun.tools.javac.code.Symbol$MethodSymbol sym
        20: .line 542
            iconst_1
            istore 13 /* addToRefedMethods */
        end local 14 // com.sun.tools.javac.tree.JCTree$JCIdent def
        start local 13 // boolean addToRefedMethods
        21: .line 543
            goto 27
        end local 13 // boolean addToRefedMethods
        end local 12 // java.lang.String name
        end local 11 // io.vertx.codetrans.expression.ExpressionModel memberSelectExpression
        end local 10 // com.sun.tools.javac.code.Symbol$MethodSymbol sym
        22: .line 545
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MethodInvocationTree io.vertx.codetrans.VisitContext javax.lang.model.element.ExecutableElement int java.util.List java.util.List java.util.List java.util.List io.vertx.codegen.type.TypeInfo
      StackMap stack:
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MethodInvocationTree.getMethodSelect:()Lcom/sun/source/tree/ExpressionTree;
            checkcast com.sun.tools.javac.tree.JCTree$JCFieldAccess
            astore 14 /* memberSelect */
        start local 14 // com.sun.tools.javac.tree.JCTree$JCFieldAccess memberSelect
        23: .line 546
            aload 0 /* this */
            aload 14 /* memberSelect */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCFieldAccess.getExpression:()Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 11 /* memberSelectExpression */
        start local 11 // io.vertx.codetrans.expression.ExpressionModel memberSelectExpression
        24: .line 547
            aload 14 /* memberSelect */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCFieldAccess.getIdentifier:()Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.util.Name.toString:()Ljava/lang/String;
            astore 12 /* name */
        start local 12 // java.lang.String name
        25: .line 548
            aload 14 /* memberSelect */
            getfield com.sun.tools.javac.tree.JCTree$JCFieldAccess.sym:Lcom/sun/tools/javac/code/Symbol;
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            astore 10 /* sym */
        start local 10 // com.sun.tools.javac.code.Symbol$MethodSymbol sym
        26: .line 549
            iconst_0
            istore 13 /* addToRefedMethods */
        end local 14 // com.sun.tools.javac.tree.JCTree$JCFieldAccess memberSelect
        start local 13 // boolean addToRefedMethods
        27: .line 553
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MethodInvocationTree io.vertx.codetrans.VisitContext javax.lang.model.element.ExecutableElement int java.util.List java.util.List java.util.List java.util.List io.vertx.codegen.type.TypeInfo com.sun.tools.javac.code.Symbol$MethodSymbol io.vertx.codetrans.expression.ExpressionModel java.lang.String int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 10 /* sym */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 14 /* type */
        start local 14 // io.vertx.codegen.type.TypeInfo type
        28: .line 554
            aload 0 /* this */
            aload 10 /* sym */
            iload 4 /* varargs */
            invokevirtual io.vertx.codetrans.ModelBuilder.createMethodSignature:(Ljavax/lang/model/element/ExecutableElement;Z)Lio/vertx/codetrans/MethodSignature;
            astore 15 /* signature */
        start local 15 // io.vertx.codetrans.MethodSignature signature
        29: .line 555
            iload 13 /* addToRefedMethods */
            ifeq 31
        30: .line 556
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.VisitContext.getReferencedMethods:()Ljava/util/Set;
            aload 12 /* name */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        31: .line 559
      StackMap locals: io.vertx.codegen.type.TypeInfo io.vertx.codetrans.MethodSignature
      StackMap stack:
            aload 11 /* memberSelectExpression */
            aload 14 /* type */
            aload 15 /* signature */
            aload 9 /* returnType */
            aload 7 /* typeArgs */
            aload 8 /* argumentModels */
            aload 5 /* argTypes */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.onMethodInvocation:(Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codetrans/MethodSignature;Lio/vertx/codegen/type/TypeInfo;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 16 /* expression */
        start local 16 // io.vertx.codetrans.expression.ExpressionModel expression
        32: .line 560
            aload 16 /* expression */
            aload 9 /* returnType */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.as:(Lio/vertx/codegen/type/TypeInfo;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        end local 16 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 15 // io.vertx.codetrans.MethodSignature signature
        end local 14 // io.vertx.codegen.type.TypeInfo type
        end local 13 // boolean addToRefedMethods
        end local 12 // java.lang.String name
        end local 11 // io.vertx.codetrans.expression.ExpressionModel memberSelectExpression
        end local 10 // com.sun.tools.javac.code.Symbol$MethodSymbol sym
        end local 9 // io.vertx.codegen.type.TypeInfo returnType
        end local 8 // java.util.List argumentModels
        end local 7 // java.util.List typeArgs
        end local 6 // java.util.List argsTypeMirror
        end local 5 // java.util.List argTypes
        end local 4 // boolean varargs
        end local 3 // javax.lang.model.element.ExecutableElement exec
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.MethodInvocationTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   33     0                    this  Lio/vertx/codetrans/ModelBuilder;
            0   33     1                    node  Lcom/sun/source/tree/MethodInvocationTree;
            0   33     2                 context  Lio/vertx/codetrans/VisitContext;
            1   33     3                    exec  Ljavax/lang/model/element/ExecutableElement;
            2   33     4                 varargs  Z
            3   33     5                argTypes  Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;
            4   33     6          argsTypeMirror  Ljava/util/List<Ljavax/lang/model/type/TypeMirror;>;
            6   11     7                 argExpr  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            7   11     9                 argType  Lio/vertx/codegen/type/TypeInfo;
           13   33     7                typeArgs  Ljava/util/List<Lio/vertx/codetrans/TypeArg;>;
           14   33     8          argumentModels  Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;
           15   33     9              returnType  Lio/vertx/codegen/type/TypeInfo;
           20   22    10                     sym  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
           26   33    10                     sym  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
           19   22    11  memberSelectExpression  Lio/vertx/codetrans/expression/ExpressionModel;
           24   33    11  memberSelectExpression  Lio/vertx/codetrans/expression/ExpressionModel;
           18   22    12                    name  Ljava/lang/String;
           25   33    12                    name  Ljava/lang/String;
           21   22    13       addToRefedMethods  Z
           27   33    13       addToRefedMethods  Z
           17   21    14                     def  Lcom/sun/tools/javac/tree/JCTree$JCIdent;
           23   27    14            memberSelect  Lcom/sun/tools/javac/tree/JCTree$JCFieldAccess;
           28   33    14                    type  Lio/vertx/codegen/type/TypeInfo;
           29   33    15               signature  Lio/vertx/codetrans/MethodSignature;
           32   33    16              expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  private java.util.List<io.vertx.codetrans.TypeArg> resolveTypeArgs(com.sun.source.tree.MethodInvocationTree, java.util.List<javax.lang.model.type.TypeMirror>);
    descriptor: (Lcom/sun/source/tree/MethodInvocationTree;Ljava/util/List;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=16, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.MethodInvocationTree node
        start local 2 // java.util.List argTypes
         0: .line 564
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.trees:Lcom/sun/source/util/Trees;
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.trees:Lcom/sun/source/util/Trees;
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.path:Lcom/sun/source/util/TreePath;
            invokevirtual com.sun.source.util.TreePath.getCompilationUnit:()Lcom/sun/source/tree/CompilationUnitTree;
            aload 1 /* node */
            invokevirtual com.sun.source.util.Trees.getPath:(Lcom/sun/source/tree/CompilationUnitTree;Lcom/sun/source/tree/Tree;)Lcom/sun/source/util/TreePath;
            invokevirtual com.sun.source.util.Trees.getElement:(Lcom/sun/source/util/TreePath;)Ljavax/lang/model/element/Element;
            checkcast javax.lang.model.element.ExecutableElement
            astore 3 /* exec */
        start local 3 // javax.lang.model.element.ExecutableElement exec
         1: .line 565
            aload 3 /* exec */
            invokeinterface javax.lang.model.element.ExecutableElement.asType:()Ljavax/lang/model/type/TypeMirror;
            checkcast javax.lang.model.type.ExecutableType
            astore 4 /* methodType */
        start local 4 // javax.lang.model.type.ExecutableType methodType
         2: .line 566
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* typeArgs */
        start local 5 // java.util.List typeArgs
         3: .line 567
            aload 1 /* node */
            checkcast com.sun.tools.javac.tree.JCTree$JCMethodInvocation
            invokevirtual com.sun.tools.javac.tree.JCTree$JCMethodInvocation.getTypeArguments:()Lcom/sun/tools/javac/util/List;
            astore 6 /* typeArgsExpr */
        start local 6 // java.util.List typeArgsExpr
         4: .line 568
            aload 3 /* exec */
            invokeinterface javax.lang.model.element.ExecutableElement.getTypeParameters:()Ljava/util/List;
            astore 7 /* typeParamElts */
        start local 7 // java.util.List typeParamElts
         5: .line 571
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         6: goto 32
         7: .line 572
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MethodInvocationTree java.util.List javax.lang.model.element.ExecutableElement javax.lang.model.type.ExecutableType java.util.List java.util.List java.util.List int
      StackMap stack:
            iload 8 /* i */
            aload 6 /* typeArgsExpr */
            invokeinterface java.util.List.size:()I
            if_icmpge 12
         8: .line 576
            aload 6 /* typeArgsExpr */
            iload 8 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCExpression
            astore 9 /* typeArgExpr */
        start local 9 // com.sun.tools.javac.tree.JCTree$JCExpression typeArgExpr
         9: .line 577
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 9 /* typeArgExpr */
            getfield com.sun.tools.javac.tree.JCTree$JCExpression.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 10 /* typeArg */
        start local 10 // io.vertx.codegen.type.TypeInfo typeArg
        10: .line 578
            aload 5 /* typeArgs */
            new io.vertx.codetrans.TypeArg
            dup
            aload 10 /* typeArg */
            iconst_0
            invokespecial io.vertx.codetrans.TypeArg.<init>:(Lio/vertx/codegen/type/TypeInfo;Z)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 10 // io.vertx.codegen.type.TypeInfo typeArg
        end local 9 // com.sun.tools.javac.tree.JCTree$JCExpression typeArgExpr
        11: .line 579
            goto 31
        12: .line 586
      StackMap locals:
      StackMap stack:
            aload 7 /* typeParamElts */
            iload 8 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javax.lang.model.element.TypeParameterElement
            astore 9 /* typeParameterElt */
        start local 9 // javax.lang.model.element.TypeParameterElement typeParameterElt
        13: .line 587
            aload 9 /* typeParameterElt */
            invokeinterface javax.lang.model.element.TypeParameterElement.asType:()Ljavax/lang/model/type/TypeMirror;
            checkcast javax.lang.model.type.TypeVariable
            astore 10 /* typeVar */
        start local 10 // javax.lang.model.type.TypeVariable typeVar
        14: .line 588
            aconst_null
            astore 11 /* resolved */
        start local 11 // javax.lang.model.type.TypeMirror resolved
        15: .line 591
            aload 4 /* methodType */
            invokeinterface javax.lang.model.type.ExecutableType.getParameterTypes:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 12 /* size */
        start local 12 // int size
        16: .line 592
            aload 3 /* exec */
            invokeinterface javax.lang.model.element.ExecutableElement.isVarArgs:()Z
            ifeq 18
        17: .line 593
            iinc 12 /* size */ -1
        18: .line 597
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MethodInvocationTree java.util.List javax.lang.model.element.ExecutableElement javax.lang.model.type.ExecutableType java.util.List java.util.List java.util.List int javax.lang.model.element.TypeParameterElement javax.lang.model.type.TypeVariable javax.lang.model.type.TypeMirror int
      StackMap stack:
            iconst_0
            istore 13 /* j */
        start local 13 // int j
        19: goto 26
        20: .line 598
      StackMap locals: int
      StackMap stack:
            aload 2 /* argTypes */
            iload 13 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javax.lang.model.type.TypeMirror
            astore 14 /* argType */
        start local 14 // javax.lang.model.type.TypeMirror argType
        21: .line 599
            aload 4 /* methodType */
            invokeinterface javax.lang.model.type.ExecutableType.getParameterTypes:()Ljava/util/List;
            iload 13 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javax.lang.model.type.TypeMirror
            astore 15 /* another */
        start local 15 // javax.lang.model.type.TypeMirror another
        22: .line 600
            aload 0 /* this */
            aload 10 /* typeVar */
            aload 15 /* another */
            aload 14 /* argType */
            invokevirtual io.vertx.codetrans.ModelBuilder.resolveTypeVariable:(Ljavax/lang/model/type/TypeVariable;Ljavax/lang/model/type/TypeMirror;Ljavax/lang/model/type/TypeMirror;)Ljavax/lang/model/type/TypeMirror;
            astore 11 /* resolved */
        23: .line 601
            aload 11 /* resolved */
            ifnull 25
        24: .line 603
            goto 27
        end local 15 // javax.lang.model.type.TypeMirror another
        end local 14 // javax.lang.model.type.TypeMirror argType
        25: .line 597
      StackMap locals:
      StackMap stack:
            iinc 13 /* j */ 1
      StackMap locals:
      StackMap stack:
        26: iload 13 /* j */
            iload 12 /* size */
            if_icmplt 20
        end local 13 // int j
        27: .line 606
      StackMap locals:
      StackMap stack:
            aload 11 /* resolved */
            ifnull 30
        28: .line 607
            aload 5 /* typeArgs */
            new io.vertx.codetrans.TypeArg
            dup
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 11 /* resolved */
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            iconst_1
            invokespecial io.vertx.codetrans.TypeArg.<init>:(Lio/vertx/codegen/type/TypeInfo;Z)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        29: .line 608
            goto 31
        30: .line 609
      StackMap locals:
      StackMap stack:
            aload 5 /* typeArgs */
            aconst_null
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 12 // int size
        end local 11 // javax.lang.model.type.TypeMirror resolved
        end local 10 // javax.lang.model.type.TypeVariable typeVar
        end local 9 // javax.lang.model.element.TypeParameterElement typeParameterElt
        31: .line 571
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MethodInvocationTree java.util.List javax.lang.model.element.ExecutableElement javax.lang.model.type.ExecutableType java.util.List java.util.List java.util.List int
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 8 /* i */
            aload 7 /* typeParamElts */
            invokeinterface java.util.List.size:()I
            if_icmplt 7
        end local 8 // int i
        33: .line 613
            aload 5 /* typeArgs */
            areturn
        end local 7 // java.util.List typeParamElts
        end local 6 // java.util.List typeArgsExpr
        end local 5 // java.util.List typeArgs
        end local 4 // javax.lang.model.type.ExecutableType methodType
        end local 3 // javax.lang.model.element.ExecutableElement exec
        end local 2 // java.util.List argTypes
        end local 1 // com.sun.source.tree.MethodInvocationTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   34     0              this  Lio/vertx/codetrans/ModelBuilder;
            0   34     1              node  Lcom/sun/source/tree/MethodInvocationTree;
            0   34     2          argTypes  Ljava/util/List<Ljavax/lang/model/type/TypeMirror;>;
            1   34     3              exec  Ljavax/lang/model/element/ExecutableElement;
            2   34     4        methodType  Ljavax/lang/model/type/ExecutableType;
            3   34     5          typeArgs  Ljava/util/List<Lio/vertx/codetrans/TypeArg;>;
            4   34     6      typeArgsExpr  Ljava/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
            5   34     7     typeParamElts  Ljava/util/List<+Ljavax/lang/model/element/TypeParameterElement;>;
            6   33     8                 i  I
            9   11     9       typeArgExpr  Lcom/sun/tools/javac/tree/JCTree$JCExpression;
           10   11    10           typeArg  Lio/vertx/codegen/type/TypeInfo;
           13   31     9  typeParameterElt  Ljavax/lang/model/element/TypeParameterElement;
           14   31    10           typeVar  Ljavax/lang/model/type/TypeVariable;
           15   31    11          resolved  Ljavax/lang/model/type/TypeMirror;
           16   31    12              size  I
           19   27    13                 j  I
           21   25    14           argType  Ljavax/lang/model/type/TypeMirror;
           22   25    15           another  Ljavax/lang/model/type/TypeMirror;
    Signature: (Lcom/sun/source/tree/MethodInvocationTree;Ljava/util/List<Ljavax/lang/model/type/TypeMirror;>;)Ljava/util/List<Lio/vertx/codetrans/TypeArg;>;
    MethodParameters:
          Name  Flags
      node      
      argTypes  

  private javax.lang.model.type.TypeMirror resolveTypeVariable(javax.lang.model.type.TypeVariable, javax.lang.model.type.TypeMirror, javax.lang.model.type.TypeMirror);
    descriptor: (Ljavax/lang/model/type/TypeVariable;Ljavax/lang/model/type/TypeMirror;Ljavax/lang/model/type/TypeMirror;)Ljavax/lang/model/type/TypeMirror;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // javax.lang.model.type.TypeVariable typeVar
        start local 2 // javax.lang.model.type.TypeMirror parameterType
        start local 3 // javax.lang.model.type.TypeMirror argumentType
         0: .line 628
            aload 1 /* typeVar */
            aload 2 /* parameterType */
            invokeinterface javax.lang.model.type.TypeVariable.equals:(Ljava/lang/Object;)Z
            ifeq 2
            aload 3 /* argumentType */
            invokeinterface javax.lang.model.type.TypeMirror.getKind:()Ljavax/lang/model/type/TypeKind;
            getstatic javax.lang.model.type.TypeKind.NULL:Ljavax/lang/model/type/TypeKind;
            if_acmpeq 2
         1: .line 629
            aload 3 /* argumentType */
            areturn
         2: .line 631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* typeVar */
            aload 2 /* parameterType */
            invokevirtual io.vertx.codetrans.ModelBuilder.resolveTypeParameterElement:(Ljavax/lang/model/type/TypeVariable;Ljavax/lang/model/type/TypeMirror;)Ljavax/lang/model/element/TypeParameterElement;
            astore 4 /* ttt */
        start local 4 // javax.lang.model.element.TypeParameterElement ttt
         3: .line 632
            aload 4 /* ttt */
            ifnull 7
            aload 3 /* argumentType */
            invokeinterface javax.lang.model.type.TypeMirror.getKind:()Ljavax/lang/model/type/TypeKind;
            getstatic javax.lang.model.type.TypeKind.DECLARED:Ljavax/lang/model/type/TypeKind;
            if_acmpne 7
         4: .line 633
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.typeUtils:Ljavax/lang/model/util/Types;
            aload 3 /* argumentType */
            checkcast javax.lang.model.type.DeclaredType
            aload 4 /* ttt */
            invokestatic io.vertx.codegen.Helper.resolveTypeParameter:(Ljavax/lang/model/util/Types;Ljavax/lang/model/type/DeclaredType;Ljavax/lang/model/element/TypeParameterElement;)Ljavax/lang/model/type/TypeMirror;
            astore 5 /* resolved */
        start local 5 // javax.lang.model.type.TypeMirror resolved
         5: .line 634
            aload 5 /* resolved */
            ifnull 7
         6: .line 635
            aload 5 /* resolved */
            areturn
        end local 5 // javax.lang.model.type.TypeMirror resolved
        end local 4 // javax.lang.model.element.TypeParameterElement ttt
         7: .line 639
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // javax.lang.model.type.TypeMirror argumentType
        end local 2 // javax.lang.model.type.TypeMirror parameterType
        end local 1 // javax.lang.model.type.TypeVariable typeVar
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lio/vertx/codetrans/ModelBuilder;
            0    8     1        typeVar  Ljavax/lang/model/type/TypeVariable;
            0    8     2  parameterType  Ljavax/lang/model/type/TypeMirror;
            0    8     3   argumentType  Ljavax/lang/model/type/TypeMirror;
            3    7     4            ttt  Ljavax/lang/model/element/TypeParameterElement;
            5    7     5       resolved  Ljavax/lang/model/type/TypeMirror;
    MethodParameters:
               Name  Flags
      typeVar        
      parameterType  
      argumentType   

  private javax.lang.model.element.TypeParameterElement resolveTypeParameterElement(javax.lang.model.type.TypeVariable, javax.lang.model.type.TypeMirror);
    descriptor: (Ljavax/lang/model/type/TypeVariable;Ljavax/lang/model/type/TypeMirror;)Ljavax/lang/model/element/TypeParameterElement;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // javax.lang.model.type.TypeVariable typeVar
        start local 2 // javax.lang.model.type.TypeMirror type
         0: .line 649
            aload 2 /* type */
            invokeinterface javax.lang.model.type.TypeMirror.getKind:()Ljavax/lang/model/type/TypeKind;
            getstatic javax.lang.model.type.TypeKind.DECLARED:Ljavax/lang/model/type/TypeKind;
            if_acmpne 16
         1: .line 650
            aload 2 /* type */
            checkcast javax.lang.model.type.DeclaredType
            astore 3 /* dt */
        start local 3 // javax.lang.model.type.DeclaredType dt
         2: .line 651
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 8
         4: .line 652
      StackMap locals: javax.lang.model.type.DeclaredType int
      StackMap stack:
            aload 1 /* typeVar */
            aload 3 /* dt */
            invokeinterface javax.lang.model.type.DeclaredType.getTypeArguments:()Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokeinterface javax.lang.model.type.TypeVariable.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 653
            aload 3 /* dt */
            invokeinterface javax.lang.model.type.DeclaredType.asElement:()Ljavax/lang/model/element/Element;
            checkcast javax.lang.model.element.TypeElement
            astore 5 /* te */
        start local 5 // javax.lang.model.element.TypeElement te
         6: .line 654
            aload 5 /* te */
            invokeinterface javax.lang.model.element.TypeElement.getTypeParameters:()Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javax.lang.model.element.TypeParameterElement
            areturn
        end local 5 // javax.lang.model.element.TypeElement te
         7: .line 651
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            aload 3 /* dt */
            invokeinterface javax.lang.model.type.DeclaredType.getTypeArguments:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 4
        end local 4 // int i
         9: .line 657
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        10: goto 15
        11: .line 658
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* typeVar */
            aload 3 /* dt */
            invokeinterface javax.lang.model.type.DeclaredType.getTypeArguments:()Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javax.lang.model.type.TypeMirror
            invokevirtual io.vertx.codetrans.ModelBuilder.resolveTypeParameterElement:(Ljavax/lang/model/type/TypeVariable;Ljavax/lang/model/type/TypeMirror;)Ljavax/lang/model/element/TypeParameterElement;
            astore 5 /* te */
        start local 5 // javax.lang.model.element.TypeParameterElement te
        12: .line 659
            aload 5 /* te */
            ifnull 14
        13: .line 660
            aload 5 /* te */
            areturn
        end local 5 // javax.lang.model.element.TypeParameterElement te
        14: .line 657
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 4 /* i */
            aload 3 /* dt */
            invokeinterface javax.lang.model.type.DeclaredType.getTypeArguments:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 11
        end local 4 // int i
        end local 3 // javax.lang.model.type.DeclaredType dt
        16: .line 664
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // javax.lang.model.type.TypeMirror type
        end local 1 // javax.lang.model.type.TypeVariable typeVar
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lio/vertx/codetrans/ModelBuilder;
            0   17     1  typeVar  Ljavax/lang/model/type/TypeVariable;
            0   17     2     type  Ljavax/lang/model/type/TypeMirror;
            2   16     3       dt  Ljavax/lang/model/type/DeclaredType;
            3    9     4        i  I
            6    7     5       te  Ljavax/lang/model/element/TypeElement;
           10   16     4        i  I
           12   14     5       te  Ljavax/lang/model/element/TypeParameterElement;
    MethodParameters:
         Name  Flags
      typeVar  
      type     

  private io.vertx.codetrans.MethodSignature createMethodSignature(javax.lang.model.element.ExecutableElement, boolean);
    descriptor: (Ljavax/lang/model/element/ExecutableElement;Z)Lio/vertx/codetrans/MethodSignature;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=8, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // javax.lang.model.element.ExecutableElement sym
        start local 2 // boolean varargs
         0: .line 668
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.typeUtils:Ljavax/lang/model/util/Types;
            aload 1 /* sym */
            invokeinterface javax.lang.model.element.ExecutableElement.getEnclosingElement:()Ljavax/lang/model/element/Element;
            invokeinterface javax.lang.model.element.Element.asType:()Ljavax/lang/model/type/TypeMirror;
            checkcast javax.lang.model.type.DeclaredType
            aload 1 /* sym */
            invokeinterface javax.lang.model.util.Types.asMemberOf:(Ljavax/lang/model/type/DeclaredType;Ljavax/lang/model/element/Element;)Ljavax/lang/model/type/TypeMirror;
            checkcast javax.lang.model.type.ExecutableType
            astore 3 /* methodType */
        start local 3 // javax.lang.model.type.ExecutableType methodType
         1: .line 671
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* parameterTypes */
        start local 4 // java.util.List parameterTypes
         2: .line 672
            aload 3 /* methodType */
            invokeinterface javax.lang.model.type.ExecutableType.getParameterTypes:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* it */
        start local 5 // java.util.Iterator it
         3: goto 10
         4: .line 673
      StackMap locals: javax.lang.model.type.ExecutableType java.util.List java.util.Iterator
      StackMap stack:
            aload 5 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.lang.model.type.TypeMirror
            astore 6 /* type */
        start local 6 // javax.lang.model.type.TypeMirror type
         5: .line 674
            aload 5 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
            iload 2 /* varargs */
            ifeq 8
         6: .line 675
            aload 6 /* type */
            checkcast javax.lang.model.type.ArrayType
            astore 7 /* arrayType */
        start local 7 // javax.lang.model.type.ArrayType arrayType
         7: .line 676
            aload 7 /* arrayType */
            invokeinterface javax.lang.model.type.ArrayType.getComponentType:()Ljavax/lang/model/type/TypeMirror;
            astore 6 /* type */
        end local 7 // javax.lang.model.type.ArrayType arrayType
         8: .line 678
      StackMap locals: javax.lang.model.type.TypeMirror
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 6 /* type */
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 7 /* parameterType */
        start local 7 // io.vertx.codegen.type.TypeInfo parameterType
         9: .line 679
            aload 4 /* parameterTypes */
            aload 7 /* parameterType */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // io.vertx.codegen.type.TypeInfo parameterType
        end local 6 // javax.lang.model.type.TypeMirror type
        10: .line 672
      StackMap locals:
      StackMap stack:
            aload 5 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 5 // java.util.Iterator it
        11: .line 682
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 3 /* methodType */
            invokeinterface javax.lang.model.type.ExecutableType.getReturnType:()Ljavax/lang/model/type/TypeMirror;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 5 /* returnType */
        start local 5 // io.vertx.codegen.type.TypeInfo returnType
        12: .line 683
            new io.vertx.codetrans.MethodSignature
            dup
            aload 1 /* sym */
            invokeinterface javax.lang.model.element.ExecutableElement.getSimpleName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            aload 4 /* parameterTypes */
            iload 2 /* varargs */
            aload 5 /* returnType */
            invokespecial io.vertx.codetrans.MethodSignature.<init>:(Ljava/lang/String;Ljava/util/List;ZLio/vertx/codegen/type/TypeInfo;)V
            areturn
        end local 5 // io.vertx.codegen.type.TypeInfo returnType
        end local 4 // java.util.List parameterTypes
        end local 3 // javax.lang.model.type.ExecutableType methodType
        end local 2 // boolean varargs
        end local 1 // javax.lang.model.element.ExecutableElement sym
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lio/vertx/codetrans/ModelBuilder;
            0   13     1             sym  Ljavax/lang/model/element/ExecutableElement;
            0   13     2         varargs  Z
            1   13     3      methodType  Ljavax/lang/model/type/ExecutableType;
            2   13     4  parameterTypes  Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;
            3   11     5              it  Ljava/util/Iterator<+Ljavax/lang/model/type/TypeMirror;>;
            5   10     6            type  Ljavax/lang/model/type/TypeMirror;
            7    8     7       arrayType  Ljavax/lang/model/type/ArrayType;
            9   10     7   parameterType  Lio/vertx/codegen/type/TypeInfo;
           12   13     5      returnType  Lio/vertx/codegen/type/TypeInfo;
    MethodParameters:
         Name  Flags
      sym      
      varargs  

  public io.vertx.codetrans.statement.StatementModel visitBlock(com.sun.source.tree.BlockTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/BlockTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=20, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.BlockTree node
        start local 2 // io.vertx.codetrans.VisitContext p
         0: .line 689
            aload 1 /* node */
            invokeinterface com.sun.source.tree.BlockTree.getStatements:()Ljava/util/List;
            astore 3 /* statements */
        start local 3 // java.util.List statements
         1: .line 690
            aload 3 /* statements */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            aload 2 /* p */
            invokedynamic apply(Lio/vertx/codetrans/ModelBuilder;Lio/vertx/codetrans/VisitContext;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/codetrans/ModelBuilder.lambda$10(Lio/vertx/codetrans/VisitContext;Lcom/sun/source/tree/StatementTree;)Lio/vertx/codetrans/statement/StatementModel; (7)
                  (Lcom/sun/source/tree/StatementTree;)Lio/vertx/codetrans/statement/StatementModel;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            astore 4 /* models */
        start local 4 // java.util.List models
         2: .line 691
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            astore 5 /* fragments */
        start local 5 // java.util.LinkedList fragments
         3: .line 694
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.path:Lcom/sun/source/util/TreePath;
            invokevirtual com.sun.source.util.TreePath.getCompilationUnit:()Lcom/sun/source/tree/CompilationUnitTree;
            astore 6 /* unit */
        start local 6 // com.sun.source.tree.CompilationUnitTree unit
         4: .line 695
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 7 /* buffer */
        start local 7 // java.lang.StringBuilder buffer
         5: .line 696
            aconst_null
            astore 8
            aconst_null
            astore 9
         6: aload 6 /* unit */
            invokeinterface com.sun.source.tree.CompilationUnitTree.getSourceFile:()Ljavax/tools/JavaFileObject;
            iconst_1
            invokeinterface javax.tools.JavaFileObject.openReader:(Z)Ljava/io/Reader;
            astore 10 /* reader */
        start local 10 // java.io.Reader reader
         7: .line 697
            sipush 256
            newarray 5
            astore 11 /* tmp */
        start local 11 // char[] tmp
         8: .line 699
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.BlockTree io.vertx.codetrans.VisitContext java.util.List java.util.List java.util.LinkedList com.sun.source.tree.CompilationUnitTree java.lang.StringBuilder java.lang.Throwable java.lang.Throwable java.io.Reader char[]
      StackMap stack:
            aload 10 /* reader */
            aload 11 /* tmp */
            invokevirtual java.io.Reader.read:([C)I
            istore 12 /* len */
        start local 12 // int len
         9: .line 700
            iload 12 /* len */
            iconst_m1
            if_icmpne 11
        10: .line 701
            goto 13
        11: .line 703
      StackMap locals: int
      StackMap stack:
            aload 7 /* buffer */
            aload 11 /* tmp */
            iconst_0
            iload 12 /* len */
            invokevirtual java.lang.StringBuilder.append:([CII)Ljava/lang/StringBuilder;
            pop
        end local 12 // int len
        12: .line 698
            goto 8
        13: .line 705
      StackMap locals:
      StackMap stack:
            aload 7 /* buffer */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 12 /* source */
        start local 12 // java.lang.String source
        14: .line 707
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.trees:Lcom/sun/source/util/Trees;
            invokevirtual com.sun.source.util.Trees.getSourcePositions:()Lcom/sun/source/util/SourcePositions;
            aload 6 /* unit */
            aload 1 /* node */
            invokeinterface com.sun.source.util.SourcePositions.getStartPosition:(Lcom/sun/source/tree/CompilationUnitTree;Lcom/sun/source/tree/Tree;)J
            l2i
            istore 13 /* blockBegin */
        start local 13 // int blockBegin
        15: .line 708
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.trees:Lcom/sun/source/util/Trees;
            invokevirtual com.sun.source.util.Trees.getSourcePositions:()Lcom/sun/source/util/SourcePositions;
            aload 6 /* unit */
            aload 1 /* node */
            invokeinterface com.sun.source.util.SourcePositions.getEndPosition:(Lcom/sun/source/tree/CompilationUnitTree;Lcom/sun/source/tree/Tree;)J
            l2i
            iconst_1
            isub
            istore 14 /* blockEnd */
        start local 14 // int blockEnd
        16: .line 711
            goto 18
        17: .line 712
      StackMap locals: java.lang.String int int
      StackMap stack:
            iinc 13 /* blockBegin */ 1
        18: .line 711
      StackMap locals:
      StackMap stack:
            iload 13 /* blockBegin */
            iload 14 /* blockEnd */
            if_icmpge 21
            aload 12 /* source */
            iload 13 /* blockBegin */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 123
            if_icmpne 17
        19: .line 714
            goto 21
        20: .line 715
      StackMap locals:
      StackMap stack:
            iinc 13 /* blockBegin */ 1
        21: .line 714
      StackMap locals:
      StackMap stack:
            iload 13 /* blockBegin */
            iload 14 /* blockEnd */
            if_icmpge 24
            aload 12 /* source */
            iload 13 /* blockBegin */
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            bipush 10
            if_icmpne 20
        22: .line 717
            goto 24
        23: .line 718
      StackMap locals:
      StackMap stack:
            iinc 14 /* blockEnd */ -1
        24: .line 717
      StackMap locals:
      StackMap stack:
            iload 14 /* blockEnd */
            iload 13 /* blockBegin */
            if_icmplt 25
            aload 12 /* source */
            iload 14 /* blockEnd */
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            bipush 10
            if_icmpne 23
        25: .line 720
      StackMap locals:
      StackMap stack:
            iload 13 /* blockBegin */
            istore 15 /* prev */
        start local 15 // int prev
        26: .line 721
            aload 3 /* statements */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 17
            goto 38
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.BlockTree io.vertx.codetrans.VisitContext java.util.List java.util.List java.util.LinkedList com.sun.source.tree.CompilationUnitTree java.lang.StringBuilder java.lang.Throwable java.lang.Throwable java.io.Reader char[] java.lang.String int int int top java.util.Iterator
      StackMap stack:
        27: aload 17
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.source.tree.StatementTree
            astore 16 /* statement */
        start local 16 // com.sun.source.tree.StatementTree statement
        28: .line 722
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.trees:Lcom/sun/source/util/Trees;
            invokevirtual com.sun.source.util.Trees.getSourcePositions:()Lcom/sun/source/util/SourcePositions;
            aload 6 /* unit */
            aload 16 /* statement */
            invokeinterface com.sun.source.util.SourcePositions.getStartPosition:(Lcom/sun/source/tree/CompilationUnitTree;Lcom/sun/source/tree/Tree;)J
            l2i
            istore 18 /* statementBegin */
        start local 18 // int statementBegin
        29: .line 723
            goto 31
        30: .line 724
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.BlockTree io.vertx.codetrans.VisitContext java.util.List java.util.List java.util.LinkedList com.sun.source.tree.CompilationUnitTree java.lang.StringBuilder java.lang.Throwable java.lang.Throwable java.io.Reader char[] java.lang.String int int int com.sun.source.tree.StatementTree java.util.Iterator int
      StackMap stack:
            iinc 18 /* statementBegin */ -1
        31: .line 723
      StackMap locals:
      StackMap stack:
            iload 18 /* statementBegin */
            iload 15 /* prev */
            if_icmple 32
            aload 12 /* source */
            iload 18 /* statementBegin */
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            bipush 10
            if_icmpne 30
        32: .line 726
      StackMap locals:
      StackMap stack:
            aload 5 /* fragments */
            aload 12 /* source */
            iload 15 /* prev */
            iload 18 /* statementBegin */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.util.LinkedList.add:(Ljava/lang/Object;)Z
            pop
        33: .line 727
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.trees:Lcom/sun/source/util/Trees;
            invokevirtual com.sun.source.util.Trees.getSourcePositions:()Lcom/sun/source/util/SourcePositions;
            aload 6 /* unit */
            aload 16 /* statement */
            invokeinterface com.sun.source.util.SourcePositions.getEndPosition:(Lcom/sun/source/tree/CompilationUnitTree;Lcom/sun/source/tree/Tree;)J
            l2i
            istore 19 /* statementEnd */
        start local 19 // int statementEnd
        34: .line 728
            goto 36
        35: .line 729
      StackMap locals: int
      StackMap stack:
            iinc 19 /* statementEnd */ 1
        36: .line 728
      StackMap locals:
      StackMap stack:
            iload 19 /* statementEnd */
            iload 14 /* blockEnd */
            if_icmpge 37
            aload 12 /* source */
            iload 19 /* statementEnd */
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            bipush 10
            if_icmpne 35
        37: .line 731
      StackMap locals:
      StackMap stack:
            iload 19 /* statementEnd */
            istore 15 /* prev */
        end local 19 // int statementEnd
        end local 18 // int statementBegin
        end local 16 // com.sun.source.tree.StatementTree statement
        38: .line 721
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.BlockTree io.vertx.codetrans.VisitContext java.util.List java.util.List java.util.LinkedList com.sun.source.tree.CompilationUnitTree java.lang.StringBuilder java.lang.Throwable java.lang.Throwable java.io.Reader char[] java.lang.String int int int top java.util.Iterator
      StackMap stack:
            aload 17
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 27
        39: .line 734
            aload 5 /* fragments */
            aload 12 /* source */
            iload 15 /* prev */
            iload 14 /* blockEnd */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.util.LinkedList.add:(Ljava/lang/Object;)Z
            pop
        end local 15 // int prev
        end local 14 // int blockEnd
        end local 13 // int blockBegin
        end local 12 // java.lang.String source
        end local 11 // char[] tmp
        40: .line 735
            aload 10 /* reader */
            ifnull 48
            aload 10 /* reader */
            invokevirtual java.io.Reader.close:()V
            goto 48
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.BlockTree io.vertx.codetrans.VisitContext java.util.List java.util.List java.util.LinkedList com.sun.source.tree.CompilationUnitTree java.lang.StringBuilder java.lang.Throwable java.lang.Throwable java.io.Reader
      StackMap stack: java.lang.Throwable
        41: astore 8
            aload 10 /* reader */
            ifnull 42
            aload 10 /* reader */
            invokevirtual java.io.Reader.close:()V
        end local 10 // java.io.Reader reader
      StackMap locals:
      StackMap stack:
        42: aload 8
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        43: astore 9
            aload 8
            ifnonnull 44
            aload 9
            astore 8
            goto 45
      StackMap locals:
      StackMap stack:
        44: aload 8
            aload 9
            if_acmpeq 45
            aload 8
            aload 9
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        45: aload 8
            athrow
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.BlockTree io.vertx.codetrans.VisitContext java.util.List java.util.List java.util.LinkedList com.sun.source.tree.CompilationUnitTree java.lang.StringBuilder
      StackMap stack: java.io.IOException
        46: astore 8 /* e */
        start local 8 // java.io.IOException e
        47: .line 736
            aload 8 /* e */
            invokevirtual java.io.IOException.printStackTrace:()V
        end local 8 // java.io.IOException e
        48: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* models */
            aload 5 /* fragments */
            invokedynamic accept(Lio/vertx/codetrans/ModelBuilder;Ljava/util/List;Ljava/util/LinkedList;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/codetrans/ModelBuilder.lambda$11(Ljava/util/List;Ljava/util/LinkedList;Lio/vertx/codetrans/CodeWriter;)V (7)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokestatic io.vertx.codetrans.statement.StatementModel.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
        end local 7 // java.lang.StringBuilder buffer
        end local 6 // com.sun.source.tree.CompilationUnitTree unit
        end local 5 // java.util.LinkedList fragments
        end local 4 // java.util.List models
        end local 3 // java.util.List statements
        end local 2 // io.vertx.codetrans.VisitContext p
        end local 1 // com.sun.source.tree.BlockTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   49     0            this  Lio/vertx/codetrans/ModelBuilder;
            0   49     1            node  Lcom/sun/source/tree/BlockTree;
            0   49     2               p  Lio/vertx/codetrans/VisitContext;
            1   49     3      statements  Ljava/util/List<+Lcom/sun/source/tree/StatementTree;>;
            2   49     4          models  Ljava/util/List<Lio/vertx/codetrans/statement/StatementModel;>;
            3   49     5       fragments  Ljava/util/LinkedList<Ljava/lang/String;>;
            4   49     6            unit  Lcom/sun/source/tree/CompilationUnitTree;
            5   49     7          buffer  Ljava/lang/StringBuilder;
            7   42    10          reader  Ljava/io/Reader;
            8   40    11             tmp  [C
            9   12    12             len  I
           14   40    12          source  Ljava/lang/String;
           15   40    13      blockBegin  I
           16   40    14        blockEnd  I
           26   40    15            prev  I
           28   38    16       statement  Lcom/sun/source/tree/StatementTree;
           29   38    18  statementBegin  I
           34   38    19    statementEnd  I
           47   48     8               e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           7    40      41  any
           6    43      43  any
           5    46      46  Class java.io.IOException
    MethodParameters:
      Name  Flags
      node  
      p     

  public io.vertx.codetrans.expression.ExpressionModel visitLambdaExpression(com.sun.source.tree.LambdaExpressionTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/LambdaExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=22, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.LambdaExpressionTree node
        start local 2 // io.vertx.codetrans.VisitContext context
         0: .line 755
            aload 1 /* node */
            invokeinterface com.sun.source.tree.LambdaExpressionTree.getParameters:()Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/codetrans/ModelBuilder.lambda$12(Lcom/sun/source/tree/VariableTree;)Ljava/lang/String; (6)
                  (Lcom/sun/source/tree/VariableTree;)Ljava/lang/String;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            astore 3 /* parameterNames */
        start local 3 // java.util.List parameterNames
         1: .line 756
            aload 1 /* node */
            invokeinterface com.sun.source.tree.LambdaExpressionTree.getParameters:()Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
         2: .line 757
            aload 0 /* this */
            invokedynamic apply(Lio/vertx/codetrans/ModelBuilder;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/codetrans/ModelBuilder.lambda$13(Lcom/sun/source/tree/VariableTree;)Lio/vertx/codegen/type/TypeInfo; (7)
                  (Lcom/sun/source/tree/VariableTree;)Lio/vertx/codegen/type/TypeInfo;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         3: .line 758
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
         4: .line 756
            astore 4 /* parameterTypes */
        start local 4 // java.util.List parameterTypes
         5: .line 759
            aload 3 /* parameterNames */
            invokeinterface java.util.List.size:()I
            istore 5 /* size */
        start local 5 // int size
         6: .line 760
            aload 1 /* node */
            invokeinterface com.sun.source.tree.LambdaExpressionTree.getBody:()Lcom/sun/source/tree/Tree;
            astore 6 /* body */
        start local 6 // com.sun.source.tree.Tree body
         7: .line 761
            iload 5 /* size */
            ifle 43
         8: .line 762
            aload 1 /* node */
            invokeinterface com.sun.source.tree.LambdaExpressionTree.getParameters:()Ljava/util/List;
            iload 5 /* size */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            astore 7 /* last */
        start local 7 // com.sun.tools.javac.tree.JCTree$JCVariableDecl last
         9: .line 763
            aload 7 /* last */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.vartype:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
            instanceof com.sun.source.tree.ParameterizedTypeTree
            ifeq 43
        10: .line 764
            aload 7 /* last */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.getType:()Lcom/sun/tools/javac/tree/JCTree;
            checkcast com.sun.source.tree.ParameterizedTypeTree
            astore 8 /* typeApply */
        start local 8 // com.sun.source.tree.ParameterizedTypeTree typeApply
        11: .line 765
            aload 8 /* typeApply */
            invokeinterface com.sun.source.tree.ParameterizedTypeTree.getType:()Lcom/sun/source/tree/Tree;
            instanceof com.sun.source.tree.MemberSelectTree
            ifeq 43
        12: .line 766
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 7 /* last */
            invokevirtual com.sun.tools.javac.tree.JCTree$JCVariableDecl.getType:()Lcom/sun/tools/javac/tree/JCTree;
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 9 /* type */
        start local 9 // io.vertx.codegen.type.TypeInfo type
        13: .line 767
            aload 9 /* type */
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.ASYNC_RESULT:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 43
        14: .line 768
            aload 7 /* last */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.util.Name.toString:()Ljava/lang/String;
            astore 10 /* identifier */
        start local 10 // java.lang.String identifier
        15: .line 769
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 10 /* identifier */
            aload 9 /* type */
            checkcast io.vertx.codegen.type.ParameterizedTypeInfo
            invokevirtual io.vertx.codegen.type.ParameterizedTypeInfo.getArgs:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codegen.type.TypeInfo
            invokeinterface io.vertx.codetrans.CodeBuilder.asyncResult:(Ljava/lang/String;Lio/vertx/codegen/type/TypeInfo;)Lio/vertx/codetrans/expression/ExpressionModel;
            astore 11 /* result */
        start local 11 // io.vertx.codetrans.expression.ExpressionModel result
        16: .line 770
            aload 0 /* this */
            aload 6 /* body */
            aload 2 /* context */
            aload 7 /* last */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            aload 11 /* result */
            invokevirtual io.vertx.codetrans.VisitContext.putAlias:(Lcom/sun/tools/javac/code/Symbol;Lio/vertx/codetrans/expression/ExpressionModel;)Lio/vertx/codetrans/VisitContext;
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/Tree;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.codetrans.CodeModel
            astore 12 /* bodyModel */
        start local 12 // io.vertx.codetrans.CodeModel bodyModel
        17: .line 771
            aload 9 /* type */
            checkcast io.vertx.codegen.type.ParameterizedTypeInfo
            astore 13 /* parameterized */
        start local 13 // io.vertx.codegen.type.ParameterizedTypeInfo parameterized
        18: .line 772
            aconst_null
            astore 14 /* succeededBody */
        start local 14 // io.vertx.codetrans.CodeModel succeededBody
        19: .line 773
            aconst_null
            astore 15 /* failedBody */
        start local 15 // io.vertx.codetrans.CodeModel failedBody
        20: .line 774
            aload 6 /* body */
            instanceof com.sun.source.tree.BlockTree
            ifeq 42
            aload 6 /* body */
            checkcast com.sun.source.tree.BlockTree
            invokeinterface com.sun.source.tree.BlockTree.getStatements:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 42
        21: .line 775
            aload 6 /* body */
            checkcast com.sun.source.tree.BlockTree
            astore 16 /* block */
        start local 16 // com.sun.source.tree.BlockTree block
        22: .line 776
            aload 16 /* block */
            invokeinterface com.sun.source.tree.BlockTree.getStatements:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.source.tree.StatementTree
            astore 17 /* statement */
        start local 17 // com.sun.source.tree.StatementTree statement
        23: .line 777
            aload 17 /* statement */
            invokeinterface com.sun.source.tree.StatementTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            getstatic com.sun.source.tree.Tree$Kind.IF:Lcom/sun/source/tree/Tree$Kind;
            if_acmpne 42
        24: .line 778
            aload 17 /* statement */
            checkcast com.sun.source.tree.IfTree
            astore 18 /* ifTree */
        start local 18 // com.sun.source.tree.IfTree ifTree
        25: .line 779
            aload 18 /* ifTree */
            invokeinterface com.sun.source.tree.IfTree.getCondition:()Lcom/sun/source/tree/ExpressionTree;
            invokeinterface com.sun.source.tree.ExpressionTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            getstatic com.sun.source.tree.Tree$Kind.PARENTHESIZED:Lcom/sun/source/tree/Tree$Kind;
            if_acmpne 42
        26: .line 780
            aload 18 /* ifTree */
            invokeinterface com.sun.source.tree.IfTree.getCondition:()Lcom/sun/source/tree/ExpressionTree;
            checkcast com.sun.source.tree.ParenthesizedTree
            invokeinterface com.sun.source.tree.ParenthesizedTree.getExpression:()Lcom/sun/source/tree/ExpressionTree;
            astore 19 /* inner */
        start local 19 // com.sun.source.tree.ExpressionTree inner
        27: .line 781
            aload 19 /* inner */
            invokeinterface com.sun.source.tree.ExpressionTree.getKind:()Lcom/sun/source/tree/Tree$Kind;
            getstatic com.sun.source.tree.Tree$Kind.METHOD_INVOCATION:Lcom/sun/source/tree/Tree$Kind;
            if_acmpne 42
        28: .line 782
            aload 0 /* this */
            aload 19 /* inner */
            checkcast com.sun.source.tree.MethodInvocationTree
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.visitMethodInvocation:(Lcom/sun/source/tree/MethodInvocationTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            checkcast io.vertx.codetrans.expression.MethodInvocationModel
            astore 20 /* invocationModel */
        start local 20 // io.vertx.codetrans.expression.MethodInvocationModel invocationModel
        29: .line 783
            aload 20 /* invocationModel */
            getfield io.vertx.codetrans.expression.MethodInvocationModel.receiverType:Lio/vertx/codegen/type/TypeInfo;
            invokevirtual io.vertx.codegen.type.TypeInfo.getKind:()Lio/vertx/codegen/type/ClassKind;
            getstatic io.vertx.codegen.type.ClassKind.ASYNC_RESULT:Lio/vertx/codegen/type/ClassKind;
            if_acmpne 42
        30: .line 784
            aload 20 /* invocationModel */
            getfield io.vertx.codetrans.expression.MethodInvocationModel.expression:Lio/vertx/codetrans/expression/ExpressionModel;
            instanceof io.vertx.codetrans.expression.IdentifierModel
            ifeq 42
        31: .line 785
            aload 20 /* invocationModel */
            getfield io.vertx.codetrans.expression.MethodInvocationModel.expression:Lio/vertx/codetrans/expression/ExpressionModel;
            checkcast io.vertx.codetrans.expression.IdentifierModel
            getfield io.vertx.codetrans.expression.IdentifierModel.name:Ljava/lang/String;
            aload 10 /* identifier */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 42
        32: .line 786
            aload 20 /* invocationModel */
            getfield io.vertx.codetrans.expression.MethodInvocationModel.method:Lio/vertx/codetrans/MethodSignature;
            astore 21 /* method */
        start local 21 // io.vertx.codetrans.MethodSignature method
        33: .line 787
            aload 21 /* method */
            getfield io.vertx.codetrans.MethodSignature.name:Ljava/lang/String;
            ldc "succeeded"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 38
            aload 21 /* method */
            getfield io.vertx.codetrans.MethodSignature.parameterTypes:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 38
        34: .line 788
            aload 0 /* this */
            aload 18 /* ifTree */
            invokeinterface com.sun.source.tree.IfTree.getThenStatement:()Lcom/sun/source/tree/StatementTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            astore 14 /* succeededBody */
        35: .line 789
            aload 18 /* ifTree */
            invokeinterface com.sun.source.tree.IfTree.getElseStatement:()Lcom/sun/source/tree/StatementTree;
            ifnull 42
        36: .line 790
            aload 0 /* this */
            aload 18 /* ifTree */
            invokeinterface com.sun.source.tree.IfTree.getElseStatement:()Lcom/sun/source/tree/StatementTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            astore 15 /* failedBody */
        37: .line 792
            goto 42
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.LambdaExpressionTree io.vertx.codetrans.VisitContext java.util.List java.util.List int com.sun.source.tree.Tree com.sun.tools.javac.tree.JCTree$JCVariableDecl com.sun.source.tree.ParameterizedTypeTree io.vertx.codegen.type.TypeInfo java.lang.String io.vertx.codetrans.expression.ExpressionModel io.vertx.codetrans.CodeModel io.vertx.codegen.type.ParameterizedTypeInfo io.vertx.codetrans.CodeModel io.vertx.codetrans.CodeModel com.sun.source.tree.BlockTree com.sun.source.tree.StatementTree com.sun.source.tree.IfTree com.sun.source.tree.ExpressionTree io.vertx.codetrans.expression.MethodInvocationModel io.vertx.codetrans.MethodSignature
      StackMap stack:
        38: aload 21 /* method */
            getfield io.vertx.codetrans.MethodSignature.name:Ljava/lang/String;
            ldc "failed"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 42
            aload 21 /* method */
            getfield io.vertx.codetrans.MethodSignature.parameterTypes:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 42
        39: .line 793
            aload 0 /* this */
            aload 18 /* ifTree */
            invokeinterface com.sun.source.tree.IfTree.getThenStatement:()Lcom/sun/source/tree/StatementTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            astore 15 /* failedBody */
        40: .line 794
            aload 18 /* ifTree */
            invokeinterface com.sun.source.tree.IfTree.getElseStatement:()Lcom/sun/source/tree/StatementTree;
            ifnull 42
        41: .line 795
            aload 0 /* this */
            aload 18 /* ifTree */
            invokeinterface com.sun.source.tree.IfTree.getThenStatement:()Lcom/sun/source/tree/StatementTree;
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            astore 14 /* succeededBody */
        end local 21 // io.vertx.codetrans.MethodSignature method
        end local 20 // io.vertx.codetrans.expression.MethodInvocationModel invocationModel
        end local 19 // com.sun.source.tree.ExpressionTree inner
        end local 18 // com.sun.source.tree.IfTree ifTree
        end local 17 // com.sun.source.tree.StatementTree statement
        end local 16 // com.sun.source.tree.BlockTree block
        42: .line 803
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.LambdaExpressionTree io.vertx.codetrans.VisitContext java.util.List java.util.List int com.sun.source.tree.Tree com.sun.tools.javac.tree.JCTree$JCVariableDecl com.sun.source.tree.ParameterizedTypeTree io.vertx.codegen.type.TypeInfo java.lang.String io.vertx.codetrans.expression.ExpressionModel io.vertx.codetrans.CodeModel io.vertx.codegen.type.ParameterizedTypeInfo io.vertx.codetrans.CodeModel io.vertx.codetrans.CodeModel
      StackMap stack:
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 1 /* node */
            invokeinterface com.sun.source.tree.LambdaExpressionTree.getBodyKind:()Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;
            aload 13 /* parameterized */
            aload 10 /* identifier */
            aload 12 /* bodyModel */
            aload 14 /* succeededBody */
            aload 15 /* failedBody */
            invokeinterface io.vertx.codetrans.CodeBuilder.asyncResultHandler:(Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;Lio/vertx/codegen/type/ParameterizedTypeInfo;Ljava/lang/String;Lio/vertx/codetrans/CodeModel;Lio/vertx/codetrans/CodeModel;Lio/vertx/codetrans/CodeModel;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        end local 15 // io.vertx.codetrans.CodeModel failedBody
        end local 14 // io.vertx.codetrans.CodeModel succeededBody
        end local 13 // io.vertx.codegen.type.ParameterizedTypeInfo parameterized
        end local 12 // io.vertx.codetrans.CodeModel bodyModel
        end local 11 // io.vertx.codetrans.expression.ExpressionModel result
        end local 10 // java.lang.String identifier
        end local 9 // io.vertx.codegen.type.TypeInfo type
        end local 8 // com.sun.source.tree.ParameterizedTypeTree typeApply
        end local 7 // com.sun.tools.javac.tree.JCTree$JCVariableDecl last
        43: .line 808
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.LambdaExpressionTree io.vertx.codetrans.VisitContext java.util.List java.util.List int com.sun.source.tree.Tree
      StackMap stack:
            aload 0 /* this */
            aload 6 /* body */
            aload 2 /* context */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/Tree;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.codetrans.CodeModel
            astore 7 /* bodyModel */
        start local 7 // io.vertx.codetrans.CodeModel bodyModel
        44: .line 809
            new io.vertx.codetrans.expression.LambdaExpressionModel
            dup
            aload 2 /* context */
            getfield io.vertx.codetrans.VisitContext.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 1 /* node */
            invokeinterface com.sun.source.tree.LambdaExpressionTree.getBodyKind:()Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;
            aload 4 /* parameterTypes */
            aload 3 /* parameterNames */
            aload 7 /* bodyModel */
            invokespecial io.vertx.codetrans.expression.LambdaExpressionModel.<init>:(Lio/vertx/codetrans/CodeBuilder;Lcom/sun/source/tree/LambdaExpressionTree$BodyKind;Ljava/util/List;Ljava/util/List;Lio/vertx/codetrans/CodeModel;)V
            areturn
        end local 7 // io.vertx.codetrans.CodeModel bodyModel
        end local 6 // com.sun.source.tree.Tree body
        end local 5 // int size
        end local 4 // java.util.List parameterTypes
        end local 3 // java.util.List parameterNames
        end local 2 // io.vertx.codetrans.VisitContext context
        end local 1 // com.sun.source.tree.LambdaExpressionTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   45     0             this  Lio/vertx/codetrans/ModelBuilder;
            0   45     1             node  Lcom/sun/source/tree/LambdaExpressionTree;
            0   45     2          context  Lio/vertx/codetrans/VisitContext;
            1   45     3   parameterNames  Ljava/util/List<Ljava/lang/String;>;
            5   45     4   parameterTypes  Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;
            6   45     5             size  I
            7   45     6             body  Lcom/sun/source/tree/Tree;
            9   43     7             last  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
           11   43     8        typeApply  Lcom/sun/source/tree/ParameterizedTypeTree;
           13   43     9             type  Lio/vertx/codegen/type/TypeInfo;
           15   43    10       identifier  Ljava/lang/String;
           16   43    11           result  Lio/vertx/codetrans/expression/ExpressionModel;
           17   43    12        bodyModel  Lio/vertx/codetrans/CodeModel;
           18   43    13    parameterized  Lio/vertx/codegen/type/ParameterizedTypeInfo;
           19   43    14    succeededBody  Lio/vertx/codetrans/CodeModel;
           20   43    15       failedBody  Lio/vertx/codetrans/CodeModel;
           22   42    16            block  Lcom/sun/source/tree/BlockTree;
           23   42    17        statement  Lcom/sun/source/tree/StatementTree;
           25   42    18           ifTree  Lcom/sun/source/tree/IfTree;
           27   42    19            inner  Lcom/sun/source/tree/ExpressionTree;
           29   42    20  invocationModel  Lio/vertx/codetrans/expression/MethodInvocationModel;
           33   42    21           method  Lio/vertx/codetrans/MethodSignature;
           44   45     7        bodyModel  Lio/vertx/codetrans/CodeModel;
    MethodParameters:
         Name  Flags
      node     
      context  

  public io.vertx.codetrans.MethodModel visitMethod(com.sun.source.tree.MethodTree, io.vertx.codetrans.VisitContext);
    descriptor: (Lcom/sun/source/tree/MethodTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/MethodModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.MethodTree node
        start local 2 // io.vertx.codetrans.VisitContext p
         0: .line 814
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* parameterTypes */
        start local 3 // java.util.List parameterTypes
         1: .line 815
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MethodTree.getParameters:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MethodTree io.vertx.codetrans.VisitContext java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.source.tree.VariableTree
            astore 4 /* var */
        start local 4 // com.sun.source.tree.VariableTree var
         3: .line 816
            aload 4 /* var */
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            astore 6 /* decl */
        start local 6 // com.sun.tools.javac.tree.JCTree$JCVariableDecl decl
         4: .line 817
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 6 /* decl */
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.asType:()Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 7 /* parameterType */
        start local 7 // io.vertx.codegen.type.TypeInfo parameterType
         5: .line 818
            aload 3 /* parameterTypes */
            aload 7 /* parameterType */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // io.vertx.codegen.type.TypeInfo parameterType
        end local 6 // com.sun.tools.javac.tree.JCTree$JCVariableDecl decl
        end local 4 // com.sun.source.tree.VariableTree var
         6: .line 815
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 820
            getstatic io.vertx.codegen.type.VoidTypeInfo.INSTANCE:Lio/vertx/codegen/type/TypeInfo;
            astore 4 /* returnType */
        start local 4 // io.vertx.codegen.type.TypeInfo returnType
         8: .line 821
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MethodTree.getReturnType:()Lcom/sun/source/tree/Tree;
            instanceof com.sun.tools.javac.tree.JCTree
            ifeq 10
         9: .line 822
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MethodTree.getReturnType:()Lcom/sun/source/tree/Tree;
            checkcast com.sun.tools.javac.tree.JCTree
            getfield com.sun.tools.javac.tree.JCTree.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            astore 4 /* returnType */
        10: .line 824
      StackMap locals: io.vertx.codetrans.ModelBuilder com.sun.source.tree.MethodTree io.vertx.codetrans.VisitContext java.util.List io.vertx.codegen.type.TypeInfo
      StackMap stack:
            new io.vertx.codetrans.MethodModel
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.typeElt:Ljavax/lang/model/element/TypeElement;
            invokeinterface javax.lang.model.element.TypeElement.getQualifiedName:()Ljavax/lang/model/element/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 0 /* this */
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MethodTree.getBody:()Lcom/sun/source/tree/BlockTree;
            aload 2 /* p */
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            new io.vertx.codetrans.MethodSignature
            dup
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MethodTree.getName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            aload 3 /* parameterTypes */
            iconst_0
            aload 4 /* returnType */
            invokespecial io.vertx.codetrans.MethodSignature.<init>:(Ljava/lang/String;Ljava/util/List;ZLio/vertx/codegen/type/TypeInfo;)V
            aload 1 /* node */
            invokeinterface com.sun.source.tree.MethodTree.getParameters:()Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/codetrans/ModelBuilder.lambda$14(Lcom/sun/source/tree/VariableTree;)Ljava/lang/String; (6)
                  (Lcom/sun/source/tree/VariableTree;)Ljava/lang/String;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            invokespecial io.vertx.codetrans.MethodModel.<init>:(Ljava/lang/String;Lio/vertx/codetrans/statement/StatementModel;Lio/vertx/codetrans/MethodSignature;Ljava/util/List;)V
            areturn
        end local 4 // io.vertx.codegen.type.TypeInfo returnType
        end local 3 // java.util.List parameterTypes
        end local 2 // io.vertx.codetrans.VisitContext p
        end local 1 // com.sun.source.tree.MethodTree node
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lio/vertx/codetrans/ModelBuilder;
            0   11     1            node  Lcom/sun/source/tree/MethodTree;
            0   11     2               p  Lio/vertx/codetrans/VisitContext;
            1   11     3  parameterTypes  Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;
            3    6     4             var  Lcom/sun/source/tree/VariableTree;
            4    6     6            decl  Lcom/sun/tools/javac/tree/JCTree$JCVariableDecl;
            5    6     7   parameterType  Lio/vertx/codegen/type/TypeInfo;
            8   11     4      returnType  Lio/vertx/codegen/type/TypeInfo;
    MethodParameters:
      Name  Flags
      node  
      p     

  public java.lang.Object visitReturn(com.sun.source.tree.ReturnTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/ReturnTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitReturn:(Lcom/sun/source/tree/ReturnTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitMemberSelect(com.sun.source.tree.MemberSelectTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/MemberSelectTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitMemberSelect:(Lcom/sun/source/tree/MemberSelectTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitLambdaExpression(com.sun.source.tree.LambdaExpressionTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/LambdaExpressionTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitLambdaExpression:(Lcom/sun/source/tree/LambdaExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitUnary(com.sun.source.tree.UnaryTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/UnaryTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitUnary:(Lcom/sun/source/tree/UnaryTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitAssignment(com.sun.source.tree.AssignmentTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/AssignmentTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitAssignment:(Lcom/sun/source/tree/AssignmentTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitMemberReference(com.sun.source.tree.MemberReferenceTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/MemberReferenceTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitMemberReference:(Lcom/sun/source/tree/MemberReferenceTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitTry(com.sun.source.tree.TryTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/TryTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitTry:(Lcom/sun/source/tree/TryTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitThrow(com.sun.source.tree.ThrowTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/ThrowTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitThrow:(Lcom/sun/source/tree/ThrowTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitMethod(com.sun.source.tree.MethodTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/MethodTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitMethod:(Lcom/sun/source/tree/MethodTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/MethodModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitParameterizedType(com.sun.source.tree.ParameterizedTypeTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/ParameterizedTypeTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitParameterizedType:(Lcom/sun/source/tree/ParameterizedTypeTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitExpressionStatement(com.sun.source.tree.ExpressionStatementTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/ExpressionStatementTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitExpressionStatement:(Lcom/sun/source/tree/ExpressionStatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitIf(com.sun.source.tree.IfTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/IfTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitIf:(Lcom/sun/source/tree/IfTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitNewClass(com.sun.source.tree.NewClassTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/NewClassTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitNewClass:(Lcom/sun/source/tree/NewClassTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitConditionalExpression(com.sun.source.tree.ConditionalExpressionTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/ConditionalExpressionTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitConditionalExpression:(Lcom/sun/source/tree/ConditionalExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitVariable(com.sun.source.tree.VariableTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/VariableTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitVariable:(Lcom/sun/source/tree/VariableTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitMethodInvocation(com.sun.source.tree.MethodInvocationTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/MethodInvocationTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitMethodInvocation:(Lcom/sun/source/tree/MethodInvocationTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitParenthesized(com.sun.source.tree.ParenthesizedTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/ParenthesizedTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitParenthesized:(Lcom/sun/source/tree/ParenthesizedTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitLiteral(com.sun.source.tree.LiteralTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/LiteralTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitLiteral:(Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitInstanceOf(com.sun.source.tree.InstanceOfTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/InstanceOfTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitInstanceOf:(Lcom/sun/source/tree/InstanceOfTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitBlock(com.sun.source.tree.BlockTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/BlockTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitBlock:(Lcom/sun/source/tree/BlockTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitForLoop(com.sun.source.tree.ForLoopTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/ForLoopTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitForLoop:(Lcom/sun/source/tree/ForLoopTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitEnhancedForLoop(com.sun.source.tree.EnhancedForLoopTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/EnhancedForLoopTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitEnhancedForLoop:(Lcom/sun/source/tree/EnhancedForLoopTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/CodeModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitBinary(com.sun.source.tree.BinaryTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/BinaryTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitBinary:(Lcom/sun/source/tree/BinaryTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitIdentifier(com.sun.source.tree.IdentifierTree, java.lang.Object);
    descriptor: (Lcom/sun/source/tree/IdentifierTree;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.codetrans.VisitContext
            invokevirtual io.vertx.codetrans.ModelBuilder.visitIdentifier:(Lcom/sun/source/tree/IdentifierTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static int[] $SWITCH_TABLE$com$sun$source$tree$Tree$Kind();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 85
            getstatic io.vertx.codetrans.ModelBuilder.$SWITCH_TABLE$com$sun$source$tree$Tree$Kind:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.source.tree.Tree$Kind.values:()[Lcom/sun/source/tree/Tree$Kind;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.source.tree.Tree$Kind.AND:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 70
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.source.tree.Tree$Kind.AND_ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 83
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.source.tree.Tree$Kind.ANNOTATED_TYPE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.source.tree.Tree$Kind.ANNOTATION:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            iconst_2
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.source.tree.Tree$Kind.ANNOTATION_TYPE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 100
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.sun.source.tree.Tree$Kind.ARRAY_ACCESS:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            iconst_4
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.sun.source.tree.Tree$Kind.ARRAY_TYPE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            iconst_5
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.sun.source.tree.Tree$Kind.ASSERT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 6
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.sun.source.tree.Tree$Kind.ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 7
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.sun.source.tree.Tree$Kind.BITWISE_COMPLEMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 54
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.sun.source.tree.Tree$Kind.BLOCK:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 8
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.sun.source.tree.Tree$Kind.BOOLEAN_LITERAL:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 90
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.sun.source.tree.Tree$Kind.BREAK:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 9
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.sun.source.tree.Tree$Kind.CASE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 10
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.sun.source.tree.Tree$Kind.CATCH:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 11
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.sun.source.tree.Tree$Kind.CHAR_LITERAL:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 91
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.sun.source.tree.Tree$Kind.CLASS:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 12
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.sun.source.tree.Tree$Kind.COMPILATION_UNIT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 13
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic com.sun.source.tree.Tree$Kind.CONDITIONAL_AND:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 73
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic com.sun.source.tree.Tree$Kind.CONDITIONAL_EXPRESSION:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 14
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic com.sun.source.tree.Tree$Kind.CONDITIONAL_OR:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 74
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic com.sun.source.tree.Tree$Kind.CONTINUE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 15
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic com.sun.source.tree.Tree$Kind.DIVIDE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 57
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic com.sun.source.tree.Tree$Kind.DIVIDE_ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 76
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic com.sun.source.tree.Tree$Kind.DOUBLE_LITERAL:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 89
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            getstatic com.sun.source.tree.Tree$Kind.DO_WHILE_LOOP:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 16
            iastore
        78: goto 80
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        79: pop
      StackMap locals:
      StackMap stack:
        80: aload 0
            getstatic com.sun.source.tree.Tree$Kind.EMPTY_STATEMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 36
            iastore
        81: goto 83
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        82: pop
      StackMap locals:
      StackMap stack:
        83: aload 0
            getstatic com.sun.source.tree.Tree$Kind.ENHANCED_FOR_LOOP:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 17
            iastore
        84: goto 86
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        85: pop
      StackMap locals:
      StackMap stack:
        86: aload 0
            getstatic com.sun.source.tree.Tree$Kind.ENUM:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 99
            iastore
        87: goto 89
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        88: pop
      StackMap locals:
      StackMap stack:
        89: aload 0
            getstatic com.sun.source.tree.Tree$Kind.EQUAL_TO:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 68
            iastore
        90: goto 92
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        91: pop
      StackMap locals:
      StackMap stack:
        92: aload 0
            getstatic com.sun.source.tree.Tree$Kind.ERRONEOUS:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 97
            iastore
        93: goto 95
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        94: pop
      StackMap locals:
      StackMap stack:
        95: aload 0
            getstatic com.sun.source.tree.Tree$Kind.EXPRESSION_STATEMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 18
            iastore
        96: goto 98
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        97: pop
      StackMap locals:
      StackMap stack:
        98: aload 0
            getstatic com.sun.source.tree.Tree$Kind.EXTENDS_WILDCARD:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 95
            iastore
        99: goto 101
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       100: pop
      StackMap locals:
      StackMap stack:
       101: aload 0
            getstatic com.sun.source.tree.Tree$Kind.FLOAT_LITERAL:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 88
            iastore
       102: goto 104
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       103: pop
      StackMap locals:
      StackMap stack:
       104: aload 0
            getstatic com.sun.source.tree.Tree$Kind.FOR_LOOP:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 21
            iastore
       105: goto 107
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       106: pop
      StackMap locals:
      StackMap stack:
       107: aload 0
            getstatic com.sun.source.tree.Tree$Kind.GREATER_THAN:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 65
            iastore
       108: goto 110
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       109: pop
      StackMap locals:
      StackMap stack:
       110: aload 0
            getstatic com.sun.source.tree.Tree$Kind.GREATER_THAN_EQUAL:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 67
            iastore
       111: goto 113
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       112: pop
      StackMap locals:
      StackMap stack:
       113: aload 0
            getstatic com.sun.source.tree.Tree$Kind.IDENTIFIER:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 22
            iastore
       114: goto 116
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       115: pop
      StackMap locals:
      StackMap stack:
       116: aload 0
            getstatic com.sun.source.tree.Tree$Kind.IF:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 23
            iastore
       117: goto 119
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       118: pop
      StackMap locals:
      StackMap stack:
       119: aload 0
            getstatic com.sun.source.tree.Tree$Kind.IMPORT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 24
            iastore
       120: goto 122
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       121: pop
      StackMap locals:
      StackMap stack:
       122: aload 0
            getstatic com.sun.source.tree.Tree$Kind.INSTANCE_OF:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 25
            iastore
       123: goto 125
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       124: pop
      StackMap locals:
      StackMap stack:
       125: aload 0
            getstatic com.sun.source.tree.Tree$Kind.INTERFACE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 98
            iastore
       126: goto 128
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       127: pop
      StackMap locals:
      StackMap stack:
       128: aload 0
            getstatic com.sun.source.tree.Tree$Kind.INTERSECTION_TYPE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 43
            iastore
       129: goto 131
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       130: pop
      StackMap locals:
      StackMap stack:
       131: aload 0
            getstatic com.sun.source.tree.Tree$Kind.INT_LITERAL:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 86
            iastore
       132: goto 134
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       133: pop
      StackMap locals:
      StackMap stack:
       134: aload 0
            getstatic com.sun.source.tree.Tree$Kind.LABELED_STATEMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 26
            iastore
       135: goto 137
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       136: pop
      StackMap locals:
      StackMap stack:
       137: aload 0
            getstatic com.sun.source.tree.Tree$Kind.LAMBDA_EXPRESSION:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 32
            iastore
       138: goto 140
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       139: pop
      StackMap locals:
      StackMap stack:
       140: aload 0
            getstatic com.sun.source.tree.Tree$Kind.LEFT_SHIFT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 61
            iastore
       141: goto 143
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       142: pop
      StackMap locals:
      StackMap stack:
       143: aload 0
            getstatic com.sun.source.tree.Tree$Kind.LEFT_SHIFT_ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 80
            iastore
       144: goto 146
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       145: pop
      StackMap locals:
      StackMap stack:
       146: aload 0
            getstatic com.sun.source.tree.Tree$Kind.LESS_THAN:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 64
            iastore
       147: goto 149
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       148: pop
      StackMap locals:
      StackMap stack:
       149: aload 0
            getstatic com.sun.source.tree.Tree$Kind.LESS_THAN_EQUAL:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 66
            iastore
       150: goto 152
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       151: pop
      StackMap locals:
      StackMap stack:
       152: aload 0
            getstatic com.sun.source.tree.Tree$Kind.LOGICAL_COMPLEMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 55
            iastore
       153: goto 155
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       154: pop
      StackMap locals:
      StackMap stack:
       155: aload 0
            getstatic com.sun.source.tree.Tree$Kind.LONG_LITERAL:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 87
            iastore
       156: goto 158
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       157: pop
      StackMap locals:
      StackMap stack:
       158: aload 0
            getstatic com.sun.source.tree.Tree$Kind.MEMBER_REFERENCE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 20
            iastore
       159: goto 161
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       160: pop
      StackMap locals:
      StackMap stack:
       161: aload 0
            getstatic com.sun.source.tree.Tree$Kind.MEMBER_SELECT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 19
            iastore
       162: goto 164
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       163: pop
      StackMap locals:
      StackMap stack:
       164: aload 0
            getstatic com.sun.source.tree.Tree$Kind.METHOD:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 27
            iastore
       165: goto 167
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       166: pop
      StackMap locals:
      StackMap stack:
       167: aload 0
            getstatic com.sun.source.tree.Tree$Kind.METHOD_INVOCATION:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 28
            iastore
       168: goto 170
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       169: pop
      StackMap locals:
      StackMap stack:
       170: aload 0
            getstatic com.sun.source.tree.Tree$Kind.MINUS:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 60
            iastore
       171: goto 173
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       172: pop
      StackMap locals:
      StackMap stack:
       173: aload 0
            getstatic com.sun.source.tree.Tree$Kind.MINUS_ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 79
            iastore
       174: goto 176
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       175: pop
      StackMap locals:
      StackMap stack:
       176: aload 0
            getstatic com.sun.source.tree.Tree$Kind.MODIFIERS:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 29
            iastore
       177: goto 179
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       178: pop
      StackMap locals:
      StackMap stack:
       179: aload 0
            getstatic com.sun.source.tree.Tree$Kind.MULTIPLY:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 56
            iastore
       180: goto 182
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       181: pop
      StackMap locals:
      StackMap stack:
       182: aload 0
            getstatic com.sun.source.tree.Tree$Kind.MULTIPLY_ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 75
            iastore
       183: goto 185
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       184: pop
      StackMap locals:
      StackMap stack:
       185: aload 0
            getstatic com.sun.source.tree.Tree$Kind.NEW_ARRAY:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 30
            iastore
       186: goto 188
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       187: pop
      StackMap locals:
      StackMap stack:
       188: aload 0
            getstatic com.sun.source.tree.Tree$Kind.NEW_CLASS:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 31
            iastore
       189: goto 191
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       190: pop
      StackMap locals:
      StackMap stack:
       191: aload 0
            getstatic com.sun.source.tree.Tree$Kind.NOT_EQUAL_TO:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 69
            iastore
       192: goto 194
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       193: pop
      StackMap locals:
      StackMap stack:
       194: aload 0
            getstatic com.sun.source.tree.Tree$Kind.NULL_LITERAL:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 93
            iastore
       195: goto 197
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       196: pop
      StackMap locals:
      StackMap stack:
       197: aload 0
            getstatic com.sun.source.tree.Tree$Kind.OR:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 72
            iastore
       198: goto 200
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       199: pop
      StackMap locals:
      StackMap stack:
       200: aload 0
            getstatic com.sun.source.tree.Tree$Kind.OR_ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 85
            iastore
       201: goto 203
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       202: pop
      StackMap locals:
      StackMap stack:
       203: aload 0
            getstatic com.sun.source.tree.Tree$Kind.OTHER:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 101
            iastore
       204: goto 206
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       205: pop
      StackMap locals:
      StackMap stack:
       206: aload 0
            getstatic com.sun.source.tree.Tree$Kind.PARAMETERIZED_TYPE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 41
            iastore
       207: goto 209
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       208: pop
      StackMap locals:
      StackMap stack:
       209: aload 0
            getstatic com.sun.source.tree.Tree$Kind.PARENTHESIZED:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 33
            iastore
       210: goto 212
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       211: pop
      StackMap locals:
      StackMap stack:
       212: aload 0
            getstatic com.sun.source.tree.Tree$Kind.PLUS:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 59
            iastore
       213: goto 215
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       214: pop
      StackMap locals:
      StackMap stack:
       215: aload 0
            getstatic com.sun.source.tree.Tree$Kind.PLUS_ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 78
            iastore
       216: goto 218
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       217: pop
      StackMap locals:
      StackMap stack:
       218: aload 0
            getstatic com.sun.source.tree.Tree$Kind.POSTFIX_DECREMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 49
            iastore
       219: goto 221
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       220: pop
      StackMap locals:
      StackMap stack:
       221: aload 0
            getstatic com.sun.source.tree.Tree$Kind.POSTFIX_INCREMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 48
            iastore
       222: goto 224
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       223: pop
      StackMap locals:
      StackMap stack:
       224: aload 0
            getstatic com.sun.source.tree.Tree$Kind.PREFIX_DECREMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 51
            iastore
       225: goto 227
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       226: pop
      StackMap locals:
      StackMap stack:
       227: aload 0
            getstatic com.sun.source.tree.Tree$Kind.PREFIX_INCREMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 50
            iastore
       228: goto 230
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       229: pop
      StackMap locals:
      StackMap stack:
       230: aload 0
            getstatic com.sun.source.tree.Tree$Kind.PRIMITIVE_TYPE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 34
            iastore
       231: goto 233
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       232: pop
      StackMap locals:
      StackMap stack:
       233: aload 0
            getstatic com.sun.source.tree.Tree$Kind.REMAINDER:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 58
            iastore
       234: goto 236
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       235: pop
      StackMap locals:
      StackMap stack:
       236: aload 0
            getstatic com.sun.source.tree.Tree$Kind.REMAINDER_ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 77
            iastore
       237: goto 239
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       238: pop
      StackMap locals:
      StackMap stack:
       239: aload 0
            getstatic com.sun.source.tree.Tree$Kind.RETURN:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 35
            iastore
       240: goto 242
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       241: pop
      StackMap locals:
      StackMap stack:
       242: aload 0
            getstatic com.sun.source.tree.Tree$Kind.RIGHT_SHIFT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 62
            iastore
       243: goto 245
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       244: pop
      StackMap locals:
      StackMap stack:
       245: aload 0
            getstatic com.sun.source.tree.Tree$Kind.RIGHT_SHIFT_ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 81
            iastore
       246: goto 248
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       247: pop
      StackMap locals:
      StackMap stack:
       248: aload 0
            getstatic com.sun.source.tree.Tree$Kind.STRING_LITERAL:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 92
            iastore
       249: goto 251
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       250: pop
      StackMap locals:
      StackMap stack:
       251: aload 0
            getstatic com.sun.source.tree.Tree$Kind.SUPER_WILDCARD:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 96
            iastore
       252: goto 254
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       253: pop
      StackMap locals:
      StackMap stack:
       254: aload 0
            getstatic com.sun.source.tree.Tree$Kind.SWITCH:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 37
            iastore
       255: goto 257
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       256: pop
      StackMap locals:
      StackMap stack:
       257: aload 0
            getstatic com.sun.source.tree.Tree$Kind.SYNCHRONIZED:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 38
            iastore
       258: goto 260
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       259: pop
      StackMap locals:
      StackMap stack:
       260: aload 0
            getstatic com.sun.source.tree.Tree$Kind.THROW:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 39
            iastore
       261: goto 263
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       262: pop
      StackMap locals:
      StackMap stack:
       263: aload 0
            getstatic com.sun.source.tree.Tree$Kind.TRY:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 40
            iastore
       264: goto 266
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       265: pop
      StackMap locals:
      StackMap stack:
       266: aload 0
            getstatic com.sun.source.tree.Tree$Kind.TYPE_ANNOTATION:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            iconst_3
            iastore
       267: goto 269
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       268: pop
      StackMap locals:
      StackMap stack:
       269: aload 0
            getstatic com.sun.source.tree.Tree$Kind.TYPE_CAST:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 44
            iastore
       270: goto 272
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       271: pop
      StackMap locals:
      StackMap stack:
       272: aload 0
            getstatic com.sun.source.tree.Tree$Kind.TYPE_PARAMETER:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 45
            iastore
       273: goto 275
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       274: pop
      StackMap locals:
      StackMap stack:
       275: aload 0
            getstatic com.sun.source.tree.Tree$Kind.UNARY_MINUS:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 53
            iastore
       276: goto 278
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       277: pop
      StackMap locals:
      StackMap stack:
       278: aload 0
            getstatic com.sun.source.tree.Tree$Kind.UNARY_PLUS:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 52
            iastore
       279: goto 281
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       280: pop
      StackMap locals:
      StackMap stack:
       281: aload 0
            getstatic com.sun.source.tree.Tree$Kind.UNBOUNDED_WILDCARD:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 94
            iastore
       282: goto 284
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       283: pop
      StackMap locals:
      StackMap stack:
       284: aload 0
            getstatic com.sun.source.tree.Tree$Kind.UNION_TYPE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 42
            iastore
       285: goto 287
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       286: pop
      StackMap locals:
      StackMap stack:
       287: aload 0
            getstatic com.sun.source.tree.Tree$Kind.UNSIGNED_RIGHT_SHIFT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 63
            iastore
       288: goto 290
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       289: pop
      StackMap locals:
      StackMap stack:
       290: aload 0
            getstatic com.sun.source.tree.Tree$Kind.UNSIGNED_RIGHT_SHIFT_ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 82
            iastore
       291: goto 293
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       292: pop
      StackMap locals:
      StackMap stack:
       293: aload 0
            getstatic com.sun.source.tree.Tree$Kind.VARIABLE:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 46
            iastore
       294: goto 296
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       295: pop
      StackMap locals:
      StackMap stack:
       296: aload 0
            getstatic com.sun.source.tree.Tree$Kind.WHILE_LOOP:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 47
            iastore
       297: goto 299
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       298: pop
      StackMap locals:
      StackMap stack:
       299: aload 0
            getstatic com.sun.source.tree.Tree$Kind.XOR:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 71
            iastore
       300: goto 302
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       301: pop
      StackMap locals:
      StackMap stack:
       302: aload 0
            getstatic com.sun.source.tree.Tree$Kind.XOR_ASSIGNMENT:Lcom/sun/source/tree/Tree$Kind;
            invokevirtual com.sun.source.tree.Tree$Kind.ordinal:()I
            bipush 84
            iastore
       303: goto 305
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       304: pop
      StackMap locals:
      StackMap stack:
       305: aload 0
            dup
            putstatic io.vertx.codetrans.ModelBuilder.$SWITCH_TABLE$com$sun$source$tree$Tree$Kind:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError
          77    78      79  Class java.lang.NoSuchFieldError
          80    81      82  Class java.lang.NoSuchFieldError
          83    84      85  Class java.lang.NoSuchFieldError
          86    87      88  Class java.lang.NoSuchFieldError
          89    90      91  Class java.lang.NoSuchFieldError
          92    93      94  Class java.lang.NoSuchFieldError
          95    96      97  Class java.lang.NoSuchFieldError
          98    99     100  Class java.lang.NoSuchFieldError
         101   102     103  Class java.lang.NoSuchFieldError
         104   105     106  Class java.lang.NoSuchFieldError
         107   108     109  Class java.lang.NoSuchFieldError
         110   111     112  Class java.lang.NoSuchFieldError
         113   114     115  Class java.lang.NoSuchFieldError
         116   117     118  Class java.lang.NoSuchFieldError
         119   120     121  Class java.lang.NoSuchFieldError
         122   123     124  Class java.lang.NoSuchFieldError
         125   126     127  Class java.lang.NoSuchFieldError
         128   129     130  Class java.lang.NoSuchFieldError
         131   132     133  Class java.lang.NoSuchFieldError
         134   135     136  Class java.lang.NoSuchFieldError
         137   138     139  Class java.lang.NoSuchFieldError
         140   141     142  Class java.lang.NoSuchFieldError
         143   144     145  Class java.lang.NoSuchFieldError
         146   147     148  Class java.lang.NoSuchFieldError
         149   150     151  Class java.lang.NoSuchFieldError
         152   153     154  Class java.lang.NoSuchFieldError
         155   156     157  Class java.lang.NoSuchFieldError
         158   159     160  Class java.lang.NoSuchFieldError
         161   162     163  Class java.lang.NoSuchFieldError
         164   165     166  Class java.lang.NoSuchFieldError
         167   168     169  Class java.lang.NoSuchFieldError
         170   171     172  Class java.lang.NoSuchFieldError
         173   174     175  Class java.lang.NoSuchFieldError
         176   177     178  Class java.lang.NoSuchFieldError
         179   180     181  Class java.lang.NoSuchFieldError
         182   183     184  Class java.lang.NoSuchFieldError
         185   186     187  Class java.lang.NoSuchFieldError
         188   189     190  Class java.lang.NoSuchFieldError
         191   192     193  Class java.lang.NoSuchFieldError
         194   195     196  Class java.lang.NoSuchFieldError
         197   198     199  Class java.lang.NoSuchFieldError
         200   201     202  Class java.lang.NoSuchFieldError
         203   204     205  Class java.lang.NoSuchFieldError
         206   207     208  Class java.lang.NoSuchFieldError
         209   210     211  Class java.lang.NoSuchFieldError
         212   213     214  Class java.lang.NoSuchFieldError
         215   216     217  Class java.lang.NoSuchFieldError
         218   219     220  Class java.lang.NoSuchFieldError
         221   222     223  Class java.lang.NoSuchFieldError
         224   225     226  Class java.lang.NoSuchFieldError
         227   228     229  Class java.lang.NoSuchFieldError
         230   231     232  Class java.lang.NoSuchFieldError
         233   234     235  Class java.lang.NoSuchFieldError
         236   237     238  Class java.lang.NoSuchFieldError
         239   240     241  Class java.lang.NoSuchFieldError
         242   243     244  Class java.lang.NoSuchFieldError
         245   246     247  Class java.lang.NoSuchFieldError
         248   249     250  Class java.lang.NoSuchFieldError
         251   252     253  Class java.lang.NoSuchFieldError
         254   255     256  Class java.lang.NoSuchFieldError
         257   258     259  Class java.lang.NoSuchFieldError
         260   261     262  Class java.lang.NoSuchFieldError
         263   264     265  Class java.lang.NoSuchFieldError
         266   267     268  Class java.lang.NoSuchFieldError
         269   270     271  Class java.lang.NoSuchFieldError
         272   273     274  Class java.lang.NoSuchFieldError
         275   276     277  Class java.lang.NoSuchFieldError
         278   279     280  Class java.lang.NoSuchFieldError
         281   282     283  Class java.lang.NoSuchFieldError
         284   285     286  Class java.lang.NoSuchFieldError
         287   288     289  Class java.lang.NoSuchFieldError
         290   291     292  Class java.lang.NoSuchFieldError
         293   294     295  Class java.lang.NoSuchFieldError
         296   297     298  Class java.lang.NoSuchFieldError
         299   300     301  Class java.lang.NoSuchFieldError
         302   303     304  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$javax$lang$model$element$ElementKind();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 85
            getstatic io.vertx.codetrans.ModelBuilder.$SWITCH_TABLE$javax$lang$model$element$ElementKind:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic javax.lang.model.element.ElementKind.values:()[Ljavax/lang/model/element/ElementKind;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic javax.lang.model.element.ElementKind.ANNOTATION_TYPE:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            iconst_4
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic javax.lang.model.element.ElementKind.CLASS:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic javax.lang.model.element.ElementKind.CONSTRUCTOR:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 12
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic javax.lang.model.element.ElementKind.ENUM:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            iconst_2
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic javax.lang.model.element.ElementKind.ENUM_CONSTANT:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 6
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic javax.lang.model.element.ElementKind.EXCEPTION_PARAMETER:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 10
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic javax.lang.model.element.ElementKind.FIELD:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 7
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic javax.lang.model.element.ElementKind.INSTANCE_INIT:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 14
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic javax.lang.model.element.ElementKind.INTERFACE:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            iconst_5
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic javax.lang.model.element.ElementKind.LOCAL_VARIABLE:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 9
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic javax.lang.model.element.ElementKind.METHOD:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 11
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic javax.lang.model.element.ElementKind.OTHER:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 16
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic javax.lang.model.element.ElementKind.PACKAGE:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            iconst_1
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic javax.lang.model.element.ElementKind.PARAMETER:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 8
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic javax.lang.model.element.ElementKind.RESOURCE_VARIABLE:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 17
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic javax.lang.model.element.ElementKind.STATIC_INIT:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 13
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic javax.lang.model.element.ElementKind.TYPE_PARAMETER:Ljavax/lang/model/element/ElementKind;
            invokevirtual javax.lang.model.element.ElementKind.ordinal:()I
            bipush 15
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            dup
            putstatic io.vertx.codetrans.ModelBuilder.$SWITCH_TABLE$javax$lang$model$element$ElementKind:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError

  private static void lambda$1(com.sun.source.tree.LiteralTree, io.vertx.codetrans.CodeWriter);
    descriptor: (Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 349
            aload 1 /* writer */
            aload 0
            invokeinterface com.sun.source.tree.LiteralTree.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.CodeWriter.renderBooleanLiteral:(Ljava/lang/String;)V
         1: .line 350
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  writer  Lio/vertx/codetrans/CodeWriter;

  private static void lambda$2(com.sun.source.tree.LiteralTree, io.vertx.codetrans.CodeWriter);
    descriptor: (Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 353
            aload 1 /* writer */
            aload 0
            invokeinterface com.sun.source.tree.LiteralTree.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.CodeWriter.renderIntegerLiteral:(Ljava/lang/String;)V
         1: .line 354
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  writer  Lio/vertx/codetrans/CodeWriter;

  private static void lambda$3(com.sun.source.tree.LiteralTree, io.vertx.codetrans.CodeWriter);
    descriptor: (Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 357
            aload 1 /* writer */
            aload 0
            invokeinterface com.sun.source.tree.LiteralTree.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.CodeWriter.renderLongLiteral:(Ljava/lang/String;)V
         1: .line 358
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  writer  Lio/vertx/codetrans/CodeWriter;

  private static void lambda$4(com.sun.source.tree.LiteralTree, io.vertx.codetrans.CodeWriter);
    descriptor: (Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 361
            aload 1 /* writer */
            aload 0
            invokeinterface com.sun.source.tree.LiteralTree.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual io.vertx.codetrans.CodeWriter.renderCharLiteral:(C)V
         1: .line 362
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  writer  Lio/vertx/codetrans/CodeWriter;

  private static void lambda$5(com.sun.source.tree.LiteralTree, io.vertx.codetrans.CodeWriter);
    descriptor: (Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 365
            aload 1 /* writer */
            aload 0
            invokeinterface com.sun.source.tree.LiteralTree.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.CodeWriter.renderFloatLiteral:(Ljava/lang/String;)V
         1: .line 366
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  writer  Lio/vertx/codetrans/CodeWriter;

  private static void lambda$6(com.sun.source.tree.LiteralTree, io.vertx.codetrans.CodeWriter);
    descriptor: (Lcom/sun/source/tree/LiteralTree;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 369
            aload 1 /* writer */
            aload 0
            invokeinterface com.sun.source.tree.LiteralTree.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.CodeWriter.renderDoubleLiteral:(Ljava/lang/String;)V
         1: .line 370
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  writer  Lio/vertx/codetrans/CodeWriter;

  private io.vertx.codetrans.expression.ExpressionModel lambda$7(io.vertx.codetrans.VisitContext, com.sun.source.tree.ExpressionTree);
    descriptor: (Lio/vertx/codetrans/VisitContext;Lcom/sun/source/tree/ExpressionTree;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 2 // com.sun.source.tree.ExpressionTree arg
         0: .line 462
            aload 0 /* this */
            aload 2 /* arg */
            aload 1
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        end local 2 // com.sun.source.tree.ExpressionTree arg
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codetrans/ModelBuilder;
            0    1     2   arg  Lcom/sun/source/tree/ExpressionTree;

  private static void lambda$8(io.vertx.codetrans.expression.ThrowableModel, io.vertx.codetrans.CodeWriter);
    descriptor: (Lio/vertx/codetrans/expression/ThrowableModel;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 471
            aload 1 /* writer */
            aload 0
            invokevirtual io.vertx.codetrans.expression.ThrowableModel.getType:()Ljava/lang/String;
            aload 0
            invokevirtual io.vertx.codetrans.expression.ThrowableModel.getReason:()Lio/vertx/codetrans/expression/ExpressionModel;
            invokevirtual io.vertx.codetrans.CodeWriter.renderThrow:(Ljava/lang/String;Lio/vertx/codetrans/expression/ExpressionModel;)V
         1: .line 472
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     1  writer  Lio/vertx/codetrans/CodeWriter;

  private io.vertx.codetrans.expression.ExpressionModel lambda$9(io.vertx.codetrans.VisitContext, com.sun.source.tree.ExpressionTree);
    descriptor: (Lio/vertx/codetrans/VisitContext;Lcom/sun/source/tree/ExpressionTree;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 2 // com.sun.source.tree.ExpressionTree argument
         0: .line 528
            aload 0 /* this */
            aload 2 /* argument */
            aload 1
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/ExpressionTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        end local 2 // com.sun.source.tree.ExpressionTree argument
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/codetrans/ModelBuilder;
            0    1     2  argument  Lcom/sun/source/tree/ExpressionTree;

  private io.vertx.codetrans.statement.StatementModel lambda$10(io.vertx.codetrans.VisitContext, com.sun.source.tree.StatementTree);
    descriptor: (Lio/vertx/codetrans/VisitContext;Lcom/sun/source/tree/StatementTree;)Lio/vertx/codetrans/statement/StatementModel;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 2 // com.sun.source.tree.StatementTree statement
         0: .line 690
            aload 0 /* this */
            aload 2 /* statement */
            aload 1
            invokevirtual io.vertx.codetrans.ModelBuilder.scan:(Lcom/sun/source/tree/StatementTree;Lio/vertx/codetrans/VisitContext;)Lio/vertx/codetrans/statement/StatementModel;
            areturn
        end local 2 // com.sun.source.tree.StatementTree statement
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/codetrans/ModelBuilder;
            0    1     2  statement  Lcom/sun/source/tree/StatementTree;

  private void lambda$11(java.util.List, java.util.LinkedList, io.vertx.codetrans.CodeWriter);
    descriptor: (Ljava/util/List;Ljava/util/LinkedList;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 3 // io.vertx.codetrans.CodeWriter writer
         0: .line 739
            aload 3 /* writer */
            new io.vertx.codetrans.ModelBuilder$2
            dup
            aload 0 /* this */
            aload 1
            aload 2
            invokespecial io.vertx.codetrans.ModelBuilder$2.<init>:(Lio/vertx/codetrans/ModelBuilder;Ljava/util/List;Ljava/util/LinkedList;)V
            invokevirtual io.vertx.codetrans.CodeWriter.renderBlock:(Lio/vertx/codetrans/BlockModel;)V
         1: .line 750
            return
        end local 3 // io.vertx.codetrans.CodeWriter writer
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/codetrans/ModelBuilder;
            0    2     3  writer  Lio/vertx/codetrans/CodeWriter;

  private static java.lang.String lambda$12(com.sun.source.tree.VariableTree);
    descriptor: (Lcom/sun/source/tree/VariableTree;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.source.tree.VariableTree parameter
         0: .line 755
            aload 0 /* parameter */
            invokeinterface com.sun.source.tree.VariableTree.getName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.source.tree.VariableTree parameter
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  parameter  Lcom/sun/source/tree/VariableTree;

  private io.vertx.codegen.type.TypeInfo lambda$13(com.sun.source.tree.VariableTree);
    descriptor: (Lcom/sun/source/tree/VariableTree;)Lio/vertx/codegen/type/TypeInfo;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.ModelBuilder this
        start local 1 // com.sun.source.tree.VariableTree parameter
         0: .line 757
            aload 0 /* this */
            getfield io.vertx.codetrans.ModelBuilder.factory:Lio/vertx/codegen/type/TypeMirrorFactory;
            aload 1 /* parameter */
            checkcast com.sun.tools.javac.tree.JCTree$JCVariableDecl
            getfield com.sun.tools.javac.tree.JCTree$JCVariableDecl.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual io.vertx.codegen.type.TypeMirrorFactory.create:(Ljavax/lang/model/type/TypeMirror;)Lio/vertx/codegen/type/TypeInfo;
            areturn
        end local 1 // com.sun.source.tree.VariableTree parameter
        end local 0 // io.vertx.codetrans.ModelBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/codetrans/ModelBuilder;
            0    1     1  parameter  Lcom/sun/source/tree/VariableTree;

  private static java.lang.String lambda$14(com.sun.source.tree.VariableTree);
    descriptor: (Lcom/sun/source/tree/VariableTree;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.source.tree.VariableTree param
         0: .line 824
            aload 0 /* param */
            invokeinterface com.sun.source.tree.VariableTree.getName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.source.tree.VariableTree param
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  param  Lcom/sun/source/tree/VariableTree;
}
Signature: Lcom/sun/source/util/TreePathScanner<Lio/vertx/codetrans/CodeModel;Lio/vertx/codetrans/VisitContext;>;
SourceFile: "ModelBuilder.java"
NestMembers:
  io.vertx.codetrans.ModelBuilder$1  io.vertx.codetrans.ModelBuilder$2  io.vertx.codetrans.ModelBuilder$3
InnerClasses:
  public final BodyKind = com.sun.source.tree.LambdaExpressionTree$BodyKind of com.sun.source.tree.LambdaExpressionTree
  public final ReferenceMode = com.sun.source.tree.MemberReferenceTree$ReferenceMode of com.sun.source.tree.MemberReferenceTree
  public final Kind = com.sun.source.tree.Tree$Kind of com.sun.source.tree.Tree
  public MethodSymbol = com.sun.tools.javac.code.Symbol$MethodSymbol of com.sun.tools.javac.code.Symbol
  public VarSymbol = com.sun.tools.javac.code.Symbol$VarSymbol of com.sun.tools.javac.code.Symbol
  public abstract JCExpression = com.sun.tools.javac.tree.JCTree$JCExpression of com.sun.tools.javac.tree.JCTree
  public JCFieldAccess = com.sun.tools.javac.tree.JCTree$JCFieldAccess of com.sun.tools.javac.tree.JCTree
  public JCIdent = com.sun.tools.javac.tree.JCTree$JCIdent of com.sun.tools.javac.tree.JCTree
  public JCMemberReference = com.sun.tools.javac.tree.JCTree$JCMemberReference of com.sun.tools.javac.tree.JCTree
  public JCMethodInvocation = com.sun.tools.javac.tree.JCTree$JCMethodInvocation of com.sun.tools.javac.tree.JCTree
  public JCNewClass = com.sun.tools.javac.tree.JCTree$JCNewClass of com.sun.tools.javac.tree.JCTree
  public JCVariableDecl = com.sun.tools.javac.tree.JCTree$JCVariableDecl of com.sun.tools.javac.tree.JCTree
  io.vertx.codetrans.ModelBuilder$1
  io.vertx.codetrans.ModelBuilder$2
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles