Interface DefaultSyntaxInfos.Expression<E extends Expression<R>,R>

Type Parameters:
E - The class providing the implementation of the Expression this info represents.
R - The type of the return type of the Expression.
All Superinterfaces:
Builder.Buildable<SyntaxInfo.Builder<?,?>,SyntaxInfo<?>>, DefaultSyntaxInfos, SyntaxInfo<E>
Enclosing interface:
DefaultSyntaxInfos

@Experimental public static interface DefaultSyntaxInfos.Expression<E extends Expression<R>,R> extends SyntaxInfo<E>
A syntax info to be used for Expressions. It differs from a typical info in that it also has a return type.