- java.lang.Object
-
- org.mal_lang.lib.Position
-
- org.mal_lang.lib.AST.Expr
-
- org.mal_lang.lib.AST.UnaryExpr
-
- org.mal_lang.lib.AST.TransitiveExpr
-
- All Implemented Interfaces:
Comparable<Position>
- Enclosing class:
- AST
public static class AST.TransitiveExpr extends AST.UnaryExpr
-
-
Constructor Summary
Constructors Constructor Description TransitiveExpr(Position pos, AST.Expr e)
-
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
-
-