![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
| DsvLiteral (string name, TypeCode dataType, string terminator) | |
| DsvLiteral (string name, TypeCode dataType) | |
| override void | Init (GrammarData grammarData) |
Public Member Functions inherited from Irony.Parsing.DataLiteralBase | |
| DataLiteralBase (string name, TypeCode dataType) | |
| override Token | TryMatch (ParsingContext context, ISourceStream source) |
Public Member Functions inherited from Irony.Parsing.Terminal | |
| Terminal (string name) | |
| Terminal (string name, TokenCategory category) | |
| Terminal (string name, string errorAlias, TokenCategory category, TermFlags flags) | |
| Terminal (string name, TokenCategory category, TermFlags flags) | |
| virtual IList< string > | GetFirsts () |
| virtual string | TokenToString (Token token) |
| void | SetOutputTerminal (Grammar grammar, Terminal outputTerminal) |
Public Member Functions inherited from Irony.Parsing.BnfTerm | |
| BnfTerm (string name) | |
| BnfTerm (string name, string errorAlias) | |
| BnfTerm (string name, string errorAlias, Type nodeType) | |
| BnfTerm (string name, string errorAlias, AstNodeCreator nodeCreator) | |
| virtual string | GetParseNodeCaption (ParseTreeNode node) |
| override string | ToString () |
| override int | GetHashCode () |
| bool | FlagIsSet (TermFlags flag) |
| void | SetFlag (TermFlags flag) |
| void | SetFlag (TermFlags flag, bool value) |
| virtual void | CreateAstNode (ParsingContext context, ParseTreeNode nodeInfo) |
| NonTerminal | Q () |
| NonTerminal | Plus () |
| NonTerminal | Star () |
Public Attributes | |
| string | Terminator = "," |
| bool | ConsumeTerminator = true |
Public Attributes inherited from Irony.Parsing.DataLiteralBase | |
| TypeCode | DataType |
| string | DateTimeFormat = "d" |
| int | IntRadix = 10 |
Public Attributes inherited from Irony.Parsing.Terminal | |
| TokenCategory | Category = TokenCategory.Content |
| int | Priority |
| TokenEditorInfo | EditorInfo |
| byte | MultilineIndex |
| Terminal | IsPairFor |
| const int | LowestPriority = -1000 |
| const int | HighestPriority = 1000 |
| const int | ReservedWordsPriority = 900 |
Public Attributes inherited from Irony.Parsing.BnfTerm | |
| const int | NoPrecedence = 0 |
| string | Name |
| string | ErrorAlias |
| TermFlags | Flags |
| int | Precedence = NoPrecedence |
| Associativity | Associativity = Associativity.Neutral |
| Type | AstNodeType |
| object | AstNodeConfig |
| AstNodeCreator | AstNodeCreator |
Protected Member Functions | |
| override string | ReadBody (ParsingContext context, ISourceStream source) |
Protected Member Functions inherited from Irony.Parsing.DataLiteralBase | |
| virtual object | ConvertValue (ParsingContext context, string textValue) |
Protected Member Functions inherited from Irony.Parsing.BnfTerm | |
| virtual Type | GetAstNodeType (ParsingContext context, ParseTreeNode nodeInfo) |
Additional Inherited Members | |
Static Public Member Functions inherited from Irony.Parsing.Terminal | |
| static int | ByName (Terminal x, Terminal y) |
| static int | ByPriorityReverse (Terminal x, Terminal y) |
| static string | TerminalsToString (IEnumerable< Terminal > terminals, string separator) |
Static Public Member Functions inherited from Irony.Parsing.BnfTerm | |
| static BnfExpression | operator+ (BnfTerm term1, BnfTerm term2) |
| static BnfExpression | operator+ (BnfTerm term1, string symbol2) |
| static BnfExpression | operator+ (string symbol1, BnfTerm term2) |
| static BnfExpression | operator| (BnfTerm term1, BnfTerm term2) |
| static BnfExpression | operator| (BnfTerm term1, string symbol2) |
| static BnfExpression | operator| (string symbol1, BnfTerm term2) |
Protected Attributes inherited from Irony.Parsing.BnfTerm | |
| GrammarData | GrammarData |
Properties inherited from Irony.Parsing.Terminal | |
| Terminal | OutputTerminal [get, set] |
Properties inherited from Irony.Parsing.BnfTerm | |
| Grammar | Grammar [get] |
Events inherited from Irony.Parsing.Terminal | |
| EventHandler< ParsingEventArgs > | ValidateToken |
Events inherited from Irony.Parsing.BnfTerm | |
| EventHandler< AstNodeEventArgs > | AstNodeCreated |
Definition at line 26 of file DsvLiteral.cs.
| Irony.Parsing.DsvLiteral.DsvLiteral | ( | string | name, |
| TypeCode | dataType, | ||
| string | terminator | ||
| ) |
Definition at line 32 of file DsvLiteral.cs.
| Irony.Parsing.DsvLiteral.DsvLiteral | ( | string | name, |
| TypeCode | dataType | ||
| ) |
Definition at line 35 of file DsvLiteral.cs.
|
virtual |
Reimplemented from Irony.Parsing.BnfTerm.
Definition at line 37 of file DsvLiteral.cs.
|
protectedvirtual |
Reimplemented from Irony.Parsing.DataLiteralBase.
Definition at line 45 of file DsvLiteral.cs.
References Irony.Parsing.ConsumeTerminator, and Irony.Parsing.ISourceStream.PreviewChar.
| bool Irony.Parsing.DsvLiteral.ConsumeTerminator = true |
Definition at line 28 of file DsvLiteral.cs.
| string Irony.Parsing.DsvLiteral.Terminator = "," |
Definition at line 27 of file DsvLiteral.cs.