Class: Yass::Declarations::ColumnCount::Integer

Inherits:
Object
  • Object
show all
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

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2957
2958
2959
# File 'lib/yass/declarations.rb', line 2957

def accept(visitor)
  visitor.visit_declaration_column_count_integer(self)
end

#kindObject



2961
2962
2963
# File 'lib/yass/declarations.rb', line 2961

def kind
  :integer
end