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 TypeMethodDescriptionbooleanExpression.canThrow(ExceptionCheck caught) booleanLValue.canThrow(ExceptionCheck caught) booleanStatement.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 TypeMethodDescriptionbooleanAbstractExpression.canThrow(ExceptionCheck caught) booleanAbstractMemberFunctionInvokation.canThrow(ExceptionCheck caught) booleanAbstractMutatingAssignmentExpression.canThrow(ExceptionCheck caught) booleanArithmeticOperation.canThrow(ExceptionCheck caught) booleanArithOp.canThrow(InferredJavaType inferredJavaType, ExceptionCheck caught, Set<? extends JavaTypeInstance> instances) booleanComparisonOperation.canThrow(ExceptionCheck caught) booleanConstructorInvokationSimple.canThrow(ExceptionCheck caught) booleanLiteral.canThrow(ExceptionCheck caught) booleanLValueExpression.canThrow(ExceptionCheck caught) booleanNewObject.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 TypeMethodDescriptionbooleanAbstractLValue.canThrow(ExceptionCheck caught) booleanFieldVariable.canThrow(ExceptionCheck caught) booleanLocalVariable.canThrow(ExceptionCheck caught) booleanStackSSALabel.canThrow(ExceptionCheck caught) booleanStaticVariable.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 TypeMethodDescriptionbooleanAbstractStatement.canThrow(ExceptionCheck caught) booleanAssignmentPreMutation.canThrow(ExceptionCheck caught) booleanAssignmentSimple.canThrow(ExceptionCheck caught) booleanCaseStatement.canThrow(ExceptionCheck caught) booleanExpressionStatement.canThrow(ExceptionCheck caught) booleanGotoStatement.canThrow(ExceptionCheck caught) booleanIfExitingStatement.canThrow(ExceptionCheck caught) booleanIfStatement.canThrow(ExceptionCheck caught) booleanReturnNothingStatement.canThrow(ExceptionCheck caught) booleanReturnValueStatement.canThrow(ExceptionCheck caught) booleanThrowStatement.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 TypeMethodDescriptionbooleanWildcardMatch.AbstractBaseExpressionWildcard.canThrow(ExceptionCheck caught) booleanWildcardMatch.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