Documentation Language: Swift

Structure

ECoreQueryParser

Simple query parser for basic expressions.

struct ECoreQueryParser

Overview

This parser handles basic navigation expressions and can be extended to support more complex OCL-like constructs.

Topics

Instance Methods

F
parse(_:)

Parse a query expression into an abstract syntax tree.

Relationships

Conforms To