class Crystal::NumberLiteral
inherits Crystal::ASTNode
¶
Any number literal. kind stores a symbol indicating which type is it: i32, u16, f32, f64, etc.
Class methods¶
Methods¶
#interpret(method : String, args : Array(ASTNode), named_args : Hash(String, ASTNode)?, block : Crystal::Block?, interpreter : Crystal::MacroInterpreter, name_loc : Location?)
¶
(method : String, args : Array(ASTNode), named_args : Hash(String, ASTNode)?, block : Crystal::Block?, interpreter : Crystal::MacroInterpreter, name_loc : Location?)