![JAR search and dependency download from the Maven repository](/logo.png)
io.neow3j.compiler.converters.Converter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
neow3j: JVM Compiler to NeoVM
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