Packages

class IndexedLsif extends AnyRef

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

Instance Constructors

  1. new IndexedLsif(path: Path, objects: Buffer[LsifObject], sourceroot: Path)

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. val documents: Map[Int, Builder]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val hoverEdges: Map[Int, Int]
  19. val hoverVertexes: Map[Int, LsifHover]
  20. val hovers: Map[String, String]
  21. val isDefinitionResult: Set[Integer]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val isSuccessorRelevantLabel: Set[String]
  24. val item: Map[Int, Buffer[Integer]]
  25. val moniker: Map[Int, Int]
  26. val monikerIdentifier: Map[Int, String]
  27. val monikerInverse: Map[Int, Int]
  28. val monikers: Map[String, LsifObject]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. val next: Map[Int, Int]
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val objects: Buffer[LsifObject]
  34. val path: Path
  35. val ranges: ArrayBuffer[LsifObject]
  36. val sourceroot: Path
  37. def subgraph(node: LsifObject): Graph[LsifObject]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def textDocument(id: Int): Builder
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def visualizeGraph(): String
  42. def visualizeOpenBrowser(): Unit

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped