- java.lang.Object
-
- org.mal_lang.lib.Position
-
- org.mal_lang.lib.AST.TTCExpr
-
- org.mal_lang.lib.AST.TTCBinaryExpr
-
- All Implemented Interfaces:
Comparable<Position>
- Direct Known Subclasses:
AST.TTCAddExpr
,AST.TTCDivExpr
,AST.TTCMulExpr
,AST.TTCPowExpr
,AST.TTCSubExpr
- Enclosing class:
- AST
public abstract static class AST.TTCBinaryExpr extends AST.TTCExpr
-
-
Field Summary
Fields Modifier and Type Field Description AST.TTCExpr
lhs
AST.TTCExpr
rhs
-
Constructor Summary
Constructors Constructor Description TTCBinaryExpr(Position pos, AST.TTCExpr lhs, AST.TTCExpr rhs)
-
-
-
Field Detail
-
lhs
public final AST.TTCExpr lhs
-
rhs
public final AST.TTCExpr rhs
-
-
Constructor Detail
-
TTCBinaryExpr
public TTCBinaryExpr(Position pos, AST.TTCExpr lhs, AST.TTCExpr rhs)
-
-