Class: Yass::Declarations::Height

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

Constant Summary collapse

RUBY_METHODS =
%i(kind size).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



4450
4451
4452
# File 'lib/yass/declarations.rb', line 4450

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

#kindObject



4454
4455
4456
# File 'lib/yass/declarations.rb', line 4454

def kind
  :height
end