Mercury library  1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Classes | Namespaces | Enumerations
AnalyserResult.cs File Reference

Go to the source code of this file.

Classes

class  Mercury.AnalyserResult< T, TResult >
 Holds the result of analysis.

The fields hold information according to the following table:

More...
 

Namespaces

package  Mercury
 

Enumerations

enum  Mercury.AnalyserStatus {
  Mercury.AnalyserStatus.Success, Mercury.AnalyserStatus.TokenizerFail, Mercury.AnalyserStatus.ScannerFail, Mercury.AnalyserStatus.ParserFail,
  Mercury.AnalyserStatus.InterpreterFail, Mercury.AnalyserStatus.Undefined
}
 The status of analysis. If failed, see FailReason More...
 
enum  Mercury.FailReason { Mercury.FailReason.None, Mercury.FailReason.Exception, Mercury.FailReason.NoResult }
 Specifies the reason of analysis failure More...