Class: NullLiteral
jsonpath.expressions.NullLiteral
Base class for JSONPath ValueType literals.
Hierarchy
-
↳
NullLiteral
Constructors
constructor
• new NullLiteral(token
): NullLiteral
Parameters
Name | Type |
---|---|
token | Token |
Returns
Inherited from
FilterExpressionLiteral.constructor
Defined in
Properties
token
• Readonly
token: Token
Inherited from
Defined in
Methods
evaluate
▸ evaluate(): null
Evaluate the filter expression in the given context.
Returns
null
Overrides
FilterExpressionLiteral.evaluate
Defined in
toString
▸ toString(): string
Return a string representation of the expression.
Returns
string
Overrides
FilterExpressionLiteral.toString