Packages

object CpgLoader

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

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 addDiffGraphs(diffGraphFilenames: Seq[String], cpg: Cpg): Unit
  5. def addOverlays(overlayFilenames: Seq[String], cpg: Cpg): Unit

    Load and apply overlays from archives to the given CPG.

    Load and apply overlays from archives to the given CPG.

    overlayFilenames

    filenames of proto archives

    cpg

    The CPG to apply overlays to

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def createIndexes(cpg: Cpg): Unit

    Create any indexes necessary for quick access.

    Create any indexes necessary for quick access.

    cpg

    the CPG to create indexes in

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isLegacyCpg(file: File): Boolean

    Determine whether the CPG is a legacy (proto) CPG

    Determine whether the CPG is a legacy (proto) CPG

    file

    file to probe

  16. def isLegacyCpg(filename: String): Boolean

    Determine whether the CPG is a legacy (proto) CPG

    Determine whether the CPG is a legacy (proto) CPG

    filename

    name of the file to probe

  17. def load(filename: String, config: CpgLoaderConfig = CpgLoaderConfig()): Cpg

    Load a Code Property Graph

    Load a Code Property Graph

    filename

    name of file that stores the code property graph

    config

    loader configuration

  18. def loadFromOverflowDb(config: CpgLoaderConfig = CpgLoaderConfig()): Cpg

    Load Code Property Graph from an overflow DB file

    Load Code Property Graph from an overflow DB file

    config

    loader config This methods loads the CPG from an existing overflow DB file, specified in config.overflowDbConfig. In particular, this config specifies the filename. For example, to load the database at "foo.db", you can issue the following: val odbConfig = Config.withDefaults().withStorageLocation(config.spPath) val config = CpgLoaderConfig().withOverflowConfig(odbConfig) CpgLoader.loadFromOverflowDb(config)

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped