Package sootup.core.jimple.visitor
package sootup.core.jimple.visitor
-
ClassDescriptionDefault (no-op) implementation of
ConstantVisitorthat delegates to defaultCaseConstant.Default (no-op) implementation ofExprVisitorthat delegates to defaultCaseExpr.Basic interface used for visited objects in the Visitor design pattern.Visitor interface for constant values in Jimple IR.Visitor interface for expression nodes in Jimple IR.Replace old use of an expr with a new useReplace old use of a Ref with a new useReplace old use(Value) of a Stmt with a new use(Value)Basic interface used in the implementation of the Visitor design pattern.