class IndexedScip extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IndexedScip
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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
- val G: MutableNetwork[LsifObject, LsifObject]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asciiGraph(symbol: String): String
- val byId: Map[Int, LsifObject]
- val byLabel: Map[String, Buffer[LsifObject]]
- val byType: Map[String, Buffer[LsifObject]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val contains: Map[Int, Int]
- def definitioResultSet(node: LsifObject): Option[LsifObject]
- val documents: Map[Int, Builder]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hoverEdges: Map[Int, Int]
- val hoverVertexes: Map[Int, LsifHover]
- def hoverViaDefinition(node: LsifObject): String
- val hovers: Map[String, String]
- val isDefinitionResult: Set[Integer]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isSuccessorRelevantLabel: Set[String]
- val item: Map[Int, Buffer[Integer]]
- val moniker: Map[Int, Int]
- val monikerIdentifier: Map[Int, String]
- val monikerInverse: Map[Int, Int]
- def monikerViaDefinition(node: LsifObject): Option[String]
- val monikers: Map[String, LsifObject]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val next: Map[Int, Int]
- def nextMissingMonikerId(uri: String): Int
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val objects: Buffer[LsifObject]
- val path: Path
- val ranges: ArrayBuffer[LsifObject]
- val reporter: Reporter
- val sourceroot: Path
- def subgraph(node: LsifObject): Graph[LsifObject]
- def symbolFromRange(o: LsifObject): Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def textDocument(id: Int): Builder
- def toString(): String
- Definition Classes
- AnyRef → Any
- def visualizeGraph(): String
- def visualizeOpenBrowser(): Unit
Runs
scip-visualize
against this SCIP dump and opens the generated SVG file in your browser. - final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()