create

fun create(string: String, lineNumber: Int, position: Int, startOfTokenLinePosition: Int, moduleName: String): QuotedStacksToken

Tokenize a quoted string.

Return

A new stacks token

Parameters

string

The string to be tokenized.

lineNumber

The line number where the token occurs/begins

position

The absolute start position of the token

startOfTokenLinePosition

The position on the line where the token starts.

moduleName

The name of the module the token is in.