Class: RBS::AST::Declarations::Interface
- Inherits:
-
Object
- Object
- RBS::AST::Declarations::Interface
- Includes:
- ShimTypeParams
- Defined in:
- lib/syntax_tree/rbs/entrypoints.rb
Overview
interface _Foo end
Instance Method Summary collapse
Methods included from ShimTypeParams
Instance Method Details
#accept(visitor) ⇒ Object
74 75 76 |
# File 'lib/syntax_tree/rbs/entrypoints.rb', line 74 def accept(visitor) visitor.visit_interface_declaration(self) end |