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 = 2Zero-based alternative index associated with the embedded source block when known.
ElementIndex = 3Zero-based element index associated with the embedded source block when known.
InputPosition = 1Current input position associated with the embedded source block.
RuleName = 0Name of the parser rule that owns the embedded source block.