public class org.springframework.expression.spel.ast.ValueRef$NullValueRef implements org.springframework.expression.spel.ast.ValueRef
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.expression.spel.ast.ValueRef$NullValueRef
  super_class: java.lang.Object
{
  static final org.springframework.expression.spel.ast.ValueRef$NullValueRef INSTANCE;
    descriptor: Lorg/springframework/expression/spel/ast/ValueRef$NullValueRef;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 63
            new org.springframework.expression.spel.ast.ValueRef$NullValueRef
            dup
            invokespecial org.springframework.expression.spel.ast.ValueRef$NullValueRef.<init>:()V
            putstatic org.springframework.expression.spel.ast.ValueRef$NullValueRef.INSTANCE:Lorg/springframework/expression/spel/ast/ValueRef$NullValueRef;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.ast.ValueRef$NullValueRef this
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.expression.spel.ast.ValueRef$NullValueRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/ast/ValueRef$NullValueRef;

  public org.springframework.expression.TypedValue getValue();
    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.ValueRef$NullValueRef this
         0: .line 67
            getstatic org.springframework.expression.TypedValue.NULL:Lorg/springframework/expression/TypedValue;
            areturn
        end local 0 // org.springframework.expression.spel.ast.ValueRef$NullValueRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/ast/ValueRef$NullValueRef;

  public void setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // org.springframework.expression.spel.ast.ValueRef$NullValueRef this
        start local 1 // java.lang.Object newValue
         0: .line 75
            new org.springframework.expression.spel.SpelEvaluationException
            dup
            iconst_0
            getstatic org.springframework.expression.spel.SpelMessage.NOT_ASSIGNABLE:Lorg/springframework/expression/spel/SpelMessage;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "null"
            aastore
            invokespecial org.springframework.expression.spel.SpelEvaluationException.<init>:(ILorg/springframework/expression/spel/SpelMessage;[Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.Object newValue
        end local 0 // org.springframework.expression.spel.ast.ValueRef$NullValueRef this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/expression/spel/ast/ValueRef$NullValueRef;
            0    1     1  newValue  Ljava/lang/Object;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
          Name  Flags
      newValue  

  public boolean isWritable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.ast.ValueRef$NullValueRef this
         0: .line 80
            iconst_0
            ireturn
        end local 0 // org.springframework.expression.spel.ast.ValueRef$NullValueRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/ast/ValueRef$NullValueRef;
}
SourceFile: "ValueRef.java"
NestHost: org.springframework.expression.spel.ast.ValueRef
InnerClasses:
  public NullValueRef = org.springframework.expression.spel.ast.ValueRef$NullValueRef of org.springframework.expression.spel.ast.ValueRef