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

Class AnnotatedExitBasicBlock

An annotated exit basic block, that is, a basic block that contains an annotated exit node.

Import path

import codeql.ruby.CFG

Direct supertypes

Indirect supertypes

Inherited predicates

controls

Holds if basic block controlled is controlled by this basic block with successor type s.

from BasicBlockImpl
dominates

Holds if this basic block dominates basic block bb.

from BasicBlock
getANode

Gets a control flow node in this basic block.

from BasicBlock
getAPredecessor

Gets an immediate predecessor of this basic block, if any.

from BasicBlock
getAPredecessor

Gets an immediate predecessor of this basic block of a given type, if any.

from BasicBlock
getASuccessor

Gets an immediate successor of this basic block, if any.

from BasicBlock
getASuccessor

Gets an immediate successor of this basic block of a given type, if any.

from BasicBlock
getFirstNode

Gets the first control flow node in this basic block.

from BasicBlock
getImmediateDominator

Gets the basic block that immediately dominates this basic block, if any.

from BasicBlock
getLastNode

Gets the last control flow node in this basic block.

from BasicBlock
getLocation

Gets the location of this basic block.

from BasicBlockImpl
getNode

Gets the control flow node at a specific (zero-indexed) position in this basic block.

from BasicBlock
getScope

Gets the CFG scope of this basic block.

from BasicBlockImpl
immediatelyControls

Holds if basic block succ is immediately controlled by this basic block with successor type s.

from BasicBlockImpl
immediatelyDominates

Holds if this basic block immediately dominates basic block bb.

from BasicBlock
inDominanceFrontier

Holds if df is in the dominance frontier of this basic block. That is, this basic block dominates a predecessor of df, but does not dominate df itself.

from BasicBlock
inLoop

Holds if this basic block is in a loop in the control flow graph.

from BasicBlockImpl
isNormal

Holds if this block represent a normal exit.

from AnnotatedExitBasicBlock
length

Gets the length of this basic block.

from BasicBlockImpl
postDominates

Holds if this basic block post-dominates basic block bb.

from BasicBlock
strictlyDominates

Holds if this basic block strictly dominates basic block bb.

from BasicBlock
strictlyPostDominates

Holds if this basic block strictly post-dominates basic block bb.

from BasicBlock
toString

Gets a textual representation of this basic block.

from BasicBlockImpl