TranspilerGroup

io.shiftleft.js2cpg.preprocessing.TranspilerGroup
case class TranspilerGroup(config: Config, projectPath: Path, transpilers: Seq[Transpiler]) extends Transpiler

Attributes

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

Members list

Concise view

Type members

Inherited classlikes

object Versions

Attributes

Inherited from:
TranspilingEnvironment
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def shouldRun(): Boolean

Attributes

Definition Classes
override def validEnvironment(): Boolean

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def run(tmpTranspileDir: Path): Boolean

Attributes

Inherited from:
Transpiler

Inherited fields

protected val DEFAULT_IGNORED_DIRS: List[String]

Attributes

Inherited from:
Transpiler
protected val DEFAULT_IGNORED_TEST_DIRS: List[String]

Attributes

Inherited from:
Transpiler