Class: RBS::AST::Declarations::Interface

Inherits:
Object
  • Object
show all
Includes:
ShimTypeParams
Defined in:
lib/syntax_tree/rbs/entrypoints.rb

Overview

interface _Foo end

Instance Method Summary collapse

Methods included from ShimTypeParams

#type_params

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