- java.lang.Object
-
- org.mal_lang.lib.Position
-
- org.mal_lang.lib.AST.TTCExpr
-
- org.mal_lang.lib.AST.TTCBinaryExpr
-
- org.mal_lang.lib.AST.TTCSubExpr
-
- All Implemented Interfaces:
Comparable<Position>
- Enclosing class:
- AST
public static class AST.TTCSubExpr extends AST.TTCBinaryExpr
-
-
Constructor Summary
Constructors Constructor Description TTCSubExpr(Position pos, AST.TTCExpr lhs, AST.TTCExpr rhs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
-
-
Constructor Detail
-
TTCSubExpr
public TTCSubExpr(Position pos, AST.TTCExpr lhs, AST.TTCExpr rhs)
-
-