class TypeProf::Core::AST::LiteralNode::NilNode::TrueNode::FalseNode::IntegerNode::FloatNode::RationalNode::ComplexNode::SymbolNode::InterpolatedSymbolNode::StringNode

Public Class Methods

new(raw_node, lenv, content) click to toggle source
Calls superclass method TypeProf::Core::AST::LiteralNode::new
# File typeprof-0.30.1/lib/typeprof/core/ast/value.rb, line 122
def initialize(raw_node, lenv, content)
  super(raw_node, lenv, content)
end

Public Instance Methods

install0(genv) click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/value.rb, line 126
  def install0(genv) = Source.new(genv.str_type)
end