Class IEarlyExitComputer.ExitPoint
- java.lang.Object
-
- org.eclipse.xtext.xbase.controlflow.IEarlyExitComputer.ExitPoint
-
- Enclosing interface:
- IEarlyExitComputer
public static class IEarlyExitComputer.ExitPoint extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanexceptionalExitprotected XExpressionexpression
-
Constructor Summary
Constructors Constructor Description ExitPoint(XExpression expression, boolean exceptionalExit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XExpressiongetExpression()java.lang.StringtoString()
-
-
-
Field Detail
-
exceptionalExit
protected boolean exceptionalExit
-
expression
protected XExpression expression
-
-
Constructor Detail
-
ExitPoint
public ExitPoint(XExpression expression, boolean exceptionalExit)
-
-
Method Detail
-
getExpression
public XExpression getExpression()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-