StacksToken

class StacksToken(string: String, lineNumber: Int, position: Int, startOfTokenLinePosition: Int, moduleName: String) : AbstractStacksToken

A plain, not special Stacks comment token.

Author

Richard Arriaga

Constructors

Link copied to clipboard
constructor(string: String, lineNumber: Int, position: Int, startOfTokenLinePosition: Int, moduleName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether this is a section (§) token.

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.

Link copied to clipboard
open override fun toString(): String