|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Represents an argument passed to the Mercury.Interpreting.InterpreterAction{T}, the actual parameter given to the Mercury.Interpreting.Evaluator{T} in place of a formal parameter. More...
Inherited by Mercury.Interpreting.Evaluator< T >.
Properties | |
| virtual ArgumentType | Type [get, set] |
| Argument type. More... | |
| dynamic | Value [get] |
| Argument value. More... | |
Represents an argument passed to the Mercury.Interpreting.InterpreterAction{T}, the actual parameter given to the Mercury.Interpreting.Evaluator{T} in place of a formal parameter.
Definition at line 58 of file Argument.cs.
|
getset |
Argument type.
Definition at line 73 of file Argument.cs.
|
get |
Argument value.
Definition at line 76 of file Argument.cs.
1.8.7