Package de.fraunhofer.aisec.cpg.graph
Class NamespaceDeclaration
- java.lang.Object
-
- de.fraunhofer.aisec.cpg.graph.Node
-
- de.fraunhofer.aisec.cpg.graph.Declaration
-
- de.fraunhofer.aisec.cpg.graph.TranslationUnitDeclaration
-
- de.fraunhofer.aisec.cpg.graph.NamespaceDeclaration
-
public class NamespaceDeclaration extends TranslationUnitDeclaration
-
-
Constructor Summary
Constructors Constructor Description NamespaceDeclaration()
-
Method Summary
-
Methods inherited from class de.fraunhofer.aisec.cpg.graph.TranslationUnitDeclaration
add, equals, getDeclarationAs, getDeclarationByName, getDeclarations, getIncludes, getNamespaces, hashCode, setDeclarations, setIncludes, toString
-
Methods inherited from class de.fraunhofer.aisec.cpg.graph.Node
addNextDFG, addPrevDFG, disconnectFromGraph, getArgumentIndex, getCode, getFile, getId, getLocation, getName, getNextCFG, getNextDFG, getNextEOG, getPrevDFG, getPrevEOG, isDummy, isImplicit, removeNextDFG, removePrevDFG, setArgumentIndex, setCode, setComment, setDummy, setFile, setImplicit, setLocation, setName, setNextDFG, setNextEOG, setPrevDFG, setPrevEOG
-
-