Package de.fraunhofer.aisec.cpg.frontends
-
Interface Summary Interface Description CallableInterface<T extends Node> HandlerInterface<S,T> -
Class Summary Class Description Handler<S,T,L extends LanguageFrontend> AHandleris 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 LanguageFrontendFactory -
Exception Summary Exception Description TranslationException A generic exception that can be thrown from aLanguageFrontend, if it reaches a state where it cannot continue translating source code into the graph.