Uses of Class
org.mal_lang.lib.AST
-
-
Uses of AST in org.mal_lang.lib
Methods in org.mal_lang.lib that return AST Modifier and Type Method Description static AST
Parser. parse(File file)
static AST
Parser. parse(File file, boolean verbose, boolean debug)
Methods in org.mal_lang.lib with parameters of type AST Modifier and Type Method Description static void
Analyzer. analyze(AST ast)
static void
Analyzer. analyze(AST ast, boolean verbose, boolean debug)
static Lang
LangConverter. convert(AST ast)
static Lang
LangConverter. convert(AST ast, boolean verbose, boolean debug)
static Lang
LangConverter. convert(AST ast, boolean verbose, boolean debug, Map<String,byte[]> svgIcons, Map<String,byte[]> pngIcons, String license, String notice)
static Lang
LangConverter. convert(AST ast, Map<String,byte[]> svgIcons, Map<String,byte[]> pngIcons, String license, String notice)
void
AST. include(AST other)
-