Class ExceptionCheckSimple
java.lang.Object
org.benf.cfr.reader.entities.exceptions.ExceptionCheckSimple
- All Implemented Interfaces:
ExceptionCheck
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkAgainst
(Set<? extends JavaTypeInstance> thrown) boolean
checkAgainst
(AbstractMemberFunctionInvokation functionInvokation) boolean
checkAgainstException
(Expression expression) boolean
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ExceptionCheckSimple
private ExceptionCheckSimple()
-
-
Method Details
-
checkAgainst
- Specified by:
checkAgainst
in interfaceExceptionCheck
-
checkAgainst
- Specified by:
checkAgainst
in interfaceExceptionCheck
-
checkAgainstException
- Specified by:
checkAgainstException
in interfaceExceptionCheck
-
mightCatchUnchecked
public boolean mightCatchUnchecked()- Specified by:
mightCatchUnchecked
in interfaceExceptionCheck
-