DelimiterRun

A delimiter run is one or more of the same delimiter character.

Members

Functions

canClose
bool canClose()

@return whether this can close a delimiter

canOpen
bool canOpen()

@return whether this can open a delimiter

length
int length()

@return the number of characters in this delimiter run (that are left for processing)

originalLength
int originalLength()

@return the number of characters originally in this delimiter run; at the start of processing, this is the same as {{@link #length()}}

Meta