Modifier and Type | Method and Description |
---|---|
boolean |
LValue.canThrow(ExceptionCheck caught) |
boolean |
Expression.canThrow(ExceptionCheck caught) |
boolean |
Statement.canThrow(ExceptionCheck caught) |
Modifier and Type | Method and Description |
---|---|
boolean |
LValueExpression.canThrow(ExceptionCheck caught) |
boolean |
AbstractExpression.canThrow(ExceptionCheck caught) |
boolean |
ComparisonOperation.canThrow(ExceptionCheck caught) |
boolean |
ArithmeticOperation.canThrow(ExceptionCheck caught) |
boolean |
ConstructorInvokationSimple.canThrow(ExceptionCheck caught) |
boolean |
AbstractMutatingAssignmentExpression.canThrow(ExceptionCheck caught) |
boolean |
Literal.canThrow(ExceptionCheck caught) |
boolean |
AbstractMemberFunctionInvokation.canThrow(ExceptionCheck caught) |
boolean |
NewObject.canThrow(ExceptionCheck caught) |
boolean |
ArithOp.canThrow(InferredJavaType inferredJavaType,
ExceptionCheck caught,
Set<? extends JavaTypeInstance> instances) |
Modifier and Type | Method and Description |
---|---|
boolean |
LocalVariable.canThrow(ExceptionCheck caught) |
boolean |
StackSSALabel.canThrow(ExceptionCheck caught) |
boolean |
AbstractLValue.canThrow(ExceptionCheck caught) |
Modifier and Type | Method and Description |
---|---|
boolean |
GotoStatement.canThrow(ExceptionCheck caught) |
boolean |
IfExitingStatement.canThrow(ExceptionCheck caught) |
boolean |
AssignmentPreMutation.canThrow(ExceptionCheck caught) |
boolean |
ReturnNothingStatement.canThrow(ExceptionCheck caught) |
boolean |
CaseStatement.canThrow(ExceptionCheck caught) |
boolean |
ExpressionStatement.canThrow(ExceptionCheck caught) |
boolean |
ThrowStatement.canThrow(ExceptionCheck caught) |
boolean |
ReturnValueStatement.canThrow(ExceptionCheck caught) |
boolean |
AssignmentSimple.canThrow(ExceptionCheck caught) |
boolean |
AbstractStatement.canThrow(ExceptionCheck caught) |
boolean |
IfStatement.canThrow(ExceptionCheck caught) |
Modifier and Type | Method and Description |
---|---|
boolean |
WildcardMatch.LValueWildcard.canThrow(ExceptionCheck caught) |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionCheckImpl |
class |
ExceptionCheckSimple |
Modifier and Type | Field and Description |
---|---|
static ExceptionCheck |
ExceptionCheckSimple.INSTANCE |
Copyright © 2011-2021. All Rights Reserved.