Class: Yass::Declarations::ServoTopLayer

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



6546
6547
6548
# File 'lib/yass/declarations.rb', line 6546

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

#kindObject



6550
6551
6552
# File 'lib/yass/declarations.rb', line 6550

def kind
  :servo_top_layer
end