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.IFormalParameter Interface Reference

Represents formal parameters. More...

Inheritance diagram for Mercury.Interpreting.IFormalParameter:
Mercury.Interpreting.ActionCall< T > Mercury.Interpreting.ConstantParameter Mercury.Interpreting.VariableParameter

Properties

ParameterType Type [get]
 Formal parameter type. More...
 

Detailed Description

Represents formal parameters.

Definition at line 32 of file FormalParameter.cs.

Property Documentation

ParameterType Mercury.Interpreting.IFormalParameter.Type
get

Formal parameter type.

Definition at line 35 of file FormalParameter.cs.


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