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

Class SuccessorTypes::ConditionalSuccessor

A conditional control flow successor. Either a Boolean successor (BooleanSuccessor) or a matching successor (MatchingSuccessor)

Import path

import codeql.ruby.CFG

Direct supertypes

Indirect supertypes

Known direct subtypes

Fields

Predicates

getValue

Gets the Boolean value of this successor.

toString

Gets a textual representation of successor type.

Charpred