Uses of Class
sootup.core.jimple.common.stmt.JIdentityStmt
Packages that use JIdentityStmt
Package
Description
-
Uses of JIdentityStmt in sootup.apk.frontend.instruction
Fields in sootup.apk.frontend.instruction declared as JIdentityStmt -
Uses of JIdentityStmt in sootup.core.jimple
Methods in sootup.core.jimple that return JIdentityStmtModifier and TypeMethodDescriptionstatic <L extends IdentityRef>
JIdentityStmtJimple.newIdentityStmt
(Local local, L identityRef, StmtPositionInfo posInfo) Constructs a IdentityStmt(Local, IdentityRef) grammar chunk. -
Uses of JIdentityStmt in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JIdentityStmtModifier and TypeMethodDescriptionboolean
JimpleComparator.caseIdentityStmt
(JIdentityStmt stmt, Object o) -
Uses of JIdentityStmt in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return JIdentityStmtModifier and TypeMethodDescriptionJIdentityStmt.withIdentityValue
(IdentityRef identityValue) JIdentityStmt.withPositionInfo
(StmtPositionInfo positionInfo) -
Uses of JIdentityStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JIdentityStmtModifier and TypeMethodDescriptionvoid
AbstractStmtVisitor.caseIdentityStmt
(JIdentityStmt stmt) void
ReplaceUseStmtVisitor.caseIdentityStmt
(JIdentityStmt stmt) void
StmtVisitor.caseIdentityStmt
(JIdentityStmt stmt)