Class: IV::Phonic::AST::GetterProperty

Inherits:
Property show all
Defined in:
lib/iv/phonic/ast.rb

Instance Method Summary collapse

Methods inherited from Property

as

Methods inherited from Node

#begin_position, #end_position, #program, #source

Constructor Details

#initialize(parent, prop) ⇒ GetterProperty

Returns a new instance of GetterProperty.



454
455
456
# File 'lib/iv/phonic/ast.rb', line 454

def initialize parent, prop
  super parent, prop
end