Class: Yass::Declarations::OverflowBlock

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



5958
5959
5960
# File 'lib/yass/declarations.rb', line 5958

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

#kindObject



5962
5963
5964
# File 'lib/yass/declarations.rb', line 5962

def kind
  :overflow_block
end