Uses of Class
net.hydromatic.morel.ast.Ast.Literal
-
Packages that use Ast.Literal Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Ast.Literal in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.Literal Modifier and Type Method Description Ast.LiteralAstBuilder. boolLiteral(Pos p, boolean b)Creates abooleanliteral.Ast.LiteralAstBuilder. charLiteral(Pos p, char c)Creates acharliteral.Ast.LiteralAstBuilder. intLiteral(java.math.BigDecimal value, Pos pos)Creates anintliteral.Ast.LiteralAstBuilder. realLiteral(java.math.BigDecimal value, Pos pos)Creates afloatliteral.Ast.LiteralAstBuilder. stringLiteral(Pos pos, java.lang.String value)Creates a string literal.Ast.LiteralAstBuilder. unitLiteral(Pos p)Creates a unit literal.Methods in net.hydromatic.morel.ast with parameters of type Ast.Literal Modifier and Type Method Description protected Ast.ExpShuttle. visit(Ast.Literal literal)
-