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.Interpreting.TreeEntry< T > Class Template Reference

Represents an entry for tree interpretation. More...

Inheritance diagram for Mercury.Interpreting.TreeEntry< T >:
Mercury.Interpreting.DataEntry

Properties

Tree< SymbolTree [get, set]
 The tree that has been attempted to be interpreted. More...
 
bool Succeeded [get, set]
 Indicates whether the interpretation was successful. More...
 
IReadOnlyList< DataEntryRuleEntries [get]
 List of rule entries that were tried. More...
 

Detailed Description

Represents an entry for tree interpretation.

Type Constraints
T :class 

Definition at line 52 of file Entries.cs.

Property Documentation

IReadOnlyList<DataEntry> Mercury.Interpreting.TreeEntry< T >.RuleEntries
get

List of rule entries that were tried.

Definition at line 75 of file Entries.cs.

bool Mercury.Interpreting.TreeEntry< T >.Succeeded
getset

Indicates whether the interpretation was successful.

Definition at line 72 of file Entries.cs.

Tree<Symbol> Mercury.Interpreting.TreeEntry< T >.Tree
getset

The tree that has been attempted to be interpreted.

Definition at line 69 of file Entries.cs.


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