io.joern.javasrc2cpg.astcreation

Members list

Type members

Classlikes

class AstCreator(val filename: String, javaParserAst: CompilationUnit, fileContent: Option[String], global: Global, val symbolSolver: JavaSymbolSolver)(implicit val withSchemaValidation: ValidationMode) extends AstCreatorBase, AstNodeBuilder[Node, AstCreator], AstForDeclarationsCreator, AstForExpressionsCreator, AstForStatementsCreator

Translate a Java Parser AST into a CPG AST

Translate a Java Parser AST into a CPG AST

Attributes

Supertypes
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(node: ScopeVariable, binding: NewClosureBinding)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
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