ApiExpressionUtils |
Utilities for API-specific Expression s.
|
ApiExpressionVisitor<R> |
A visitor for all Expression s that might be created during API translation.
|
LocalReferenceExpression |
|
LookupCallExpression |
A call expression where the target function has not been resolved yet.
|
ResolvedExpressionVisitor<R> |
A visitor for all ResolvedExpression s.
|
TableReferenceExpression |
Expression that references another table.
|
UnresolvedCallExpression |
Unresolved call expression for calling a function identified by a FunctionDefinition .
|
UnresolvedReferenceExpression |
An unresolved reference to a field, table, or local reference.
|