[][src]Module watchman_client::expr

Working with the watchman expression term syntax

Structs

DirNameTerm

Match on the parent directory structure https://facebook.github.io/watchman/docs/expr/dirname.html

MatchTerm

Encodes the match expression term https://facebook.github.io/watchman/docs/expr/match.html

NameTerm

Performs an exact match against the file name. https://facebook.github.io/watchman/docs/expr/name.html

PcreTerm

Use PCRE to match the filename. Note that this is an optional server feature and using this term on a server that doesn't support this feature will generate an error in response to the query. https://facebook.github.io/watchman/docs/expr/pcre.html

Enums

Expr

An expression term used to filter candidate files from query results.

RelOp

Specifies a relational comparison with an integer value

SinceTerm

Evaluates as true if the specified time property of the file is greater than the since value. https://facebook.github.io/watchman/docs/expr/since.html