Class: Yass::Declarations::Size::AnchorMaxSizeFunction
- Inherits:
-
Object
- Object
- Yass::Declarations::Size::AnchorMaxSizeFunction
- 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
Instance Method Details
#accept(visitor) ⇒ Object
6561 6562 6563 |
# File 'lib/yass/declarations.rb', line 6561 def accept(visitor) visitor.visit_declaration_size_anchor_max_size_function(self) end |
#kind ⇒ Object
6565 6566 6567 |
# File 'lib/yass/declarations.rb', line 6565 def kind :anchor_max_size_function end |