CodeQL library for Ruby
codeql/ruby-all 5.1.7-dev (changelog, source)
Search

Class MakeWithSplitting::NormalExitNode

A control flow node indicating normal termination of a callable.

Import path

import codeql.controlflow.Cfg

Direct supertypes

Indirect supertypes

Inherited predicates

getAPredecessor

Gets an immediate predecessor, if any.

from NodeImpl
getAPredecessor

Gets an immediate predecessor node of a given flow type, if any.

from NodeImpl
getASuccessor

Gets an immediate successor, if any.

from NodeImpl
getASuccessor

Gets a successor node of a given type, if any.

from NodeImpl
getAstNode

Gets the AST node that this node corresponds to, if any.

from AnnotatedExitNodeImpl
getLocation

Gets the location of this control flow node.

from AnnotatedExitNodeImpl
getScope

Gets the scope of this node.

from NodeImpl
isBranch

Holds if this node has more than one successor.

from NodeImpl
isCondition

Holds if this control flow node has conditional successors.

from NodeImpl
isJoin

Holds if this node has more than one predecessor.

from NodeImpl
isNormal

Holds if this node represent a normal exit.

from AnnotatedExitNodeImpl
toString

Gets a textual representation of this control flow node.

from AnnotatedExitNodeImpl

Charpred