- java.lang.Object
-
- org.mal_lang.lib.Position
-
- org.mal_lang.lib.AST.Expr
-
- org.mal_lang.lib.AST.CallExpr
-
- All Implemented Interfaces:
Comparable<Position>
- Enclosing class:
- AST
public static class AST.CallExpr extends AST.Expr
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.mal_lang.lib.AST.Expr
listToString
-
-