JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Package de.fraunhofer.aisec.cpg.frontends
Interface Summary
Interface
Description
CallableInterface
<T extends de.fraunhofer.aisec.cpg.graph.Node>
Class Summary
Class
Description
Handler
<S,T,L extends
LanguageFrontend
>
A
Handler
is an abstract base class for a class that translates AST nodes from a raw ast type, usually supplied by a language parser into our generic CPG nodes.
LanguageFrontend
Exception Summary
Exception
Description
TranslationException
A generic exception that can be thrown from a
LanguageFrontend
, if it reaches a state where it cannot continue translating source code into the graph.