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 TypeMethodDescriptionbooleanJimpleComparator.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.asJIdentityStmt()default JIdentityStmtStmt.asJIdentityStmt()@NonNull JIdentityStmtJIdentityStmt.withIdentityValue(@NonNull IdentityRef identityValue) @NonNull JIdentityStmt@NonNull JIdentityStmtJIdentityStmt.withPositionInfo(@NonNull StmtPositionInfo positionInfo) Methods in sootup.core.jimple.common.stmt that return types with arguments of type JIdentityStmtModifier and TypeMethodDescriptionJIdentityStmt.toJIdentityStmt()default Optional<JIdentityStmt>Stmt.toJIdentityStmt() -
Uses of JIdentityStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JIdentityStmtModifier and TypeMethodDescriptionvoidAbstractStmtVisitor.caseIdentityStmt(@NonNull JIdentityStmt stmt) voidReplaceUseStmtVisitor.caseIdentityStmt(@NonNull JIdentityStmt stmt) voidStmtVisitor.caseIdentityStmt(JIdentityStmt stmt) -
Uses of JIdentityStmt in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JIdentityStmtModifier and TypeMethodDescriptionvoidExceptionInferStmtVisitor.caseIdentityStmt(@NonNull JIdentityStmt stmt)