Skip to content

ASTListIterator

Parameters

[ASTList] 
graph BT
N1["ASTListIterator[ASTList]"] -->|inherits| N2["global.Iterator[ASTList.DType]"];

Characteristics

Quality Value
Inherits global.Iterator[ASTList.DType]
Extends N/A
Decorators #sealed;
Is enum false
Is sealed true
Is extern false

Methods

construct

construct (s Self, list ASTList?) -> Self

next

#strict
next (s Self) -> @ASTList.DType

has_next

#strict
has_next (s Self) -> Bool

Properties

current_index

current_index Int64 = -1

list

list ASTList?