Class: Yass::Declarations::TransitionProperty

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

Defined Under Namespace

Classes: Custom, NonCustom, Unsupported

Constant Summary collapse

RUBY_METHODS =
%i(kind values).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



7574
7575
7576
# File 'lib/yass/declarations.rb', line 7574

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

#kindObject



7578
7579
7580
# File 'lib/yass/declarations.rb', line 7578

def kind
  :transition_property
end