Module AccessPath
Companion module to the AccessPath class.
Import path
import codeql.ruby.dataflow.internal.AccessPathSyntaxPredicates
| parseInt | Parses an integer constant |
| parseIntUnbounded | Parses an integer constant or interval (bounded or unbounded) and gets any of the integers contained within (of which there may be infinitely many). |
| parseIntWithArity | Parses an integer constant or interval (bounded or unbounded) that may reference the arity of a call, such as |
| parseLowerBound | Parses a lower-bounded interval |
Classes
| Range | A string that should be parsed as an access path. |