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.Argument Class Reference

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...
 

Detailed Description

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.

Property Documentation

virtual ArgumentType Mercury.Interpreting.Argument.Type
getset

Argument type.

Definition at line 73 of file Argument.cs.

dynamic Mercury.Interpreting.Argument.Value
get

Argument value.

Definition at line 76 of file Argument.cs.


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