io.joern.console

Members list

Concise view

Type members

Classlikes

case class CodeExamples(positive: List[String], negative: List[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class CodeSnippet(content: String, filename: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Joern and Ocular require different implicits to be present, and when we encounter these implicits as parameters in a query that we invoke via reflection, we need to obtain these implicits from somewhere.

Joern and Ocular require different implicits to be present, and when we encounter these implicits as parameters in a query that we invoke via reflection, we need to obtain these implicits from somewhere.

We achieve this by implementing a DefaultArgumentProvider for Ocular, and one for Joern.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class MultiFileCodeExamples(positive: List[List[CodeSnippet]], negative: List[List[CodeSnippet]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Query(name: String, author: String, title: String, description: String, score: Double, traversal: Cpg => Traversal[_ <: StoredNode], traversalAsString: String, tags: List[String], language: String, codeExamples: CodeExamples, multiFileCodeExamples: MultiFileCodeExamples)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Query

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Query.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
class QueryDatabase(defaultArgumentProvider: DefaultArgumentProvider, namespace: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class TraversalWithStrRep(traversal: Cpg => Traversal[_ <: StoredNode], strRep: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any