Uses of Interface
sootup.core.jimple.basic.Value
Packages that use Value
Package
Description
-
Uses of Value in qilin.core
Methods in qilin.core that return ValueModifier and TypeMethodDescriptionPTAScene.getFieldGlobalThrow()
protected Value
add a static invocation and get the return value rx = sig(args)Methods in qilin.core with parameters of type Value -
Uses of Value in qilin.core.builder
Methods in qilin.core.builder that return ValueMethods in qilin.core.builder with parameters of type Value -
Uses of Value in sootup.analysis.interprocedural.icfg
Fields in sootup.analysis.interprocedural.icfg with type parameters of type ValueModifier and TypeFieldDescriptionprotected com.google.common.cache.LoadingCache<SootMethod,
List<Value>> AbstractJimpleBasedICFG.methodToParameterRefs
Methods in sootup.analysis.interprocedural.icfg that return types with arguments of type ValueModifier and TypeMethodDescriptionAbstractJimpleBasedICFG.getParameterRefs
(SootMethod m) BackwardsInterproceduralCFG.getParameterRefs
(SootMethod m) BiDiInterproceduralCFG.getParameterRefs
(M m) -
Uses of Value in sootup.codepropertygraph.propertygraph.nodes
Methods in sootup.codepropertygraph.propertygraph.nodes that return Value -
Uses of Value in sootup.core.jimple
Methods in sootup.core.jimple with parameters of type ValueModifier and TypeMethodDescriptionstatic JAssignStmt
Jimple.newAssignStmt
(LValue variable, Value rvalue, StmtPositionInfo posInfo) Constructs a AssignStmt(Variable, RValue) grammar chunk. -
Uses of Value in sootup.core.jimple.basic
Subinterfaces of Value in sootup.core.jimple.basicModifier and TypeInterfaceDescriptioninterface
Immediate is a local or a constant.interface
Marker interface for Values that can be on the left side of an AssignmentClasses in sootup.core.jimple.basic that implement ValueMethods in sootup.core.jimple.basic that return types with arguments of type Value -
Uses of Value in sootup.core.jimple.common.constant
Subinterfaces of Value in sootup.core.jimple.common.constantModifier and TypeInterfaceDescriptioninterface
ComparableConstant<C extends ComparableConstant<C>>
interface
interface
LogicalConstant<L extends LogicalConstant<L>>
A Constant that supportsLogicalConstant.and(LogicalConstant)
,LogicalConstant.or(LogicalConstant)
andLogicalConstant.xor(LogicalConstant)
interface
NumericConstant<N extends NumericConstant<N>>
interface
RealConstant<R extends RealConstant<R>>
Base type for floating point constants.interface
ShiftableConstant<A extends ShiftableConstant<A>>
Classes in sootup.core.jimple.common.constant that implement ValueModifier and TypeClassDescriptionclass
BooleanConstant didn't exist in old soot, because in Java byte code boolean values are represented as integer values 1 or 0.class
class
Floating point constant with double precision.class
class
Floating point constant with single precision.class
A 32-bit integer constant.class
A 64-bit integer constantclass
class
class
class
Methods in sootup.core.jimple.common.constant that return types with arguments of type Value -
Uses of Value in sootup.core.jimple.common.expr
Subinterfaces of Value in sootup.core.jimple.common.exprClasses in sootup.core.jimple.common.expr that implement ValueModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
final class
An expression that adds two numbers.final class
An expression that computes a binary AND of two operands.final class
An expression that casts a value to a certain type.final class
final class
final class
final class
An expression that divides a number by another.final class
final class
An expression that checks whether two value are equal.final class
An expression that checks whether operand 1 >= operand 2.final class
An expression that checks whether operand 1 > operand 2.final class
An expression that checks whether a value is of a certain type.final class
An expression that invokes an interface method.final class
An expression that checks whether operand 1 <= operand 2.final class
An expression that returns the length of an array.final class
An expression that checks whether operand 1 < operand 2.final class
An expression that multiplies two numbers.final class
The opposite ofJEqExpr
final class
An expression that negates its operand (-).final class
An expression that creates a new array of a certain type and a certain size.final class
An expression that creates a new instance of a class.final class
LikeJNewArrayExpr
, but for multi-dimensional arrays.final class
An expression that computes a binary OR of two operands.final class
final class
An expression that computes a % b.final class
An expression that shifts its operand to the left (<<).final class
An expression that shifts its operand to the left (>>).final class
An expression that invokes a special method (e.g.final class
An expression that invokes a static method.final class
An expression that subtracts operand 2 from operand 1.final class
Similar toJShrExpr
, but shifts zero into the leftmost position.final class
An expression that invokes a virtual method.final class
An expression that computes a binary XOR of two operands.Methods in sootup.core.jimple.common.expr that return ValueMethods in sootup.core.jimple.common.expr that return types with arguments of type ValueModifier and TypeMethodDescriptionAbstractBinopExpr.getUses()
AbstractInstanceInvokeExpr.getUses()
AbstractInvokeExpr.getUses()
AbstractUnopExpr.getUses()
JCastExpr.getUses()
JInstanceOfExpr.getUses()
JNewArrayExpr.getUses()
Returns a list of type Value, contains a list of values with sizeJNewExpr.getUses()
JNewMultiArrayExpr.getUses()
JPhiExpr.getUses()
-
Uses of Value in sootup.core.jimple.common.ref
Subinterfaces of Value in sootup.core.jimple.common.refModifier and TypeInterfaceDescriptioninterface
This marker interface is used for JFieldRef's and ArrayRef'sinterface
interface
Classes in sootup.core.jimple.common.ref that implement ValueModifier and TypeClassDescriptionfinal class
final class
class
final class
final class
ParameterRef
objects are used byBody
objects to refer to the parameter slots on method entry.final class
final class
Methods in sootup.core.jimple.common.ref that return types with arguments of type Value -
Uses of Value in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return ValueModifier and TypeMethodDescriptionabstract Value
AbstractDefinitionStmt.getRightOp()
JAssignStmt.getRightOp()
Methods in sootup.core.jimple.common.stmt that return types with arguments of type ValueModifier and TypeMethodDescriptionAbstractDefinitionStmt.getUses()
AbstractStmt.getUses()
Returns a list of Values used in this Stmt.JIfStmt.getUses()
JInvokeStmt.getUses()
JReturnStmt.getUses()
JThrowStmt.getUses()
Stmt.getUses()
AbstractStmt.getUsesAndDefs()
Returns a list of Values, either used or defined or both in this Stmt.Stmt.getUsesAndDefs()
Methods in sootup.core.jimple.common.stmt with parameters of type ValueModifier and TypeMethodDescriptionAbstractStmt.withNewUse
(Value oldUse, Value newUse) Use newUse to replace the oldUse in oldStmt.Stmt.withNewUse
(Value oldUse, Value newUse) JAssignStmt.withRValue
(Value rValue) Constructors in sootup.core.jimple.common.stmt with parameters of type ValueModifierConstructorDescriptionJAssignStmt
(LValue variable, Value rValue, StmtPositionInfo positionInfo) Instantiates a new JAssignStmt. -
Uses of Value in sootup.core.jimple.javabytecode.stmt
Methods in sootup.core.jimple.javabytecode.stmt that return ValueMethods in sootup.core.jimple.javabytecode.stmt that return types with arguments of type ValueModifier and TypeMethodDescriptionJEnterMonitorStmt.getUses()
JExitMonitorStmt.getUses()
JRetStmt.getUses()
JSwitchStmt.getUses()
Methods in sootup.core.jimple.javabytecode.stmt with parameters of type ValueConstructors in sootup.core.jimple.javabytecode.stmt with parameters of type Value -
Uses of Value in sootup.core.jimple.visitor
Fields in sootup.core.jimple.visitor declared as ValueModifier and TypeFieldDescriptionprotected Value
ReplaceUseExprVisitor.newUse
protected Value
ReplaceUseRefVisitor.newUse
protected final Value
ReplaceUseStmtVisitor.newUse
protected Value
ReplaceUseExprVisitor.oldUse
protected Value
ReplaceUseRefVisitor.oldUse
protected final Value
ReplaceUseStmtVisitor.oldUse
Methods in sootup.core.jimple.visitor with parameters of type ValueModifier and TypeMethodDescriptionvoid
AbstractValueVisitor.defaultCaseValue
(Value v) void
ValueVisitor.defaultCaseValue
(Value v) void
void
Constructors in sootup.core.jimple.visitor with parameters of type ValueModifierConstructorDescriptionReplaceUseExprVisitor
(Value oldUse, Value newUse, BasicBlock<?> phiBlock) ReplaceUseStmtVisitor
(Value oldUse, Value newUse) -
Uses of Value in sootup.core.model
Methods in sootup.core.model that return types with arguments of type ValueModifier and TypeMethodDescriptionBody.collectUses
(Collection<Stmt> stmts) Collects all using statements of a Values from a list of statementsBody.getUses()
Returns the results of iterating through all Stmts in this Body and querying them for Values defined. -
Uses of Value in sootup.core.validation
Constructors in sootup.core.validation with parameters of type Value -
Uses of Value in sootup.interceptors
Methods in sootup.interceptors with parameters of type ValueModifier and TypeMethodDescriptionstatic Constant
Evaluator.getConstantValueOf
(Value op) Returns the constant value of op, if it is easy to find the constant value; else returns null.static boolean
Evaluator.isConstantValue
(Value op) Checks whether the value of op is constant -
Uses of Value in sootup.interceptors.typeresolving
Methods in sootup.interceptors.typeresolving with parameters of type ValueModifier and TypeMethodDescriptionThis method is used to evaluate the type of the given value which the given stmt and body belongs to.void
This method is used to check whether a value in a stmt needs a cast.abstract void
void
-
Uses of Value in sootup.java.bytecode.frontend.conversion
Methods in sootup.java.bytecode.frontend.conversion with parameters of type ValueModifier and TypeMethodDescriptionAsmMethodSource.getStmtsThatUse
(Value value) * returns all stmts that use this expr -
Uses of Value in sootup.java.core.jimple.basic
Classes in sootup.java.core.jimple.basic that implement Value