All Downloads are FREE. Search and download functionalities are using the official Maven repository.

boomerang.flowfunction.FlowFunctionUtils Maven / Gradle / Ivy

There is a newer version: 3.2.2
Show newest version
package boomerang.flowfunction;

import boomerang.scene.DeclaredMethod;

public class FlowFunctionUtils {
  public static boolean isSystemArrayCopy(DeclaredMethod method) {
    return method.getName().equals("arraycopy")
        && method.getDeclaringClass().getName().equals("java.lang.System");
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy