Uses of Interface
sootup.core.jimple.common.LValue
Packages that use LValue
Package
Description
Native method simulations.
-
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.apk.frontend.instruction
Methods in sootup.apk.frontend.instruction with parameters of type LValueModifier and TypeMethodDescriptionprotected JAssignStmtFieldInstruction.getAssignStmt(LValue left, Value right) Check if the field type equals the type of the value that will be stored in the field. -
Uses of LValue in sootup.core.jimple
Methods in sootup.core.jimple with parameters of type LValueModifier and TypeMethodDescriptionstatic JAssignStmtJimple.newAssignStmt(LValue variable, Value rvalue, StmtPositionInfo posInfo) Constructs a AssignStmt(Variable, RValue) grammar chunk. -
Uses of LValue in sootup.core.jimple.common
Classes in sootup.core.jimple.common that implement LValue -
Uses of LValue in sootup.core.jimple.common.ref
Classes in sootup.core.jimple.common.ref that implement LValueModifier and TypeClassDescriptionfinal classclassfinal classfinal class -
Uses of LValue in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return LValueModifier and TypeMethodDescriptionabstract @NonNull LValueAbstractDefinitionStmt.getLeftOp()Returns the left-hand side (defined value) of this definition.@NonNull LValueJAssignStmt.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()Returns the value defined (written) by this statement, if any.Methods in sootup.core.jimple.common.stmt with parameters of type LValueModifier and TypeMethodDescription@NonNull JAssignStmtJAssignStmt.withVariable(@NonNull LValue variable) Constructors in sootup.core.jimple.common.stmt with parameters of type LValueModifierConstructorDescriptionJAssignStmt(@NonNull LValue variable, @NonNull Value rValue, @NonNull 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>Body.getDefs(ControlFlowGraph<?> graph) -
Uses of LValue in sootup.java.core.jimple.basic
Classes in sootup.java.core.jimple.basic that implement LValue