io.sarl.lang.controlflow
Class SarlExitPoint
Enclosing class:
SARLEarlyExitComputer
static class SarlExitPoint
extends java.lang.Object
Exit point that is specific to SARL, not Xbase/Java.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.8
Constructor Summary
Constructor and description
new(XExpression,boolean)
Constructor.
Constructor Details
new(XExpression,boolean)
new(XExpression,boolean)
Constructor.
Parameters:
expression - the expression that is an exit point.
exceptionalExit - true if the exit is exceptional (exception, etc.).