AstMember

interface AstMember(source)

Interface used to declare the members of the AstTree

Since

Version 1.0

See also

Inheritors

Properties

Link copied to clipboard
abstract val type: AstTypes

the type of member

Link copied to clipboard
abstract val value: Any

the inside value of the member

Functions

Link copied to clipboard
open operator fun equals(other: Any?): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String