Uses of Class
sootup.core.jimple.common.ref.JThisRef
Packages that use JThisRef
Package
Description
-
Uses of JThisRef in sootup.core.jimple
Methods in sootup.core.jimple that return JThisRefModifier and TypeMethodDescriptionstatic JThisRef
Jimple.newThisRef
(ClassType t) Constructs a ThisRef(ClassType) grammar chunk. -
Uses of JThisRef in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JThisRef -
Uses of JThisRef in sootup.core.jimple.common.ref
Methods in sootup.core.jimple.common.ref that return JThisRefModifier and TypeMethodDescription@NonNull JThisRef
JThisRef.withThisType
(@NonNull ClassType thisType) -
Uses of JThisRef in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JThisRefModifier and TypeMethodDescriptionvoid
AbstractRefVisitor.caseThisRef
(@NonNull JThisRef ref) void
AbstractValueVisitor.caseThisRef
(@NonNull JThisRef ref) void
RefVisitor.caseThisRef
(JThisRef ref) -
Uses of JThisRef in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JThisRefModifier and TypeMethodDescriptionvoid
ExceptionInferRefVisitor.caseThisRef
(@NonNull JThisRef ref)