Static Public Member Functions | List of all members
PropertyParserService Class Referencefinal

Encapsulates the creation and execution of a pre-processor, scanner, and parser in a single function. More...

#include <PropertyParserService.hpp>

Static Public Member Functions

static AST::Properties parse (const std::shared_ptr< Resource::Uri > &uri)
 Parse the input represented by the URI and generate a property AST tree. More...
 
static AST::Properties parse (const Resource::Uri &uri)
 Parse the input represented by the URI and generate a property AST tree. More...
 

Detailed Description

Encapsulates the creation and execution of a pre-processor, scanner, and parser in a single function.

Member Function Documentation

◆ parse() [1/2]

static AST::Properties parse ( const std::shared_ptr< Resource::Uri > &  uri)
inlinestatic

Parse the input represented by the URI and generate a property AST tree.

◆ parse() [2/2]

static AST::Properties parse ( const Resource::Uri uri)
inlinestatic

Parse the input represented by the URI and generate a property AST tree.


The documentation for this class was generated from the following file: