Свойство | Type | Description | |
---|---|---|---|
Data | GrammarData | ||
Grammar | |||
InitTime | long | ||
Parser | Irony.Compiler.Parser | ||
Scanner | Irony.Compiler.Scanner |
Méthode | Description | |
---|---|---|
CreateDummy ( ) : |
||
LanguageCompiler ( |
||
LanguageCompiler ( GrammarData data ) : System | ||
Parse ( Irony.Compiler.CompilerContext context, |
||
Parse ( string source ) : AstNode |
public static CreateDummy ( ) : |
||
Résultat |
public LanguageCompiler ( |
||
grammar | ||
Résultat | System |
public LanguageCompiler ( GrammarData data ) : System | ||
data | GrammarData | |
Résultat | System |
public Parse ( Irony.Compiler.CompilerContext context, |
||
context | Irony.Compiler.CompilerContext | |
source | ||
Résultat | AstNode |