Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 526 Bytes

File metadata and controls

33 lines (21 loc) · 526 Bytes

Parser Class

SUPPRESSWARNINGS

The parser breaks down a SOQL query into an AST, to be fed into the parser (MockDatabase)

Since

4/6/2024

Group Soql Engine

Author Zackary Frazier

Methods

parse(query)

: Parses a trimmed SOQL query into an AST

Signature

public Node parse(String query)

Parameters

Name Type Description
query String : String, the query to parse

Return Type

Node

: Node, the head of the AST