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