StripResult

StripResult

data class StripResult

Represents all of the raw tokens found after stripping all comments from the source.

Fields

Name Description
val tokens: List<RawToken>

Constructors

<init>

constructor(tokens: List<RawToken>)

Represents all of the raw tokens found after stripping all comments from the source.

Parameters

Name Description
tokens: List<RawToken>