Uses of Interface
sootup.core.jimple.common.ref.IdentityRef
Packages that use IdentityRef
Package
Description
-
Uses of IdentityRef in sootup.core.jimple
Methods in sootup.core.jimple with type parameters of type IdentityRefModifier and TypeMethodDescriptionstatic <L extends IdentityRef>
JIdentityStmtJimple.newIdentityStmt
(Local local, L identityRef, StmtPositionInfo posInfo) Constructs a IdentityStmt(Local, IdentityRef) grammar chunk. -
Uses of IdentityRef in sootup.core.jimple.common.ref
Classes in sootup.core.jimple.common.ref that implement IdentityRefModifier and TypeClassDescriptionfinal class
final class
ParameterRef
objects are used byBody
objects to refer to the parameter slots on method entry.final class
-
Uses of IdentityRef in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return IdentityRefMethods in sootup.core.jimple.common.stmt with parameters of type IdentityRefModifier and TypeMethodDescription@NonNull JIdentityStmt
JIdentityStmt.withIdentityValue
(@NonNull IdentityRef identityValue) Constructors in sootup.core.jimple.common.stmt with parameters of type IdentityRefModifierConstructorDescriptionJIdentityStmt
(@NonNull Local local, @NonNull IdentityRef identityValue, @NonNull StmtPositionInfo positionInfo) -
Uses of IdentityRef in sootup.core.util.printer
Methods in sootup.core.util.printer with parameters of type IdentityRefModifier and TypeMethodDescriptionvoid
BriefStmtPrinter.identityRef
(IdentityRef r) abstract void
LabeledStmtPrinter.identityRef
(IdentityRef r) void
NormalStmtPrinter.identityRef
(IdentityRef r) abstract void
StmtPrinter.identityRef
(IdentityRef r)