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

jadx.plugins.input.java.data.code.decoders.IJavaInsnDecoder Maven / Gradle / Ivy

The newest version!
package jadx.plugins.input.java.data.code.decoders;

import jadx.plugins.input.java.data.code.CodeDecodeState;

public interface IJavaInsnDecoder {
	void decode(CodeDecodeState state);

	default void skip(CodeDecodeState state) {
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy