android-components / mozilla.components.lib.jexl.lexer / Token

Token

data class Token (source)

A token emitted by the Lexer.

Types

Type

enum class Type

Constructors

<init>

Token(type: Type, raw: String, value: Any)

A token emitted by the Lexer.

Properties

raw

val raw: String

type

val type: Type

value

val value: Any