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 = 5Inline parser action.
Lexer footer action.
LexerHeader = 7Lexer header action.
LexerInlineAction = 10Inline lexer action.
LexerMembers = 8Lexer members action.
LexerSemanticPredicate = 11Lexer semantic predicate.
Parser footer action.
ParserHeader = 0Parser header action.
ParserMembers = 2Parser members action.
RuleAfter = 4Rule
@afteraction.RuleInit = 3Rule
@initaction.SemanticPredicate = 6Semantic predicate.