![JAR search and dependency download from the Maven repository](/logo.png)
org.adoptopenjdk.jitwatch.jarscan.IJarScanOperation Maven / Gradle / Ivy
/*
* Copyright (c) 2013-2016 Chris Newland.
* Licensed under https://github.com/AdoptOpenJDK/jitwatch/blob/master/LICENSE-BSD
* Instructions: https://github.com/AdoptOpenJDK/jitwatch/wiki
*/
package org.adoptopenjdk.jitwatch.jarscan;
import org.adoptopenjdk.jitwatch.model.bytecode.MemberBytecode;
public interface IJarScanOperation
{
void processInstructions(String className, MemberBytecode memberBytecode);
String getReport();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy