Class: Yass::Declarations::ChannelKeyword

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



1640
1641
1642
# File 'lib/yass/declarations.rb', line 1640

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

#kindObject



1644
1645
1646
# File 'lib/yass/declarations.rb', line 1644

def kind
  :channel_keyword
end