![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
FreeTextLiteral (string name, params string[] terminators) | |
FreeTextLiteral (string name, FreeTextOptions freeTextOptions, params string[] terminators) | |
override IList< string > | GetFirsts () |
override void | Init (GrammarData grammarData) |
override Token | TryMatch (ParsingContext context, ISourceStream source) |
![]() | |
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 string | TokenToString (Token token) |
void | SetOutputTerminal (Grammar grammar, Terminal outputTerminal) |
![]() | |
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 | |
StringSet | Terminators = new StringSet() |
StringSet | Firsts = new StringSet() |
StringDictionary | Escapes = new StringDictionary() |
FreeTextOptions | FreeTextOptions |
![]() | |
TokenCategory | Category = TokenCategory.Content |
int | Priority |
TokenEditorInfo | EditorInfo |
byte | MultilineIndex |
Terminal | IsPairFor |
const int | LowestPriority = -1000 |
const int | HighestPriority = 1000 |
const int | ReservedWordsPriority = 900 |
![]() | |
const int | NoPrecedence = 0 |
string | Name |
string | ErrorAlias |
TermFlags | Flags |
int | Precedence = NoPrecedence |
Associativity | Associativity = Associativity.Neutral |
Type | AstNodeType |
object | AstNodeConfig |
AstNodeCreator | AstNodeCreator |
Additional Inherited Members | |
![]() | |
static int | ByName (Terminal x, Terminal y) |
static int | ByPriorityReverse (Terminal x, Terminal y) |
static string | TerminalsToString (IEnumerable< Terminal > terminals, string separator) |
![]() | |
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) |
![]() | |
virtual Type | GetAstNodeType (ParsingContext context, ParseTreeNode nodeInfo) |
![]() | |
GrammarData | GrammarData |
![]() | |
Terminal | OutputTerminal [get, set] |
![]() | |
Grammar | Grammar [get] |
![]() | |
EventHandler< ParsingEventArgs > | ValidateToken |
![]() | |
EventHandler< AstNodeEventArgs > | AstNodeCreated |
Definition at line 30 of file FreeTextLiteral.cs.
Irony.Parsing.FreeTextLiteral.FreeTextLiteral | ( | string | name, |
params string[] | terminators | ||
) |
Definition at line 37 of file FreeTextLiteral.cs.
Irony.Parsing.FreeTextLiteral.FreeTextLiteral | ( | string | name, |
FreeTextOptions | freeTextOptions, | ||
params string[] | terminators | ||
) |
Definition at line 38 of file FreeTextLiteral.cs.
|
virtual |
Reimplemented from Irony.Parsing.Terminal.
Definition at line 44 of file FreeTextLiteral.cs.
|
virtual |
Reimplemented from Irony.Parsing.BnfTerm.
Definition at line 49 of file FreeTextLiteral.cs.
|
virtual |
Reimplemented from Irony.Parsing.Terminal.
Definition at line 59 of file FreeTextLiteral.cs.
StringDictionary Irony.Parsing.FreeTextLiteral.Escapes = new StringDictionary() |
Definition at line 33 of file FreeTextLiteral.cs.
Definition at line 32 of file FreeTextLiteral.cs.
FreeTextOptions Irony.Parsing.FreeTextLiteral.FreeTextOptions |
Definition at line 34 of file FreeTextLiteral.cs.
Definition at line 31 of file FreeTextLiteral.cs.