class

Cosmo::AST::Expression::Literal

Inherits Cosmo::AST::Expression::Base / Cosmo::AST::Node / Reference / Object

Constructors

new(value : Bool | Char | Float32 | Float64 | Int128 | Int16 | Int32 | Int64 | Int8 | String | UInt16 | UInt32 | UInt64 | UInt8 | Nil, token : Cosmo::Token)
Source

Instance methods

accept(visitor : Visitor(R)) : R forall R
Source
token
Source
value
Source