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