public class UnboundTransform<S,T> extends java.lang.Object implements UnboundTerm<T>, Term
| Modifier and Type | Method and Description | 
|---|---|
BoundTransform<S,T> | 
bind(Types.StructType struct,
    boolean caseSensitive)
Bind this value expression to concrete types. 
 | 
NamedReference<S> | 
ref()
Returns this expression's underlying reference. 
 | 
java.lang.String | 
toString()  | 
Transform<S,T> | 
transform()  | 
public NamedReference<S> ref()
Unboundpublic BoundTransform<S,T> bind(Types.StructType struct, boolean caseSensitive)
Unboundpublic java.lang.String toString()
toString in class java.lang.Object