Module Element
Provides the Element
class, which is the base class for all classes representing C or C++
program elements.
Import path
import semmle.code.cpp.Element
Imports
Location |
Provides classes and predicates for locations in the source code. |
Predicates
mkElement |
Get the |
underlyingElement |
INTERNAL: Do not use. |
unresolveElement |
INTERNAL: Do not use. |
Classes
Element |
A C/C++ element. This class is the base class for all C/C++ elements, such as functions, classes, expressions, and so on. |
ElementBase |
A C/C++ element with no member predicates other than |
StaticAssert |
A C++11 |