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 classfinal classParameterRefobjects are used byBodyobjects 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 JIdentityStmtJIdentityStmt.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 TypeMethodDescriptionvoidBriefStmtPrinter.identityRef(IdentityRef r) abstract voidLabeledStmtPrinter.identityRef(IdentityRef r) voidNormalStmtPrinter.identityRef(IdentityRef r) abstract voidStmtPrinter.identityRef(IdentityRef r)