Uses of Class
sootup.core.jimple.common.ref.JCaughtExceptionRef
Packages that use JCaughtExceptionRef
Package
Description
-
Uses of JCaughtExceptionRef in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JCaughtExceptionRefModifier and TypeMethodDescriptionbooleanJimpleComparator.caseCaughtException(JCaughtExceptionRef obj, Object o) -
Uses of JCaughtExceptionRef in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JCaughtExceptionRefModifier and TypeMethodDescriptionvoidAbstractRefVisitor.caseCaughtExceptionRef(@NonNull JCaughtExceptionRef ref) voidAbstractValueVisitor.caseCaughtExceptionRef(@NonNull JCaughtExceptionRef ref) voidRefVisitor.caseCaughtExceptionRef(JCaughtExceptionRef ref) -
Uses of JCaughtExceptionRef in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JCaughtExceptionRefModifier and TypeMethodDescriptionvoidExceptionInferRefVisitor.caseCaughtExceptionRef(@NonNull JCaughtExceptionRef ref) -
Uses of JCaughtExceptionRef in sootup.java.core.language
Methods in sootup.java.core.language that return JCaughtExceptionRefModifier and TypeMethodDescriptionstatic JCaughtExceptionRefJavaJimple.newCaughtExceptionRef()Constructs a CaughtExceptionRef() grammar chunk.