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 JThisRef -
Uses of JThisRef in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JThisRefModifier and TypeMethodDescriptionvoid
AbstractRefVisitor.caseThisRef
(JThisRef ref) void
AbstractValueVisitor.caseThisRef
(JThisRef ref) void
RefVisitor.caseThisRef
(JThisRef ref)