CodeQL library for C#
codeql/csharp-all 0.10.0 (changelog, source)
Search

Class MakeImplCommon::ReturnNodeExt

A node from which flow can return to the caller. This is either a regular ReturnNode or a PostUpdateNode corresponding to the value of a parameter.

Import path

import codeql.dataflow.internal.DataFlowImplCommon

Direct supertypes

Predicates

getKind

Gets the kind of this returned value.

Inherited predicates

getLocation

Gets the location of this node.

from Node
toString

Gets a textual representation of this element.

from Node

Charpred