io.joern.x2cpg.datastructures.ProgramSummary
See theProgramSummary companion object
A hierarchical data-structure that stores the result of types and their respective members. These types can be sourced from pre-parsing the application, or pre-computed stubs of common libraries.
The utility of this object is in assisting resolving shorthand types during AST creation.
Type parameters
- F
-
the field/property/member meta data class.
- M
-
the function/method meta data class.
- T
-
the type/class meta data class.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article