Class: Yass::Declarations::Perspective::Length

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



6195
6196
6197
# File 'lib/yass/declarations.rb', line 6195

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

#kindObject



6199
6200
6201
# File 'lib/yass/declarations.rb', line 6199

def kind
  :length
end