StacksParser

class StacksParser

Parses a List of stacks tokens.

Author

Richard Arriaga

Parameters

tokens

The tokens to be parsed.

sectionStartLocations

The index locations where a new section begins in in the token list to be parsed.

moduleName

The name of the module the comment occurs in.

commentStartLine

The line the comment being parsed appears on

linkingFileMap

A map for all the files in stacks

Throws

Types

Link copied to clipboard
object Companion
Link copied to clipboard
enum StacksTagKeyword : Enum<StacksParser.StacksTagKeyword>

The collection of section keywords that a comment can have.

Functions

Link copied to clipboard
fun tokens(): List<AbstractStacksToken>