class TypeProf::Core::AST::LiteralNode
Attributes
Public Class Methods
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/core/ast/value.rb, line 23 def initialize(raw_node, lenv, lit) super(raw_node, lenv) @lit = lit end
Calls superclass method
TypeProf::Core::AST::Node::new
Public Instance Methods
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/core/ast/value.rb, line 30 def attrs = { lit: } def install0(genv) raise "not supported yet: #{ @lit.inspect }" end end
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/core/ast/value.rb, line 32 def install0(genv) raise "not supported yet: #{ @lit.inspect }" end