public abstract class AbstractExpression<D,T,A> extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractExpression(Parser<D,T> syntax,
Data.View<A> semantics,
State.Projection projection) |
Modifier and Type | Method and Description |
---|---|
Fragment<D,T,A> |
assign() |
Fragment<D,T,A> |
assign(Object key) |
State.Projection |
getProjection() |
Data.View<A> |
getSemantics() |
Parser<D,T> |
getSyntax() |
see also the complete user documentation .