Class: Yass::Declarations::Rotate

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

Defined Under Namespace

Classes: None, Rotate3D

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



6406
6407
6408
# File 'lib/yass/declarations.rb', line 6406

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

#kindObject



6410
6411
6412
# File 'lib/yass/declarations.rb', line 6410

def kind
  :rotate
end