Packages

c

core.smarts.scopes

ScopeGraph

class ScopeGraph extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScopeGraph
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScopeGraph()

Type Members

  1. case class DebugNode(node: GraphNode, graph: ScopeGraph) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addEdge(source: GraphNode, edge: GraphEdge): Boolean
  5. def addImport(currentScope: ConcreteScope, importedScope: ConcreteScope): Unit
  6. def addReference(reference: Reference, currentScope: ConcreteScope): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def debug(node: GraphNode): DebugNode
  10. var declarationsPerFile: HashMap[String, HashSet[NamedDeclaration]]
  11. def declareDeclaration(inside: ConcreteScope, declaration: NamedDeclaration): Unit
  12. def declareScope(declaration: NamedDeclaration, scope: ConcreteScope): Unit
  13. def depthFirst(root: GraphNode): Seq[GraphNode]
  14. val elementToNode: HashMap[SourceElement, GraphNode]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def findDeclaration(location: SourceElement): Option[NamedDeclaration]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getReferenceFromSourceElement(location: SourceElement): Option[Reference]
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val nodes: HashMap[GraphNode, Set[GraphEdge]]
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def parent(child: ConcreteScope, parent: ConcreteScope): Unit
  27. val rangeToNode: HashMap[FileOffsetRange, GraphNode]
  28. def resolve(reference: Reference): Seq[NamedDeclaration]
  29. def resolveScope(importedModule: NamedDeclaration): ConcreteScope
  30. def resolveWithoutNameCheck(reference: Reference): Seq[NamedDeclaration]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped