![]() |
Paradox Game Engine
v1.0.0 beta06
|
The class provides arguments for custom conflict resolution grammar method. More...
Public Attributes | |
readonly ParsingContext | Context |
readonly Scanner | Scanner |
readonly ParserState | NewShiftState |
ParserActionType | Result |
Production | ReduceProduction |
The class provides arguments for custom conflict resolution grammar method.
Definition at line 178 of file ParserData.cs.
readonly ParsingContext Irony.Parsing.ConflictResolutionArgs.Context |
Definition at line 179 of file ParserData.cs.
Referenced by SiliconStudio.Shaders.Grammar.IdentifierResolverHint.Match(), SiliconStudio.Shaders.Grammar.GenericResolverHint.Match(), and Irony.Parsing.TokenPreviewHint.Match().
readonly ParserState Irony.Parsing.ConflictResolutionArgs.NewShiftState |
Definition at line 181 of file ParserData.cs.
Production Irony.Parsing.ConflictResolutionArgs.ReduceProduction |
Definition at line 184 of file ParserData.cs.
ParserActionType Irony.Parsing.ConflictResolutionArgs.Result |
Definition at line 183 of file ParserData.cs.
readonly Scanner Irony.Parsing.ConflictResolutionArgs.Scanner |
Definition at line 180 of file ParserData.cs.