Class: Yass::Declarations::Zoom
- Inherits:
-
Object
- Object
- Yass::Declarations::Zoom
show all
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Defined Under Namespace
Classes: Document, Normal, Value
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
7924
7925
7926
|
# File 'lib/yass/declarations.rb', line 7924
def accept(visitor)
visitor.visit_declaration_zoom(self)
end
|
#kind ⇒ Object
7928
7929
7930
|
# File 'lib/yass/declarations.rb', line 7928
def kind
:zoom
end
|