Core
| Methods | Properties | Base Classes | Derived Classes |
|---|---|---|---|
| Decrement | All | ||
| Equals | ByteIndex | ||
| Increment | Current | ||
| MoveNext | IsNotEmpty | ||
| Constructor | OriginalString |
Properties
All : runeiterator
read-only
var All : RuneIterator
ByteIndex : integer
read-only
var ByteIndex : Integer
Current : rune
read-only
var Current : Rune
IsNotEmpty : boolean
read-only
var IsNotEmpty : Boolean
OriginalString : string
read-only
var OriginalString : String
Methods
Decrement : Void
Name Type Description function Decrement()
Equals : boolean
Name Type Description p0 runeiterator function Equals(p0 : RuneIterator) : Boolean
Increment : Void
Name Type Description function Increment()
MoveNext : Void
Name Type Description function MoveNext()
RuneIterator : Void
constructor
Name Type Description function RuneIterator()