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 ASTParser. parse(File file)static ASTParser. parse(File file, boolean verbose, boolean debug)Methods in org.mal_lang.lib with parameters of type AST Modifier and Type Method Description static voidAnalyzer. analyze(AST ast)static voidAnalyzer. analyze(AST ast, boolean verbose, boolean debug)static LangLangConverter. convert(AST ast)static LangLangConverter. convert(AST ast, boolean verbose, boolean debug)static LangLangConverter. convert(AST ast, boolean verbose, boolean debug, Map<String,byte[]> svgIcons, Map<String,byte[]> pngIcons, String license, String notice)static LangLangConverter. convert(AST ast, Map<String,byte[]> svgIcons, Map<String,byte[]> pngIcons, String license, String notice)voidAST. include(AST other)
-