Table of Contents

Class AnyMetaGrammar.BoundRule

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

A rule class representing the rule 'Bound'

public class AnyMetaGrammar.BoundRule : EscapedConvertRule<int>
Inheritance
AnyMetaGrammar.BoundRule
Inherited Members

Methods

Escape(string)

Escapes the given string

public override string Escape(string value)

Parameters

value string

the unescaped string

Returns

string

the escaped string

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.

Unescape(string)

Unescapes the given string

public override string Unescape(string value)

Parameters

value string

the escaped string

Returns

string

the unescaped string