io.joern.javasrc2cpg.passes

Members list

Type members

Classlikes

class AstCreationPass(asts: List[JpAstWithMeta], config: Config, cpg: Cpg, symbolSolver: JavaSymbolSolver) extends ConcurrentWriterCpgPass[JpAstWithMeta]

Attributes

Supertypes
class ConcurrentWriterCpgPass[JpAstWithMeta]
class NewStyleCpgPassBase[JpAstWithMeta]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all
class AstCreator(filename: String, javaParserAst: CompilationUnit, global: Global, symbolSolver: JavaSymbolSolver) extends AstCreatorBase, AstNodeBuilder[Node, AstCreator]

Translate a Java Parser AST into a CPG AST

Translate a Java Parser AST into a CPG AST

Attributes

Supertypes
trait AstNodeBuilder[Node, AstCreator]
class AstCreatorBase
class Object
trait Matchable
class Any
case class AstWithStaticInit(ast: Seq[Ast], staticInits: Seq[Ast])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ClosureBindingEntry(nodeTypeInfo: NodeTypeInfo, binding: NewClosureBinding)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class ConfigFileCreationPass(projectDir: String, cpg: Cpg) extends ConcurrentWriterCpgPass[File]

Attributes

Supertypes
class ConcurrentWriterCpgPass[File]
class NewStyleCpgPassBase[File]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all
case class ExpectedType(fullName: Option[String], resolvedType: Option[ResolvedType])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ExpectedType

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class JavaTypeHintCallLinker(cpg: Cpg) extends XTypeHintCallLinker

Attributes

Supertypes
class XTypeHintCallLinker
class CpgPass
class ForkJoinParallelCpgPass[AnyRef]
class NewStyleCpgPassBase[AnyRef]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all
class JavaTypeRecoveryPass(cpg: Cpg, config: XTypeRecoveryConfig) extends XTypeRecoveryPass[Method]

Attributes

Supertypes
class XTypeRecoveryPass[Method]
class CpgPass
class ForkJoinParallelCpgPass[AnyRef]
class NewStyleCpgPassBase[AnyRef]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all
case class LambdaImplementedInfo(implementedInterface: Option[ResolvedReferenceType], implementedMethod: Option[ResolvedMethodDeclaration])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class PartialConstructor(initNode: NewCall, initArgs: Seq[Ast], blockAst: Ast)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class TypeInferencePass(cpg: Cpg) extends ConcurrentWriterCpgPass[Call]

Attributes

Supertypes
class ConcurrentWriterCpgPass[Call]
class NewStyleCpgPassBase[Call]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all