Uses of Class
net.hydromatic.morel.ast.Ast.Literal
Packages that use Ast.Literal
-
Uses of Ast.Literal in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Ast.LiteralModifier and TypeMethodDescriptionAstBuilder.boolLiteral(Pos p, boolean b) Creates abooleanliteral.AstBuilder.charLiteral(Pos p, char c) Creates acharliteral.AstBuilder.intLiteral(Pos pos, BigDecimal value) Creates anintliteral.AstBuilder.realLiteral(Pos pos, Float value) Creates afloatliteral for a special IEEE floating point value: NaN, negative zero, positive and negative infinity.AstBuilder.realLiteral(Pos pos, BigDecimal value) Creates afloatliteral.AstBuilder.stringLiteral(Pos pos, String value) Creates a string literal.AstBuilder.unitLiteral(Pos p) Creates a unit literal.Methods in net.hydromatic.morel.ast with parameters of type Ast.LiteralModifier and TypeMethodDescriptionprotected Ast.ExpShuttle.visit(Ast.Literal literal) protected voidVisitor.visit(Ast.Literal literal)