Optional ReadonlycolumnOptional ReadonlyfileThe node must stem from a file with the given path matching the regex.
Inline code (code without a file path) is treated as having an empty path "".
Please note that you can address the full path!
Optional ReadonlyfuzzyIf true, match any node whose source range contains the given line/column (fuzzy position match).
Requires line to be provided.
Optional ReadonlyidThe node must have the given id.
Optional ReadonlyinnermostIf true (and fuzzy is true), return only the innermost (deepest in the AST) matching node(s).
Optional ReadonlylineThe node must be in the given line.
Optional ReadonlynameThe node must have the given name. To treat this name as a regular expression, set FlowrSearchGetFilter#nameIsRegex to true.
Optional ReadonlynameOnly useful in combination with name. If true, the name is treated as a regular expression.
The node must be in the given column.