public interface IThrownExceptionDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
accept(LightweightTypeReference type) |
IThrownExceptionDelegate |
catchExceptions(java.util.List<LightweightTypeReference> caughtExceptions) |
void |
collectThrownExceptions(XExpression expression) |
LightweightTypeReference |
getActualType(org.eclipse.xtext.common.types.JvmIdentifiableElement identifiable) |
LightweightTypeReference |
getActualType(XExpression expr) |
IResolvedExecutable |
getResolvedFeature(org.eclipse.xtext.common.types.JvmExecutable executable,
LightweightTypeReference contextType) |
LightweightTypeReference |
toLightweightReference(org.eclipse.xtext.common.types.JvmTypeReference exception) |
LightweightTypeReference toLightweightReference(org.eclipse.xtext.common.types.JvmTypeReference exception)
void accept(LightweightTypeReference type)
LightweightTypeReference getActualType(XExpression expr)
LightweightTypeReference getActualType(org.eclipse.xtext.common.types.JvmIdentifiableElement identifiable)
IResolvedExecutable getResolvedFeature(org.eclipse.xtext.common.types.JvmExecutable executable, LightweightTypeReference contextType)
void collectThrownExceptions(XExpression expression)
IThrownExceptionDelegate catchExceptions(java.util.List<LightweightTypeReference> caughtExceptions)