Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait UsesServicetrait X2CpgFrontendtrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Types
Value members
Concrete methods
Create a CPG according to given configuration. Returns CPG wrapped in a Try
, making it possible to detect and inspect exceptions in CPG generation. To be provided by the frontend.
Create a CPG according to given configuration. Returns CPG wrapped in a Try
, making it possible to detect and inspect exceptions in CPG generation. To be provided by the frontend.
Attributes
Inherited methods
For frontends that create and manage resources during AST generation, they can clean up these resources here.
For frontends that create and manage resources during AST generation, they can clean up these resources here.
Attributes
- Definition Classes
-
X2CpgFrontend -> AutoCloseable
- Inherited from:
- X2CpgFrontend
Create a CPG with default overlays according to given configuration
Create a CPG with default overlays according to given configuration
Attributes
- Inherited from:
- X2CpgFrontend
Attributes
- Inherited from:
- UsesService
Attributes
- Inherited from:
- UsesService
Create CPG according to given configuration, printing errors to the console if they occur. The CPG is closed and not returned.
Create CPG according to given configuration, printing errors to the console if they occur. The CPG is closed and not returned.
Attributes
- Inherited from:
- X2CpgFrontend