Uses of Interface
org.benf.cfr.reader.entities.exceptions.ExceptionCheck
-
-
Uses of ExceptionCheck in org.benf.cfr.reader.bytecode.analysis.parse
Methods in org.benf.cfr.reader.bytecode.analysis.parse with parameters of type ExceptionCheck Modifier and Type Method Description booleanExpression. 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 ExceptionCheck Modifier and Type Method Description booleanAbstractExpression. canThrow(ExceptionCheck caught)booleanAbstractMemberFunctionInvokation. canThrow(ExceptionCheck caught)booleanAbstractMutatingAssignmentExpression. canThrow(ExceptionCheck caught)booleanArithmeticOperation. canThrow(ExceptionCheck caught)booleanArithOp. canThrow(InferredJavaType inferredJavaType, ExceptionCheck caught, java.util.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 ExceptionCheck Modifier and Type Method Description booleanAbstractLValue. 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 ExceptionCheck Modifier and Type Method Description booleanAbstractStatement. 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 ExceptionCheck Modifier and Type Method Description booleanWildcardMatch.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 ExceptionCheck Modifier and Type Class Description classExceptionCheckImplclassExceptionCheckSimpleFields in org.benf.cfr.reader.entities.exceptions declared as ExceptionCheck Modifier and Type Field Description static ExceptionCheckExceptionCheckSimple. INSTANCE
-