CodeQL library for C/C++
codeql/cpp-all 0.12.12-dev (changelog, source)
Search

Class ControlFlowNodeBase

An element that is convertible to ControlFlowNode. This class is similar to ControlFlowNode except that is has no member predicates apart from toString.

This class can be used as base class for classes that want to inherit the extent of ControlFlowNode without inheriting its public member predicates.

Import path

import cpp

Direct supertypes

Indirect supertypes

Known direct subtypes

Inherited predicates

getAPrimaryQlClass

Gets the name of a primary CodeQL class to which this element belongs.

from ElementBase
getPrimaryQlClasses

Gets a comma-separated list of the names of the primary CodeQL classes to which this element belongs.

from ElementBase
toString

Gets a textual representation of this element.

from ElementBase