Uses of Interface
org.benf.cfr.reader.entities.exceptions.ExceptionCheck
Packages that use ExceptionCheck
Package
Description
-
Uses of ExceptionCheck in org.benf.cfr.reader.bytecode.analysis.parse
Methods in org.benf.cfr.reader.bytecode.analysis.parse with parameters of type ExceptionCheckModifier and TypeMethodDescriptionboolean
Expression.canThrow
(ExceptionCheck caught) boolean
LValue.canThrow
(ExceptionCheck caught) boolean
Statement.canThrow
(ExceptionCheck caught) -
Uses of ExceptionCheck in org.benf.cfr.reader.bytecode.analysis.parse.expression
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type ExceptionCheckModifier and TypeMethodDescriptionboolean
AbstractExpression.canThrow
(ExceptionCheck caught) boolean
AbstractMemberFunctionInvokation.canThrow
(ExceptionCheck caught) boolean
AbstractMutatingAssignmentExpression.canThrow
(ExceptionCheck caught) boolean
ArithmeticOperation.canThrow
(ExceptionCheck caught) boolean
ArithOp.canThrow
(InferredJavaType inferredJavaType, ExceptionCheck caught, Set<? extends JavaTypeInstance> instances) boolean
ComparisonOperation.canThrow
(ExceptionCheck caught) boolean
ConstructorInvokationSimple.canThrow
(ExceptionCheck caught) boolean
Literal.canThrow
(ExceptionCheck caught) boolean
LValueExpression.canThrow
(ExceptionCheck caught) boolean
NewObject.canThrow
(ExceptionCheck caught) -
Uses of ExceptionCheck in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type ExceptionCheckModifier and TypeMethodDescriptionboolean
AbstractLValue.canThrow
(ExceptionCheck caught) boolean
LocalVariable.canThrow
(ExceptionCheck caught) boolean
StackSSALabel.canThrow
(ExceptionCheck caught) -
Uses of ExceptionCheck in org.benf.cfr.reader.bytecode.analysis.parse.statement
Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type ExceptionCheckModifier and TypeMethodDescriptionboolean
AbstractStatement.canThrow
(ExceptionCheck caught) boolean
AssignmentPreMutation.canThrow
(ExceptionCheck caught) boolean
AssignmentSimple.canThrow
(ExceptionCheck caught) boolean
CaseStatement.canThrow
(ExceptionCheck caught) boolean
ExpressionStatement.canThrow
(ExceptionCheck caught) boolean
GotoStatement.canThrow
(ExceptionCheck caught) boolean
IfExitingStatement.canThrow
(ExceptionCheck caught) boolean
IfStatement.canThrow
(ExceptionCheck caught) boolean
ReturnNothingStatement.canThrow
(ExceptionCheck caught) boolean
ReturnValueStatement.canThrow
(ExceptionCheck caught) boolean
ThrowStatement.canThrow
(ExceptionCheck caught) -
Uses of ExceptionCheck in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type ExceptionCheckModifier and TypeMethodDescriptionboolean
WildcardMatch.AbstractBaseExpressionWildcard.canThrow
(ExceptionCheck caught) boolean
WildcardMatch.LValueWildcard.canThrow
(ExceptionCheck caught) -
Uses of ExceptionCheck in org.benf.cfr.reader.entities.exceptions
Classes in org.benf.cfr.reader.entities.exceptions that implement ExceptionCheckFields in org.benf.cfr.reader.entities.exceptions declared as ExceptionCheck