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

Class Filters::FilterJumpStep

A class defining additional jump steps arising from filters.

Import path

import codeql.ruby.frameworks.actioncontroller.Filters

Direct supertypes

Indirect supertypes

Predicates

step

Holds if data can flow from pred to succ via a callback chain. pred is the post-update node of the self parameter in a method, and succ is the self parameter of a subsequent method that is executed as part of the callback chain.

Inherited predicates

toString

Gets a textual representation of this element.

from Unit