Table of Contents

Enum ParserEmbeddedCodeLocation

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

Identifies the grammar location of an embedded parser code block.

public enum ParserEmbeddedCodeLocation
Extension Methods

Fields

InlineAction = 5

Inline parser action.

LexerFooter = 9

Lexer footer action.

LexerHeader = 7

Lexer header action.

LexerInlineAction = 10

Inline lexer action.

LexerMembers = 8

Lexer members action.

LexerSemanticPredicate = 11

Lexer semantic predicate.

ParserFooter = 1

Parser footer action.

ParserHeader = 0

Parser header action.

ParserMembers = 2

Parser members action.

RuleAfter = 4

Rule @after action.

RuleInit = 3

Rule @init action.

SemanticPredicate = 6

Semantic predicate.