接口 JvmTaintTransformer
-
public interface JvmTaintTransformerClass that can be passed toJvmTaintTransferRelationto specify how a specific method call should be treated.For example this can be overridden to specify that a specific taint should not be propagated.
-
-
方法概要
所有方法 实例方法 默认方法 修饰符和类型 方法 说明 default SetAbstractState<JvmTaintSource>transformReturn(SetAbstractState<JvmTaintSource> returnValue)The transformer implementation can override this method to specify how to modify the return value of a method call.
-
-
-
方法详细资料
-
transformReturn
default SetAbstractState<JvmTaintSource> transformReturn(SetAbstractState<JvmTaintSource> returnValue)
The transformer implementation can override this method to specify how to modify the return value of a method call. The default implementation returns the original value.- 参数:
returnValue- the original return state- 返回:
- the modified return state
-
-