# LibTmux.Query.QueryTranslator

- **Module:** LibTmux.Query
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Query/QueryTranslator.cs#L14
- **Page:** https://libtmux.org/reference/dotnet/libtmux-query-querytranslator/

Translates a supported expression into a query document.

Translation is total or it fails. Every node the vocabulary does not cover
raises <see cref="UnsupportedQueryExpressionException" /> rather than being
left for in-memory evaluation, so one predicate cannot mean two things.

## Members

- `Translate` (method)
