struct Lexbor::Iterator::Parents
- Lexbor::Iterator::Parents
- Struct
- Value
- Object
Included Modules
- Iterator(Lexbor::Node)
- Lexbor::Iterator::Filter
Defined in:
lexbor/iterator/parents.crConstructors
Instance Method Summary
- 
        #next
        
          Returns the next element in this iterator, or Iterator::Stop::INSTANCEif there are no more elements.
- #rewind
Instance methods inherited from module Lexbor::Iterator::Filter
  
  
    
      nodes(tag_id : Lib::TagIdT)nodes(tag_sym : Symbol)
nodes(tag_str : String) nodes
Constructor Detail
Instance Method Detail
        
        def next
        #
      
      
        
              Description copied from module Iterator(Lexbor::Node)
            
          
          Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there
are no more elements.