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