_GFMLexer

class _GFMLexer : GeneratedLexer

This class is a scanner generated by JFlex 1.7.0 from the specification file gfm.flex

Constructors

_GFMLexer
Link copied to clipboard
common
fun _GFMLexer()

Types

Companion
Link copied to clipboard
common
object Companion

Functions

advance
Link copied to clipboard
common
open override fun advance(): IElementType?
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
reset
Link copied to clipboard
common
open override fun reset(buffer: CharSequence, start: Int, end: Int, initialState: Int)
yybegin
Link copied to clipboard
common
fun yybegin(newState: Int)
Enters a new lexical state
yycharat
Link copied to clipboard
common
fun yycharat(pos: Int): Char
Returns the character at position pos from the matched text.
yylength
Link copied to clipboard
common
fun yylength(): Int
Returns the length of the matched text region.
yypushback
Link copied to clipboard
common
fun yypushback(number: Int)
Pushes the specified amount of characters back into the input stream.
yystate
Link copied to clipboard
common
fun yystate(): Int
Returns the current lexical state.
yytext
Link copied to clipboard
common
fun yytext(): CharSequence
Returns the text matched by the current regular expression.

Properties

state
Link copied to clipboard
common
open override var state: Int
the current lexical state
tokenEnd
Link copied to clipboard
common
open override val tokenEnd: Int
tokenStart
Link copied to clipboard
common
open override var tokenStart: Int = 0
startRead marks the beginning of the yytext() string in the buffer