Class: Yass::Declarations::Size::AnchorSizeFunction

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

Constant Summary collapse

RUBY_METHODS =
%i(fallback kind size target_element).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



6575
6576
6577
# File 'lib/yass/declarations.rb', line 6575

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

#kindObject



6579
6580
6581
# File 'lib/yass/declarations.rb', line 6579

def kind
  :anchor_size_function
end