public class org.springframework.expression.spel.ast.NullLiteral extends org.springframework.expression.spel.ast.Literal
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.expression.spel.ast.NullLiteral
  super_class: org.springframework.expression.spel.ast.Literal
{
  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.springframework.expression.spel.ast.NullLiteral this
        start local 1 // int startPos
        start local 2 // int endPos
         0: .line 32
            aload 0 /* this */
            aconst_null
            iload 1 /* startPos */
            iload 2 /* endPos */
            invokespecial org.springframework.expression.spel.ast.Literal.<init>:(Ljava/lang/String;II)V
         1: .line 33
            aload 0 /* this */
            ldc "Ljava/lang/Object"
            putfield org.springframework.expression.spel.ast.NullLiteral.exitTypeDescriptor:Ljava/lang/String;
         2: .line 34
            return
        end local 2 // int endPos
        end local 1 // int startPos
        end local 0 // org.springframework.expression.spel.ast.NullLiteral this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/expression/spel/ast/NullLiteral;
            0    3     1  startPos  I
            0    3     2    endPos  I
    MethodParameters:
          Name  Flags
      startPos  
      endPos    

  public org.springframework.expression.TypedValue getLiteralValue();
    descriptor: ()Lorg/springframework/expression/TypedValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.ast.NullLiteral this
         0: .line 39
            getstatic org.springframework.expression.TypedValue.NULL:Lorg/springframework/expression/TypedValue;
            areturn
        end local 0 // org.springframework.expression.spel.ast.NullLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/ast/NullLiteral;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.ast.NullLiteral this
         0: .line 44
            ldc "null"
            areturn
        end local 0 // org.springframework.expression.spel.ast.NullLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/ast/NullLiteral;

  public boolean isCompilable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.ast.NullLiteral this
         0: .line 49
            iconst_1
            ireturn
        end local 0 // org.springframework.expression.spel.ast.NullLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/ast/NullLiteral;

  public void generateCode(org.springframework.asm.MethodVisitor, org.springframework.expression.spel.CodeFlow);
    descriptor: (Lorg/springframework/asm/MethodVisitor;Lorg/springframework/expression/spel/CodeFlow;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.expression.spel.ast.NullLiteral this
        start local 1 // org.springframework.asm.MethodVisitor mv
        start local 2 // org.springframework.expression.spel.CodeFlow cf
         0: .line 54
            aload 1 /* mv */
            iconst_1
            invokevirtual org.springframework.asm.MethodVisitor.visitInsn:(I)V
         1: .line 55
            aload 2 /* cf */
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.NullLiteral.exitTypeDescriptor:Ljava/lang/String;
            invokevirtual org.springframework.expression.spel.CodeFlow.pushDescriptor:(Ljava/lang/String;)V
         2: .line 56
            return
        end local 2 // org.springframework.expression.spel.CodeFlow cf
        end local 1 // org.springframework.asm.MethodVisitor mv
        end local 0 // org.springframework.expression.spel.ast.NullLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/expression/spel/ast/NullLiteral;
            0    3     1    mv  Lorg/springframework/asm/MethodVisitor;
            0    3     2    cf  Lorg/springframework/expression/spel/CodeFlow;
    MethodParameters:
      Name  Flags
      mv    
      cf    
}
SourceFile: "NullLiteral.java"