Region Stacks Token
abstract class RegionStacksToken( string: String, lineNumber: Int, position: Int, startOfTokenLinePosition: Int, moduleName: String, openRegionDelimiter: Char, closeRegionDelimiter: Char) : AbstractStacksToken
Content copied to clipboard
A stacks token that represents a closed off region of space, potentially containing whitespace or other tokens.
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
Content copied to clipboard
Create JSON form of token.