- 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.TTCDivExpr
-
- All Implemented Interfaces:
Comparable<Position>
- Enclosing class:
- AST
public static class AST.TTCDivExpr extends AST.TTCBinaryExpr
-
-
Constructor Summary
Constructors Constructor Description TTCDivExpr(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
-
TTCDivExpr
public TTCDivExpr(Position pos, AST.TTCExpr lhs, AST.TTCExpr rhs)
-
-