final case class Scope(symbolTable: Map[String, Symbol], children: Seq[Scope]) extends TreeElem[Scope] with Product with Serializable
- Self Type
- Scope
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Scope
- Serializable
- Serializable
- Product
- Equals
- TreeElem
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allScopes: Seq[Scope]
- def allSymbolDefinitions: Map[String, Set[SymbolUse]]
- def allVariableDefinitions: Map[SymbolUse, SymbolUse]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
children: Seq[Scope]
- Definition Classes
- Scope → TreeElem
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def importValuesFromScope(other: Scope, exclude: Set[String] = Set.empty): Scope
- def isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
location(implicit zipper: TreeZipper[Scope]): Location
- Definition Classes
- TreeElem
- def markAsGenerated(variable: String): Scope
- def mergePositions(variable: String, positions: Set[InputPosition]): Scope
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def symbol(name: String): Option[Symbol]
- def symbolDefinitions: Set[SymbolUse]
- def symbolNames: Set[String]
- val symbolTable: Map[String, Symbol]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toIdString: String
-
def
toString(): String
- Definition Classes
- Scope → AnyRef → Any
- def toStringWithoutId: String
-
def
updateChildren(newChildren: Seq[Scope]): Scope
- Definition Classes
- Scope → TreeElem
- def updateVariable(variable: String, types: TypeSpec, positions: Set[InputPosition]): Scope
- def valueSymbolTable: Map[String, Symbol]
- def variableDefinitions: Map[SymbolUse, SymbolUse]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )