io.shiftleft.js2cpg.io

Members list

Concise view

Type members

Classlikes

case class Accepted() extends FilterResult

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class FileCollector extends SimpleFileVisitor[Path]

Attributes

Companion:
object
Graph
Supertypes
class SimpleFileVisitor[Path]
trait FileVisitor[Path]
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object FileUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait FilterResult

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Accepted
class NotValid
class Rejected

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class NotValid() extends FilterResult

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class PathFilter(rootPath: Path, config: Config, filterIgnoredFiles: Boolean, extensions: List[String], withNodeModuleFolder: Boolean) extends Path => FilterResult

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Path => FilterResult
class Object
trait Matchable
class Any
case class Rejected(path: Path, reason: String) extends FilterResult

Attributes

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