Class: Yass::Declarations::Translate::Coords
- Inherits:
-
Object
- Object
- Yass::Declarations::Translate::Coords
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind x y z).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
7671 7672 7673 |
# File 'lib/yass/declarations.rb', line 7671 def accept(visitor) visitor.visit_declaration_translate_coords(self) end |
#kind ⇒ Object
7675 7676 7677 |
# File 'lib/yass/declarations.rb', line 7675 def kind :coords end |