Class: Phlex::Compiler::Concat

Inherits:
Data
  • Object
show all
Defined in:
lib/phlex/compiler.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nodeObject (readonly)

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



10
11
12
# File 'lib/phlex/compiler.rb', line 10

def node
  @node
end

Instance Method Details

#accept(visitor) ⇒ Object



12
# File 'lib/phlex/compiler.rb', line 12

def accept(visitor) = self

#start_lineObject



11
# File 'lib/phlex/compiler.rb', line 11

def start_line = nil