Class: Yass::Declarations::Perspective::None
- Inherits:
-
Object
- Object
- Yass::Declarations::Perspective::None
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
6181 6182 6183 |
# File 'lib/yass/declarations.rb', line 6181 def accept(visitor) visitor.visit_declaration_perspective_none(self) end |
#kind ⇒ Object
6185 6186 6187 |
# File 'lib/yass/declarations.rb', line 6185 def kind :none end |