- java.lang.Object
-
- org.mal_lang.lib.LangConverter
-
public class LangConverter extends Object
- Since:
- 0.1.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Lang
convert(AST ast)
static Lang
convert(AST ast, boolean verbose, boolean debug)
static Lang
convert(AST ast, boolean verbose, boolean debug, Map<String,byte[]> svgIcons, Map<String,byte[]> pngIcons, String license, String notice)
static Lang
convert(AST ast, Map<String,byte[]> svgIcons, Map<String,byte[]> pngIcons, String license, String notice)
-
-
-
Method Detail
-
convert
public static Lang convert(AST ast, Map<String,byte[]> svgIcons, Map<String,byte[]> pngIcons, String license, String notice)
-
convert
public static Lang convert(AST ast, boolean verbose, boolean debug, Map<String,byte[]> svgIcons, Map<String,byte[]> pngIcons, String license, String notice)
- Parameters:
ast
- theAST
to convertverbose
- whether verbose information should be loggeddebug
- whether debug information should be loggedsvgIcons
- the SVG icons of the language, ornull
pngIcons
- the PNG icons of the language, ornull
license
- the license of the language, ornull
notice
- the notice of the language, ornull
- Returns:
- a
Lang
- Since:
- 0.1.0
-
-