# io.github.libtmux.query.FieldRef.FieldRef

- **Module:** io.github.libtmux.query.FieldRef
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/query/FieldRef.java#L13
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-query-fieldref-fieldref/

A named, kinded accessor.

<p>The name makes a built expression printable; the kind makes consumers independent of the
operand's runtime class. A serializer or compiler must bind the exact handle against its own
model before trusting the name to describe what the accessor reads.

## Members

- `FieldRef` (method)
- `requireId` (method)
- `id` (method)
- `kind` (method)
- `accessor` (method)
