public class io.vertx.codetrans.expression.MethodInvocationModel extends io.vertx.codetrans.expression.ExpressionModel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codetrans.expression.MethodInvocationModel
  super_class: io.vertx.codetrans.expression.ExpressionModel
{
  public final io.vertx.codetrans.expression.ExpressionModel expression;
    descriptor: Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final io.vertx.codegen.type.TypeInfo receiverType;
    descriptor: Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final io.vertx.codetrans.MethodSignature method;
    descriptor: Lio/vertx/codetrans/MethodSignature;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final io.vertx.codegen.type.TypeInfo returnType;
    descriptor: Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.util.List<io.vertx.codetrans.TypeArg> typeArguments;
    descriptor: Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/codetrans/TypeArg;>;

  public final java.util.List<io.vertx.codetrans.expression.ExpressionModel> argumentModels;
    descriptor: Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;

  public final java.util.List<io.vertx.codegen.type.TypeInfo> argumentTypes;
    descriptor: Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;

  public void <init>(io.vertx.codetrans.CodeBuilder, io.vertx.codetrans.expression.ExpressionModel, io.vertx.codegen.type.TypeInfo, io.vertx.codetrans.MethodSignature, io.vertx.codegen.type.TypeInfo, java.util.List<io.vertx.codetrans.TypeArg>, java.util.List<io.vertx.codetrans.expression.ExpressionModel>, java.util.List<io.vertx.codegen.type.TypeInfo>);
    descriptor: (Lio/vertx/codetrans/CodeBuilder;Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codetrans/MethodSignature;Lio/vertx/codegen/type/TypeInfo;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=9, args_size=9
        start local 0 // io.vertx.codetrans.expression.MethodInvocationModel this
        start local 1 // io.vertx.codetrans.CodeBuilder builder
        start local 2 // io.vertx.codetrans.expression.ExpressionModel expression
        start local 3 // io.vertx.codegen.type.TypeInfo receiverType
        start local 4 // io.vertx.codetrans.MethodSignature method
        start local 5 // io.vertx.codegen.type.TypeInfo returnType
        start local 6 // java.util.List typeArguments
        start local 7 // java.util.List argumentModels
        start local 8 // java.util.List argumentTypes
         0: .line 26
            aload 0 /* this */
            aload 1 /* builder */
            invokespecial io.vertx.codetrans.expression.ExpressionModel.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
         1: .line 27
            aload 0 /* this */
            aload 2 /* expression */
            putfield io.vertx.codetrans.expression.MethodInvocationModel.expression:Lio/vertx/codetrans/expression/ExpressionModel;
         2: .line 28
            aload 0 /* this */
            aload 3 /* receiverType */
            putfield io.vertx.codetrans.expression.MethodInvocationModel.receiverType:Lio/vertx/codegen/type/TypeInfo;
         3: .line 29
            aload 0 /* this */
            aload 4 /* method */
            putfield io.vertx.codetrans.expression.MethodInvocationModel.method:Lio/vertx/codetrans/MethodSignature;
         4: .line 30
            aload 0 /* this */
            aload 5 /* returnType */
            putfield io.vertx.codetrans.expression.MethodInvocationModel.returnType:Lio/vertx/codegen/type/TypeInfo;
         5: .line 31
            aload 0 /* this */
            aload 6 /* typeArguments */
            putfield io.vertx.codetrans.expression.MethodInvocationModel.typeArguments:Ljava/util/List;
         6: .line 32
            aload 0 /* this */
            aload 7 /* argumentModels */
            putfield io.vertx.codetrans.expression.MethodInvocationModel.argumentModels:Ljava/util/List;
         7: .line 33
            aload 0 /* this */
            aload 8 /* argumentTypes */
            putfield io.vertx.codetrans.expression.MethodInvocationModel.argumentTypes:Ljava/util/List;
         8: .line 34
            return
        end local 8 // java.util.List argumentTypes
        end local 7 // java.util.List argumentModels
        end local 6 // java.util.List typeArguments
        end local 5 // io.vertx.codegen.type.TypeInfo returnType
        end local 4 // io.vertx.codetrans.MethodSignature method
        end local 3 // io.vertx.codegen.type.TypeInfo receiverType
        end local 2 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 1 // io.vertx.codetrans.CodeBuilder builder
        end local 0 // io.vertx.codetrans.expression.MethodInvocationModel this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lio/vertx/codetrans/expression/MethodInvocationModel;
            0    9     1         builder  Lio/vertx/codetrans/CodeBuilder;
            0    9     2      expression  Lio/vertx/codetrans/expression/ExpressionModel;
            0    9     3    receiverType  Lio/vertx/codegen/type/TypeInfo;
            0    9     4          method  Lio/vertx/codetrans/MethodSignature;
            0    9     5      returnType  Lio/vertx/codegen/type/TypeInfo;
            0    9     6   typeArguments  Ljava/util/List<Lio/vertx/codetrans/TypeArg;>;
            0    9     7  argumentModels  Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;
            0    9     8   argumentTypes  Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;
    Signature: (Lio/vertx/codetrans/CodeBuilder;Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codetrans/MethodSignature;Lio/vertx/codegen/type/TypeInfo;Ljava/util/List<Lio/vertx/codetrans/TypeArg;>;Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;)V
    MethodParameters:
                Name  Flags
      builder         
      expression      
      receiverType    
      method          
      returnType      
      typeArguments   
      argumentModels  
      argumentTypes   

  public void render(io.vertx.codetrans.CodeWriter);
    descriptor: (Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.expression.MethodInvocationModel this
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 38
            aload 1 /* writer */
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.MethodInvocationModel.expression:Lio/vertx/codetrans/expression/ExpressionModel;
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.MethodInvocationModel.receiverType:Lio/vertx/codegen/type/TypeInfo;
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.MethodInvocationModel.method:Lio/vertx/codetrans/MethodSignature;
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.MethodInvocationModel.returnType:Lio/vertx/codegen/type/TypeInfo;
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.MethodInvocationModel.typeArguments:Ljava/util/List;
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.MethodInvocationModel.argumentModels:Ljava/util/List;
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.MethodInvocationModel.argumentTypes:Ljava/util/List;
            invokevirtual io.vertx.codetrans.CodeWriter.renderMethodInvocation:(Lio/vertx/codetrans/expression/ExpressionModel;Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codetrans/MethodSignature;Lio/vertx/codegen/type/TypeInfo;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
         1: .line 39
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
        end local 0 // io.vertx.codetrans.expression.MethodInvocationModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/codetrans/expression/MethodInvocationModel;
            0    2     1  writer  Lio/vertx/codetrans/CodeWriter;
    MethodParameters:
        Name  Flags
      writer  
}
SourceFile: "MethodInvocationModel.java"