IdentifierData

open class IdentifierData(type: Type) : SymbolTableData

Identifier data

Stores type information on identifier representing a variable

Constructors

IdentifierData
Link copied to clipboard
fun IdentifierData(type: Type)
Create empty Identifier data

Functions

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

Properties

type
Link copied to clipboard
open override val type: Type

Inheritors

ErrorIdentifierData
Link copied to clipboard