Table of Contents

Enum EmbeddedCodeContextSymbol

Namespace
Utils.Parser.EmbeddedCode
Assembly
Utils.Parser.dll

Identifies a contextual symbol that an embedded-code preparer may make available to source code.

public enum EmbeddedCodeContextSymbol
Extension Methods

Fields

AlternativeIndex = 2

Zero-based alternative index associated with the embedded source block when known.

ElementIndex = 3

Zero-based element index associated with the embedded source block when known.

InputPosition = 1

Current input position associated with the embedded source block.

RuleName = 0

Name of the parser rule that owns the embedded source block.