Method: Fdlint::Parser::JS::ForConditionElement#initialize

Defined in:
lib/fdlint/parser/js/struct.rb

#initialize(type, first, second, third, pos) ⇒ ForConditionElement

Returns a new instance of ForConditionElement.



179
180
181
182
# File 'lib/fdlint/parser/js/struct.rb', line 179

def initialize(type, first, second, third, pos)
  super type, first, second
  @third = third
end