class TypeProf::Core::AST::Node::ProgramNode::DummyRHSNode

Public Class Methods

new(code_range, lenv) click to toggle source
Calls superclass method TypeProf::Core::AST::Node::new
# File typeprof-0.30.1/lib/typeprof/core/ast/base.rb, line 235
def initialize(code_range, lenv)
  @code_range = code_range
  super(nil, lenv)
end

Public Instance Methods

code_range() click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/base.rb, line 240
def code_range
  @code_range
end
install0(_) click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/base.rb, line 244
def install0(_)
  Vertex.new(self)
end