Uses of Interface
sootup.core.jimple.visitor.RefVisitor
Packages that use RefVisitor
Package
Description
-
Uses of RefVisitor in sootup.callgraph
Classes in sootup.callgraph that implement RefVisitor -
Uses of RefVisitor in sootup.core.jimple.common.ref
Methods in sootup.core.jimple.common.ref with type parameters of type RefVisitorModifier and TypeMethodDescription<V extends RefVisitor>
VJArrayRef.accept
(@NonNull V v) <V extends RefVisitor>
VJCaughtExceptionRef.accept
(@NonNull V v) <V extends RefVisitor>
VJInstanceFieldRef.accept
(@NonNull V v) <V extends RefVisitor>
VJParameterRef.accept
(@NonNull V v) <V extends RefVisitor>
VJStaticFieldRef.accept
(@NonNull V v) <V extends RefVisitor>
VJThisRef.accept
(@NonNull V v) -
Uses of RefVisitor in sootup.core.jimple.visitor
Subinterfaces of RefVisitor in sootup.core.jimple.visitorClasses in sootup.core.jimple.visitor that implement RefVisitorModifier and TypeClassDescriptionclass
class
class
Replace old use of a Ref with a new use -
Uses of RefVisitor in sootup.java.core.exceptions
Classes in sootup.java.core.exceptions that implement RefVisitor