Class: Rubinius::AST::TypeConstant
- Defined in:
- lib/compiler/ast/constants.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(line) ⇒ TypeConstant
constructor
A new instance of TypeConstant.
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 |