Class: Sekken::XS::Annotation

Inherits:
BaseType
  • Object
show all
Defined in:
lib/sekken/xs/types.rb

Instance Attribute Summary

Attributes inherited from BaseType

#node

Instance Method Summary collapse

Methods inherited from BaseType

#[], #children, #empty?, #initialize, #inspect

Constructor Details

This class inherits a constructor from Sekken::XS::BaseType

Instance Method Details

#collect_attributes(memo = []) ⇒ Object

stop searching for attributes



224
225
226
# File 'lib/sekken/xs/types.rb', line 224

def collect_attributes(memo = [])
  memo
end

#collect_child_elements(memo = []) ⇒ Object

stop searching for child elements



229
230
231
# File 'lib/sekken/xs/types.rb', line 229

def collect_child_elements(memo = [])
  memo
end