Package | Description |
---|---|
eu.bandm.tools.ramus.runtime2 |
Modifier and Type | Interface and Description |
---|---|
static interface |
Reducer.Collector1<D,A1> |
Modifier and Type | Method and Description |
---|---|
static <D,T,A1,R> Expression<D,T,R> |
Reducer.reduce(@Opt Class<R> type,
Reducer.Constructor1<D,A1,? extends R> cons,
AbstractExpression<D,T,? extends A1> arg1)
Creates a compound expression for AST nodes with one parsed
argument.
|
static <D,T,A1,R> Expression<D,T,R> |
Reducer.reduce(@Opt Class<R> type,
Reducer.Constructor1<D,A1,? extends R> cons,
Fragment<D,T,? extends A1> arg1)
Creates a compound expression for AST nodes with one parsed
argument.
|
static <D,T,A1,R> Expression<D,T,R> |
Reducer.reduce(Reducer.Constructor1<D,A1,? extends R> cons,
AbstractExpression<D,T,? extends A1> arg1)
Creates a compound expression for AST nodes with one parsed
argument.
|
see also the complete user documentation .