A parser for boolean values
Since
11/25/2024
Author Zackary Frazier
Inheritance
Parse a boolean value
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