Literal

Literal

abstract class Literal

Base for all literal values in the AST.

Fields

Name Description
abstract value: T

Constructors

Name Description
constructor()

Base for all literal values in the AST.

Methods

equals

open fun equals(other: Any?): Boolean

Parameters

Name Description
other: Any?

ReturnValue

Name Description
Boolean

hashCode

open fun hashCode(): Int

ReturnValue

Name Description
Int

toString

open fun toString(): String

ReturnValue

Name Description
String