Class: Yass::Declarations::Length::CharacterWidth

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



5241
5242
5243
# File 'lib/yass/declarations.rb', line 5241

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

#kindObject



5245
5246
5247
# File 'lib/yass/declarations.rb', line 5245

def kind
  :character_width
end