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