Property | Type | Description | |
---|---|---|---|
Data | GrammarData | ||
Grammar | |||
InitTime | long | ||
Parser | Irony.Compiler.Parser | ||
Scanner | Irony.Compiler.Scanner |
Method | Description | |
---|---|---|
CreateDummy ( ) : |
||
LanguageCompiler ( |
||
LanguageCompiler ( GrammarData data ) : System | ||
Parse ( Irony.Compiler.CompilerContext context, |
||
Parse ( string source ) : AstNode |
public static CreateDummy ( ) : |
||
return |
public LanguageCompiler ( |
||
grammar | ||
return | System |
public LanguageCompiler ( GrammarData data ) : System | ||
data | GrammarData | |
return | System |
public Parse ( Irony.Compiler.CompilerContext context, |
||
context | Irony.Compiler.CompilerContext | |
source | ||
return | AstNode |