Class: Yass::Declarations::ListStyleType

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

Defined Under Namespace

Classes: Name, None, String, Symbols

Constant Summary collapse

RUBY_METHODS =
%i(bullet? kind value).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



5354
5355
5356
# File 'lib/yass/declarations.rb', line 5354

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

#kindObject



5358
5359
5360
# File 'lib/yass/declarations.rb', line 5358

def kind
  :list_style_type
end