Class: Yass::Declarations::Calc::AnchorSizeKeyword

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



1457
1458
1459
# File 'lib/yass/declarations.rb', line 1457

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

#kindObject



1461
1462
1463
# File 'lib/yass/declarations.rb', line 1461

def kind
  :anchor_size_keyword
end