Uses of Class
org.mal_lang.lib.AST.Define
-
-
Uses of AST.Define in org.mal_lang.lib
Methods in org.mal_lang.lib that return types with arguments of type AST.Define Modifier and Type Method Description List<AST.Define>
AST. getDefines()
Methods in org.mal_lang.lib with parameters of type AST.Define Modifier and Type Method Description void
AST. addDefine(AST.Define define)
Method parameters in org.mal_lang.lib with type arguments of type AST.Define Modifier and Type Method Description static String
AST.Define. listToString(List<AST.Define> defines, int spaces)
-