Assignable

It is used to define an AstObject that can be assigned with a new value in an Assignment object

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