org.eclipse.xtext.xbase.typing
Class JvmExceptions

java.lang.Object
  extended by org.eclipse.xtext.xbase.typing.JvmExceptions

@NonNullByDefault
public class JvmExceptions
extends java.lang.Object

Author:
Sven Efftinge - Initial contribution and API

Constructor Summary
JvmExceptions()
           
 
Method Summary
 java.lang.Iterable<JvmTypeReference> findUnhandledExceptions(org.eclipse.emf.ecore.EObject context, java.lang.Iterable<JvmTypeReference> thrownExceptions, java.util.Collection<JvmTypeReference> declaredExceptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvmExceptions

public JvmExceptions()
Method Detail

findUnhandledExceptions

public java.lang.Iterable<JvmTypeReference> findUnhandledExceptions(org.eclipse.emf.ecore.EObject context,
                                                                    java.lang.Iterable<JvmTypeReference> thrownExceptions,
                                                                    java.util.Collection<JvmTypeReference> declaredExceptions)