struct Lexbor::Iterator::Right
- Lexbor::Iterator::Right
- Struct
- Value
- Object
Included Modules
- Iterator(Lexbor::Node)
- Lexbor::Iterator::Filter
Defined in:
lexbor/iterator/right.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if 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.