Package eu.bandm.tools.ramus.runtime2
Interface Reducer.Constructor
- All Known Subinterfaces:
- Reducer.Collector1<D,,- A1> - Reducer.Constructor1<D,- A1, - R> 
- Enclosing class:
- Reducer
public static interface Reducer.Constructor
Abstract base of all AST node-constructor functional interfaces.
- 
Method SummaryStatic MethodsModifier and TypeMethodDescriptionstatic <X> Xabort()Aborts the current creation of an AST node.
- 
Method Details- 
abortAborts the current creation of an AST node.This method never returns. It is suitable to use as the argument of a returninstruction.- Throws:
- Reducer.Abort- always
 
 
-