![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
GrammarHint (HintType hintType, object data) | |
![]() | |
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 () |
Public Attributes | |
readonly HintType | HintType |
readonly object | Data |
![]() | |
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 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 |
![]() | |
Grammar | Grammar [get] |
![]() | |
EventHandler< AstNodeEventArgs > | AstNodeCreated |
Definition at line 62 of file GrammarHint.cs.
Irony.Parsing.GrammarHint.GrammarHint | ( | HintType | hintType, |
object | data | ||
) |
Definition at line 66 of file GrammarHint.cs.
readonly object Irony.Parsing.GrammarHint.Data |
Definition at line 64 of file GrammarHint.cs.
readonly HintType Irony.Parsing.GrammarHint.HintType |
Definition at line 63 of file GrammarHint.cs.