class TLParser::Iter
- TLParser::Iter
- Reference
- Object
Included Modules
- Iterator(TLParser::Definition)
Defined in:
tl_parser/iter.crConstant Summary
-
DEFINITIONS_SEP =
";"
-
FUNCTIONS_SEP =
"---functions---"
-
TYPES_SEP =
"---types---"
Constructors
Instance Method Summary
- #comment_stack : Array(String)
- #current_category : Category
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #to_a!
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(TLParser::Definition)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.