Uses of Class
sootup.core.jimple.common.ref.JArrayRef
Packages that use JArrayRef
Package
Description
-
Uses of JArrayRef in qilin.core
Methods in qilin.core that return JArrayRef -
Uses of JArrayRef in sootup.core.jimple
Methods in sootup.core.jimple that return JArrayRefModifier and TypeMethodDescriptionJimple.newArrayRef
(Local base, Immediate index) Constructs a ArrayRef(Local, Immediate) grammar chunk. -
Uses of JArrayRef in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JArrayRef -
Uses of JArrayRef in sootup.core.jimple.common.ref
Methods in sootup.core.jimple.common.ref that return JArrayRef -
Uses of JArrayRef in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return JArrayRefModifier and TypeMethodDescriptionAbstractStmt.getArrayRef()
This method must only be used for Stmts which contain an ArrayRef - possible with JAssignStmts.JAssignStmt.getArrayRef()
Stmt.getArrayRef()
-
Uses of JArrayRef in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JArrayRefModifier and TypeMethodDescriptionvoid
AbstractRefVisitor.caseArrayRef
(JArrayRef ref) void
AbstractValueVisitor.caseArrayRef
(JArrayRef ref) void
RefVisitor.caseArrayRef
(JArrayRef ref) void
ReplaceUseRefVisitor.caseArrayRef
(JArrayRef ref)