Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 725 Bytes

BooleanParser.md

File metadata and controls

54 lines (35 loc) · 725 Bytes

BooleanParser Class

A parser for boolean values

Since

11/25/2024

Author Zackary Frazier

Inheritance

SubParser

Methods

parse(query)

Parse a boolean value

Signature

public override Intermediary parse(String query)

Parameters

Name Type Description
query String String

Return Type

Intermediary

,[object Object]


setToken(token)

Inherited

Sets the token for the parser

Signature

public void setToken(String token)

Parameters

Name Type Description
token String String

Return Type

void