Expression

interface Expression : AstObject

Used to define any expression and node that can have a Type in the program

Inheritors

Properties

Link copied to clipboard
abstract var line: Int

is the line at which the statement/code component begins in the program text file

Link copied to clipboard
abstract var parent: IsParent?

is the parent of the node in the Syntax Tree

Link copied to clipboard
abstract val scope: SymbolTable?

is the scope to which the node belongs

Link copied to clipboard
abstract var typeName: String?

used to specify the expression's type