Class: Yass::Declarations::InsetInlineStart

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



5100
5101
5102
# File 'lib/yass/declarations.rb', line 5100

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

#kindObject



5104
5105
5106
# File 'lib/yass/declarations.rb', line 5104

def kind
  :inset_inline_start
end