io.shiftleft.js2cpg.io

Members list

Type members

Classlikes

case class Accepted() extends FilterResult

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait FilterResult
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object FileCollector

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object FileUtils

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
FileUtils.type
sealed trait FilterResult

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Accepted
class NotValid
class Rejected
object JsFileChecks

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait FilterResult
class Object
trait Matchable
class Any
Show all