Class: Yass::Declarations::TransitionProperty::NonCustom

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

Constant Summary collapse

RUBY_METHODS =
%i(all? kind).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



7587
7588
7589
# File 'lib/yass/declarations.rb', line 7587

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

#kindObject



7591
7592
7593
# File 'lib/yass/declarations.rb', line 7591

def kind
  :non_custom
end