Packages

class IndexedScip extends AnyRef

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

Instance Constructors

  1. new IndexedScip(path: Path, objects: Buffer[LsifObject], sourceroot: Path, reporter: Reporter)

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. val G: MutableNetwork[LsifObject, LsifObject]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asciiGraph(symbol: String): String
  7. val byId: Map[Int, LsifObject]
  8. val byLabel: Map[String, Buffer[LsifObject]]
  9. val byType: Map[String, Buffer[LsifObject]]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val contains: Map[Int, Int]
  12. def definitioResultSet(node: LsifObject): Option[LsifObject]
  13. val documents: Map[Int, Builder]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val hoverEdges: Map[Int, Int]
  20. val hoverVertexes: Map[Int, LsifHover]
  21. def hoverViaDefinition(node: LsifObject): String
  22. val hovers: Map[String, String]
  23. val isDefinitionResult: Set[Integer]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val isSuccessorRelevantLabel: Set[String]
  26. val item: Map[Int, Buffer[Integer]]
  27. val moniker: Map[Int, Int]
  28. val monikerIdentifier: Map[Int, String]
  29. val monikerInverse: Map[Int, Int]
  30. def monikerViaDefinition(node: LsifObject): Option[String]
  31. val monikers: Map[String, LsifObject]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. val next: Map[Int, Int]
  34. def nextMissingMonikerId(uri: String): Int
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. val objects: Buffer[LsifObject]
  38. val path: Path
  39. val ranges: ArrayBuffer[LsifObject]
  40. val reporter: Reporter
  41. val sourceroot: Path
  42. def subgraph(node: LsifObject): Graph[LsifObject]
  43. def symbolFromRange(o: LsifObject): Option[String]
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def textDocument(id: Int): Builder
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def visualizeGraph(): String
  48. def visualizeOpenBrowser(): Unit

    Runs scip-visualize against this SCIP dump and opens the generated SVG file in your browser.

  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped