public class io.vertx.codetrans.expression.NullLiteralModel 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.NullLiteralModel
  super_class: io.vertx.codetrans.expression.ExpressionModel
{
  public void <init>(io.vertx.codetrans.CodeBuilder);
    descriptor: (Lio/vertx/codetrans/CodeBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.expression.NullLiteralModel this
        start local 1 // io.vertx.codetrans.CodeBuilder builder
         0: .line 14
            aload 0 /* this */
            aload 1 /* builder */
            invokespecial io.vertx.codetrans.expression.ExpressionModel.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
         1: .line 15
            return
        end local 1 // io.vertx.codetrans.CodeBuilder builder
        end local 0 // io.vertx.codetrans.expression.NullLiteralModel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/codetrans/expression/NullLiteralModel;
            0    2     1  builder  Lio/vertx/codetrans/CodeBuilder;
    MethodParameters:
         Name  Flags
      builder  

  public boolean isStringDecl();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codetrans.expression.NullLiteralModel this
         0: .line 19
            iconst_1
            ireturn
        end local 0 // io.vertx.codetrans.expression.NullLiteralModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codetrans/expression/NullLiteralModel;

  void collectParts(java.util.List<java.lang.Object>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.expression.NullLiteralModel this
        start local 1 // java.util.List parts
         0: .line 24
            aload 1 /* parts */
            aconst_null
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 25
            return
        end local 1 // java.util.List parts
        end local 0 // io.vertx.codetrans.expression.NullLiteralModel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/codetrans/expression/NullLiteralModel;
            0    2     1  parts  Ljava/util/List<Ljava/lang/Object;>;
    Signature: (Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
       Name  Flags
      parts  

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codetrans.expression.NullLiteralModel this
         0: .line 28
            aconst_null
            areturn
        end local 0 // io.vertx.codetrans.expression.NullLiteralModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codetrans/expression/NullLiteralModel;

  public void render(io.vertx.codetrans.CodeWriter);
    descriptor: (Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.expression.NullLiteralModel this
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 33
            aload 1 /* writer */
            invokevirtual io.vertx.codetrans.CodeWriter.renderNullLiteral:()V
         1: .line 34
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
        end local 0 // io.vertx.codetrans.expression.NullLiteralModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/codetrans/expression/NullLiteralModel;
            0    2     1  writer  Lio/vertx/codetrans/CodeWriter;
    MethodParameters:
        Name  Flags
      writer  
}
SourceFile: "NullLiteralModel.java"