Uses of Interface
sootup.core.jimple.basic.LValue
Packages that use LValue
Package
Description
-
Uses of LValue in qilin.core
Methods in qilin.core with parameters of type LValue -
Uses of LValue in qilin.core.natives
Constructors in qilin.core.natives with parameters of type LValueModifierConstructorDescriptionJavaLangThreadStart0Native
(View view, SootMethod method, LValue currentThread) -
Uses of LValue in sootup.core.jimple
Methods in sootup.core.jimple with parameters of type LValueModifier 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
Classes in sootup.core.jimple.basic that implement LValue -
Uses of LValue in sootup.core.jimple.common.ref
Classes in sootup.core.jimple.common.ref that implement LValueModifier and TypeClassDescriptionfinal class
class
final class
final class
-
Uses of LValue in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return LValueModifier and TypeMethodDescriptionabstract LValue
AbstractDefinitionStmt.getLeftOp()
JAssignStmt.getLeftOp()
Methods in sootup.core.jimple.common.stmt that return types with arguments of type LValueModifier and TypeMethodDescriptionAbstractDefinitionStmt.getDef()
AbstractStmt.getDef()
Returns a list of Values defined in this Stmt.Stmt.getDef()
Methods in sootup.core.jimple.common.stmt with parameters of type LValueConstructors in sootup.core.jimple.common.stmt with parameters of type LValueModifierConstructorDescriptionJAssignStmt
(LValue variable, Value rValue, StmtPositionInfo positionInfo) Instantiates a new JAssignStmt. -
Uses of LValue in sootup.core.model
Methods in sootup.core.model that return types with arguments of type LValueModifier 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
Classes in sootup.java.core.jimple.basic that implement LValue