org.eclipse.xtext.xbase.controlflow
Class IEarlyExitComputer.ExitPoint

java.lang.Object
  extended by org.eclipse.xtext.xbase.controlflow.IEarlyExitComputer.ExitPoint
Enclosing interface:
IEarlyExitComputer

public static class IEarlyExitComputer.ExitPoint
extends java.lang.Object


Field Summary
protected  boolean exceptionalExit
           
protected  XExpression expression
           
 
Constructor Summary
protected IEarlyExitComputer.ExitPoint(XExpression expression, boolean exceptionalExit)
           
 
Method Summary
 XExpression getExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionalExit

protected boolean exceptionalExit

expression

protected XExpression expression
Constructor Detail

IEarlyExitComputer.ExitPoint

protected IEarlyExitComputer.ExitPoint(XExpression expression,
                                       boolean exceptionalExit)
Method Detail

getExpression

public XExpression getExpression()