Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 866 Bytes

QueryParser.md

File metadata and controls

63 lines (40 loc) · 866 Bytes

QueryParser Class

SUPPRESSWARNINGS

This class is responsible for parsing a SOQL query

Since

4/12/2024

Group Soql Engine

Author Zackary Frazier

Inheritance

SubParser

Methods

parse(query)

SUPPRESSWARNINGS

Parses a SOQL query

Signature

public override Intermediary parse(String query)

Parameters

Name Type Description
query String

Return Type

Intermediary

,[object Object]

Throws

ParsingException:


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