create
fun create( string: String, lineNumber: Int, position: Int, startOfTokenLinePosition: Int, moduleName: String): StacksToken
Content copied to clipboard
Create a StacksToken.
Return
A new stacks token
Parameters
string
The string to be tokenized.
line Number
The line number where the token occurs/begins
position
The absolute start position of the token
start Of Token Line Position
The position on the line where the token starts.
module Name
The name of the module the token appears in.