![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
BnfExpression (BnfTerm element) | |
BnfExpression () | |
override string | ToString () |
![]() | |
BnfTerm (string name) | |
BnfTerm (string name, string errorAlias) | |
BnfTerm (string name, string errorAlias, Type nodeType) | |
BnfTerm (string name, string errorAlias, AstNodeCreator nodeCreator) | |
virtual void | Init (GrammarData grammarData) |
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 () |
Static Public Member Functions | |
static implicit | operator BnfExpression (string symbol) |
static implicit | operator BnfExpression (Terminal term) |
static implicit | operator BnfExpression (NonTerminal nonTerminal) |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
const int | NoPrecedence = 0 |
string | Name |
string | ErrorAlias |
TermFlags | Flags |
int | Precedence = NoPrecedence |
Associativity | Associativity = Associativity.Neutral |
Type | AstNodeType |
object | AstNodeConfig |
AstNodeCreator | AstNodeCreator |
![]() | |
virtual Type | GetAstNodeType (ParsingContext context, ParseTreeNode nodeInfo) |
![]() | |
GrammarData | GrammarData |
![]() | |
Grammar | Grammar [get] |
![]() | |
EventHandler< AstNodeEventArgs > | AstNodeCreated |
Definition at line 40 of file BnfExpression.cs.
Irony.Parsing.BnfExpression.BnfExpression | ( | BnfTerm | element | ) |
Definition at line 42 of file BnfExpression.cs.
Irony.Parsing.BnfExpression.BnfExpression | ( | ) |
Definition at line 45 of file BnfExpression.cs.
|
static |
Definition at line 56 of file BnfExpression.cs.
References Irony.Parsing.Grammar.CurrentGrammar, and Irony.Parsing.Grammar.ToTerm().
|
static |
Definition at line 62 of file BnfExpression.cs.
|
static |
Definition at line 65 of file BnfExpression.cs.
override string Irony.Parsing.BnfExpression.ToString | ( | ) |
Definition at line 51 of file BnfExpression.cs.