Uses of Class
sootup.core.jimple.common.ref.JArrayRef
Package
Description
-
Uses of JArrayRef in qilin.core
-
Uses of JArrayRef in sootup.core.jimple
Modifier and TypeMethodDescriptionJimple.newArrayRef
(Local base, Immediate index) Constructs a ArrayRef(Local, Immediate) grammar chunk. -
Uses of JArrayRef in sootup.core.jimple.basic
-
Uses of JArrayRef in sootup.core.jimple.common.ref
-
Uses of JArrayRef in sootup.core.jimple.common.stmt
Modifier 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
Modifier and TypeMethodDescriptionvoid
AbstractRefVisitor.caseArrayRef
(JArrayRef ref) void
AbstractValueVisitor.caseArrayRef
(JArrayRef ref) void
RefVisitor.caseArrayRef
(JArrayRef ref) void
ReplaceUseRefVisitor.caseArrayRef
(JArrayRef ref)