org.eclipse.xtext.xbase.typing
Class AbstractTypeProvider.EarlyExitAcceptor

java.lang.Object
  extended by org.eclipse.xtext.xbase.typing.AbstractTypeProvider.EarlyExitAcceptor
Enclosing class:
AbstractTypeProvider

public static class AbstractTypeProvider.EarlyExitAcceptor
extends java.lang.Object


Field Summary
protected  java.util.List<JvmTypeReference> returns
           
protected  java.util.List<JvmTypeReference> thrown
           
 
Constructor Summary
AbstractTypeProvider.EarlyExitAcceptor()
           
 
Method Summary
 void appendThrown(java.lang.Iterable<JvmTypeReference> exceptions)
           
 java.util.List<JvmTypeReference> getReturns()
           
 java.util.List<JvmTypeReference> getThrown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returns

protected java.util.List<JvmTypeReference> returns

thrown

protected java.util.List<JvmTypeReference> thrown
Constructor Detail

AbstractTypeProvider.EarlyExitAcceptor

public AbstractTypeProvider.EarlyExitAcceptor()
Method Detail

getReturns

public java.util.List<JvmTypeReference> getReturns()

getThrown

public java.util.List<JvmTypeReference> getThrown()

appendThrown

public void appendThrown(java.lang.Iterable<JvmTypeReference> exceptions)