| 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()
Returns the underlying reference. 
 | 
java.lang.String | 
toString()  | 
Type | 
type()
Returns the type produced by this expression. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparatorpublic T eval(StructLike struct)
Boundpublic Types.NestedField field()
public BoundReference<T> ref()
Boundpublic Type type()
BoundTermpublic int fieldId()
public Accessor<StructLike> accessor()
public java.lang.String toString()
toString in class java.lang.Object