NullParser is a parser for null values.
Since
11/28/2024
Group Soql Engine
Author Zackary Frazier
Inheritance
Parses a null value from a query string.
public override Intermediary parse(String query)
Name | Type | Description |
---|---|---|
query | String | String |
,[object Object]
Inherited
Sets the token for the parser
public void setToken(String token)
Name | Type | Description |
---|---|---|
token | String | String |
void