Uses of Interface
sootup.core.jimple.common.ref.IdentityRef
Package
Description
-
Uses of IdentityRef in sootup.core.jimple
Modifier 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
Modifier 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
ModifierConstructorDescriptionJIdentityStmt
(Local local, IdentityRef identityValue, StmtPositionInfo positionInfo) -
Uses of IdentityRef in sootup.core.util.printer
Modifier and TypeMethodDescriptionvoid
BriefStmtPrinter.identityRef
(IdentityRef r) abstract void
LabeledStmtPrinter.identityRef
(IdentityRef r) void
NormalStmtPrinter.identityRef
(IdentityRef r) abstract void
StmtPrinter.identityRef
(IdentityRef r)