- java.lang.Object
-
- org.mal_lang.lib.Position
-
- org.mal_lang.lib.AST.Category
-
- All Implemented Interfaces:
Comparable<Position>
- Enclosing class:
- AST
public static class AST.Category extends Position
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
listToString(List<AST.Category> categories, int spaces)
String
toString(int spaces)
-
-
-
Method Detail
-
toString
public String toString(int spaces)
-
listToString
public static String listToString(List<AST.Category> categories, int spaces)
-
-