Uses of Interface
sootup.core.jimple.basic.LValue
Package
Description
-
Uses of LValue in qilin.core
-
Uses of LValue in qilin.core.natives
ModifierConstructorDescriptionJavaLangThreadStart0Native
(View view, SootMethod method, LValue currentThread) -
Uses of LValue in sootup.core.jimple
Modifier and TypeMethodDescriptionstatic JAssignStmt
Jimple.newAssignStmt
(LValue variable, Value rvalue, StmtPositionInfo posInfo) Constructs a AssignStmt(Variable, RValue) grammar chunk. -
Uses of LValue in sootup.core.jimple.basic
-
Uses of LValue in sootup.core.jimple.common.ref
Modifier and TypeClassDescriptionfinal class
class
final class
final class
-
Uses of LValue in sootup.core.jimple.common.stmt
Modifier and TypeMethodDescriptionabstract LValue
AbstractDefinitionStmt.getLeftOp()
JAssignStmt.getLeftOp()
Modifier and TypeMethodDescriptionAbstractDefinitionStmt.getDef()
AbstractStmt.getDef()
Returns a list of Values defined in this Stmt.Stmt.getDef()
ModifierConstructorDescriptionJAssignStmt
(LValue variable, Value rValue, StmtPositionInfo positionInfo) Instantiates a new JAssignStmt. -
Uses of LValue in sootup.core.model
Modifier and TypeMethodDescriptionstatic Map<LValue,
Collection<Stmt>> Body.collectDefs
(Collection<Stmt> stmts) Collects all defining statements of a Local from a list of statementsBody.getDefs()
Returns the results of iterating through all Stmts in this Body and querying them for Values defined.static Collection<LValue>
-
Uses of LValue in sootup.java.core.jimple.basic