Scope

class Scope extends Scope[String, NodeTypeInfo, ScopeType]
Companion:
object
class Scope[String, NodeTypeInfo, ScopeType]
class Object
trait Matchable
class Any

Value members

Concrete methods

def addLambdaDecl(ast: Ast): Unit
def addLambdaMethod(method: Ast): Unit
def addToScope(node: NewNode, name: String, typeFullName: String): Unit
def getEnclosingTypeDecl: Option[NewTypeDecl]
def getLambdaDeclsInScope: Iterable[Ast]
def getLambdaMethodsInScope: Iterable[Ast]
def getWildcardType(identifier: String): Option[String]
def lookupVariableType(identifier: String): Option[String]
override def popScope(): Option[ScopeType]
Definition Classes
Scope
override def pushNewScope(scope: ScopeType): Unit
Definition Classes
Scope

Inherited methods

def addToScope(identifier: String, variable: NodeTypeInfo): ScopeType
Inherited from:
Scope
def isEmpty: Boolean
Inherited from:
Scope
def lookupVariable(identifier: String): Option[NodeTypeInfo]
Inherited from:
Scope