Свойство | Тип | Описание | |
---|---|---|---|
Data | GrammarData | ||
Grammar | |||
InitTime | long | ||
Parser | Irony.Compiler.Parser | ||
Scanner | Irony.Compiler.Scanner |
Метод | Описание | |
---|---|---|
CreateDummy ( ) : |
||
LanguageCompiler ( |
||
LanguageCompiler ( GrammarData data ) : System | ||
Parse ( Irony.Compiler.CompilerContext context, |
||
Parse ( string source ) : AstNode |
public static CreateDummy ( ) : |
||
Результат |
public LanguageCompiler ( |
||
grammar | ||
Результат | System |
public LanguageCompiler ( GrammarData data ) : System | ||
data | GrammarData | |
Результат | System |
public Parse ( Irony.Compiler.CompilerContext context, |
||
context | Irony.Compiler.CompilerContext | |
source | ||
Результат | AstNode |