Table of Contents

Class AnyMetaGrammar.OperationParametersParameterRule

Namespace
NMF.AnyText.AnyMeta
Assembly
NMF.AnyText.AnyMeta.dll

Rule to assign the contents of the inner rule to Parameters

public class AnyMetaGrammar.OperationParametersParameterRule : AddAssignRule<IOperation, IParameter>
Inheritance
AnyMetaGrammar.OperationParametersParameterRule
Inherited Members

Properties

Feature

Gets the name of the feature that is assigned

protected override string Feature { get; }

Property Value

string

Methods

GetCollection(IOperation, ParseContext)

Obtains the child collection

public override ICollection<IParameter> GetCollection(IOperation semanticElement, ParseContext context)

Parameters

semanticElement IOperation

the context element

context ParseContext

the parse context in which the collection is obtained

Returns

ICollection<IParameter>

a collection of values

Initialize(GrammarContext)

Initializes the current grammar rule

public override void Initialize(GrammarContext context)

Parameters

context GrammarContext

the grammar context in which the rule is initialized

Remarks

Do not modify the contents of this method as it will be overridden as the contents of the Metamodel file change.