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
FormalParameter.cs File Reference

Go to the source code of this file.

Classes

interface  Mercury.Interpreting.IFormalParameter
 Represents formal parameters. More...
 
class  Mercury.Interpreting.ConstantParameter
 Constant parameter. More...
 
class  Mercury.Interpreting.VariableParameter
 Represents a named parameter that will be replaced by an actual value of a variable captured by interpreter. More...
 

Namespaces

package  Mercury.Interpreting
 

Enumerations

enum  Mercury.Interpreting.ParameterType {
  Mercury.Interpreting.ParameterType.IntegralConstant, Mercury.Interpreting.ParameterType.RealConstant, Mercury.Interpreting.ParameterType.StringConstant, Mercury.Interpreting.ParameterType.BooleanConstant,
  Mercury.Interpreting.ParameterType.Variable, Mercury.Interpreting.ParameterType.ActionCall
}
 Formal Parameter Type More...