Stacks Token
class StacksToken(string: String, lineNumber: Int, position: Int, startOfTokenLinePosition: Int, moduleName: String) : AbstractStacksToken
A plain, not special Stacks comment token.
Author
Richard Arriaga
Constructors
Functions
Link copied to clipboard
Provide the token's string representation.
Link copied to clipboard
open fun toJSON(linkingFileMap: LinkingFileMap, hashID: Int, errorLog: StacksErrorLog, jsonWriter: JSONWriter): String
Create JSON form of token.