|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Result of the interpretation. More...
Properties | |
| bool | Success [get] |
Gets a value indicating whether the interpretation was successful. If the value is false, Exception and Result fields may be null. More... | |
| Tree< Symbol > | Input [get, set] |
| A tree that was interpreted. More... | |
| T | Result [get, set] |
Result interpretation or null More... | |
| Exception | Exception [get, set] |
| If an exception was caught during interpretation, it is stored in this field. More... | |
| InterpreterContext< T > | Context [get, set] |
Copy of context used for interpretation. Provides RootEntry that serves as the interpreter log (see Mercury.Interpreting.InterpreterContext{T}. More... | |
Result of the interpretation.
| T | Interpreter return type. |
| T | : | class |
Definition at line 17 of file InterpreterResult.cs.
|
getset |
Copy of context used for interpretation. Provides RootEntry that serves as the interpreter log (see Mercury.Interpreting.InterpreterContext{T}.
Definition at line 44 of file InterpreterResult.cs.
|
getset |
If an exception was caught during interpretation, it is stored in this field.
Definition at line 37 of file InterpreterResult.cs.
A tree that was interpreted.
Definition at line 28 of file InterpreterResult.cs.
|
getset |
Result interpretation or null
Definition at line 31 of file InterpreterResult.cs.
|
get |
Gets a value indicating whether the interpretation was successful. If the value is false, Exception and Result fields may be null.
Definition at line 25 of file InterpreterResult.cs.
1.8.7