Class: Yass::Declarations::Calc::AnchorSideKeyword

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Constant Summary collapse

RUBY_METHODS =
%i(kind value).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



1429
1430
1431
# File 'lib/yass/declarations.rb', line 1429

def accept(visitor)
  visitor.visit_declaration_calc_anchor_side_keyword(self)
end

#kindObject



1433
1434
1435
# File 'lib/yass/declarations.rb', line 1433

def kind
  :anchor_side_keyword
end