Class: Rubinius::AST::TypeConstant

Inherits:
Node
  • Object
show all
Defined in:
lib/compiler/ast/constants.rb

Instance Attribute Summary

Attributes inherited from Node

#line

Instance Method Summary collapse

Methods inherited from Node

#ascii_graph, #attributes, #children, match_arguments?, match_send?, #new_block_generator, #new_generator, #node_name, node_name, #pos, #set_child, #to_sexp, #transform, transform, transform_comment, transform_kind, transform_kind=, transform_name, #visit, #walk

Constructor Details

#initialize(line) ⇒ TypeConstant

Returns a new instance of TypeConstant.



7
8
9
# File 'lib/compiler/ast/constants.rb', line 7

def initialize(line)
  @line = line
end