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 TypeMethodDescriptionstatic JArrayRefJimple.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 TypeMethodDescriptionvoidAbstractRefVisitor.caseArrayRef(@NonNull JArrayRef ref) voidAbstractValueVisitor.caseArrayRef(@NonNull JArrayRef ref) voidRefVisitor.caseArrayRef(JArrayRef ref) voidReplaceUseRefVisitor.caseArrayRef(@NonNull JArrayRef ref) -
Uses of JArrayRef in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JArrayRefModifier and TypeMethodDescriptionvoidExceptionInferRefVisitor.caseArrayRef(@NonNull JArrayRef ref) -
Uses of JArrayRef in sootup.spark.node
Methods in sootup.spark.node with parameters of type JArrayRefModifier and TypeMethodDescriptionvoidValueToNodeConversionVisitor.caseArrayRef(@NonNull JArrayRef ref)