Mercury library  1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Properties | List of all members
Mercury.Syntax.ParserResult Class Reference

Represents the result returned by the parser. More...

Properties

bool Accepted [get, set]
 Indicates whether parser recognized the input. More...
 
IReadOnlyList< TokenInputTokens [get, set]
 Parser input. More...
 
IReadOnlyList< EdgeChart [get, set]
 Content of chart after parsing. More...
 
IReadOnlyList< Tree< Symbol > > Trees [get, set]
 Derivation trees. More...
 

Detailed Description

Represents the result returned by the parser.

Definition at line 14 of file ParserResult.cs.

Property Documentation

bool Mercury.Syntax.ParserResult.Accepted
getset

Indicates whether parser recognized the input.

Definition at line 19 of file ParserResult.cs.

IReadOnlyList<Edge> Mercury.Syntax.ParserResult.Chart
getset

Content of chart after parsing.

Definition at line 25 of file ParserResult.cs.

IReadOnlyList<Token> Mercury.Syntax.ParserResult.InputTokens
getset

Parser input.

Definition at line 22 of file ParserResult.cs.

IReadOnlyList<Tree<Symbol> > Mercury.Syntax.ParserResult.Trees
getset

Derivation trees.

Definition at line 28 of file ParserResult.cs.


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