Class: Yass::Declarations::Top
- Inherits:
-
Object
- Object
- Yass::Declarations::Top
- 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
Instance Method Details
#accept(visitor) ⇒ Object
6982 6983 6984 |
# File 'lib/yass/declarations.rb', line 6982 def accept(visitor) visitor.visit_declaration_top(self) end |
#kind ⇒ Object
6986 6987 6988 |
# File 'lib/yass/declarations.rb', line 6986 def kind :top end |