Bracketed Stacks Token
class BracketedStacksToken constructor( string: String, lineNumber: Int, position: Int, startOfTokenLinePosition: Int, moduleName: String) : RegionStacksToken
Content copied to clipboard
A stacks token representing a bracketed region in the comment. This region generally contains some sort of action such as a link.
Author
Richard Arriaga
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
Throws
Constructors
Link copied to clipboard
fun BracketedStacksToken( string: String, lineNumber: Int, position: Int, startOfTokenLinePosition: Int, moduleName: String)
Content copied to clipboard
Construct a new BracketedStacksToken.
Types
Functions
Link copied to clipboard
Provide the token's string representation.
Link copied to clipboard
open override fun toJSON( linkingFileMap: LinkingFileMap, hashID: Int, errorLog: StacksErrorLog, jsonWriter: JSONWriter): String
Content copied to clipboard
Create JSON form of token.