Class ConstantInvokeMethodBaseTransformer


  • public class ConstantInvokeMethodBaseTransformer
    extends SceneTransformer
    This class creates a local for each string constant that is used as a base object to a reflective Method.invoke call. Therefore, OnFlyCallGraphBuilder.TypeBasedReflectionModel can handle such cases and extend the call graph for edges to the specific java.lang.String method invoked by the reflective call.
    Author:
    Manuel Benz created on 02.08.17