| Modifier and Type | Method and Description |
|---|---|
Accessor<StructLike> |
accessor() |
T |
eval(StructLike struct)
Produce a value from the struct for this expression.
|
Types.NestedField |
field() |
int |
fieldId() |
BoundReference<T> |
ref() |
java.lang.String |
toString() |
Type |
type() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparatorpublic T eval(StructLike struct)
Boundpublic Types.NestedField field()
public BoundReference<T> ref()
public Type type()
public int fieldId()
public Accessor<StructLike> accessor()
public java.lang.String toString()
toString in class java.lang.Object