public static interface Reducer.Constructor
Modifier and Type | Method and Description |
---|---|
static <X> X |
abort()
Aborts the current creation of an AST node.
|
static <X> X abort() throws Reducer.Abort
This method never returns. It is suitable to use as the
argument of a return
instruction.
Reducer.Abort
- alwayssee also the complete user documentation .