Class: JSONP3::Path::NullLiteral

Inherits:
FilterExpressionLiteral show all
Defined in:
lib/json_p3/path/filter.rb

Overview

A literal null

Instance Attribute Summary

Attributes inherited from FilterExpressionLiteral

#value

Attributes inherited from Expression

#token

Instance Method Summary collapse

Methods inherited from FilterExpressionLiteral

#==, #evaluate, #hash, #initialize

Methods inherited from Expression

#evaluate, #initialize

Constructor Details

This class inherits a constructor from JSONP3::Path::FilterExpressionLiteral

Instance Method Details

#to_sObject



135
136
137
# File 'lib/json_p3/path/filter.rb', line 135

def to_s
  "null"
end