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

Class ConditionalSuccessor

A conditional control flow successor. Either a Boolean successor (BooleanSuccessor), a nullness successor (NullnessSuccessor), a matching successor (MatchingSuccessor), or an emptiness successor (EmptinessSuccessor).

Import path

import codeql.ruby.CFG

Direct supertypes

Indirect supertypes

Known direct subtypes

Predicates

getValue

Gets the Boolean value of this successor.

Inherited predicates

toString

Gets a textual representation of this successor type.

from SuccessorTypeImpl