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

Class MakeWithSplitting::ViewCfgQuery::RelevantNode

Import path

import codeql.controlflow.Cfg

Direct supertypes

Indirect supertypes

Predicates

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 NodeImpl
getLocation

Gets the location of this control flow node.

from NodeImpl
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
toString

Gets a textual representation of this control flow node.

from NodeImpl

Charpred