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

io.neow3j.compiler.converters.Converter Maven / Gradle / Ivy

There is a newer version: 3.23.0
Show newest version
package io.neow3j.compiler.converters;


import io.neow3j.compiler.CompilationUnit;
import io.neow3j.compiler.NeoMethod;
import java.io.IOException;
import org.objectweb.asm.tree.AbstractInsnNode;
import org.objectweb.asm.tree.InsnNode;

public interface Converter {

    AbstractInsnNode convert(AbstractInsnNode insn, NeoMethod neoMethod, CompilationUnit compUnit)
            throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy