ScopeElement

abstract
class ScopeElement(val name: String, val scopeNode: NewNode, val surroundingScope: Option[ScopeElement])

A single element of a scope stack.

class Object
trait Matchable
class Any

Value members

Concrete methods

def addVariable(variableName: String, variableNode: NewNode): Unit

Concrete fields

val name: String
val nameToVariableNode: Map[String, NewNode]
val scopeNode: NewNode