Class: Yass::Declarations::TransitionProperty::Unsupported

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

Constant Summary collapse

RUBY_METHODS =
%i(kind none?).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



7615
7616
7617
# File 'lib/yass/declarations.rb', line 7615

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

#kindObject



7619
7620
7621
# File 'lib/yass/declarations.rb', line 7619

def kind
  :unsupported
end