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 JThisRefJimple.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 JThisRefJThisRef.withThisType(@NonNull ClassType thisType) -
Uses of JThisRef in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JThisRefModifier and TypeMethodDescriptionvoidAbstractRefVisitor.caseThisRef(@NonNull JThisRef ref) voidAbstractValueVisitor.caseThisRef(@NonNull JThisRef ref) voidRefVisitor.caseThisRef(JThisRef ref) -
Uses of JThisRef in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JThisRefModifier and TypeMethodDescriptionvoidExceptionInferRefVisitor.caseThisRef(@NonNull JThisRef ref) -
Uses of JThisRef in sootup.spark.node
Methods in sootup.spark.node with parameters of type JThisRefModifier and TypeMethodDescriptionvoidValueToNodeConversionVisitor.caseThisRef(@NonNull JThisRef ref)