OrgToken

@Serializable
data class OrgToken(var tokens: List<Token>) : OrgElem

Represents a plain token parse

Constructors

Link copied to clipboard
constructor(tokens: List<Token>)

Properties

Link copied to clipboard
open override var tokens: List<Token>