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

io.vproxy.pni.exec.extension.Extension Maven / Gradle / Ivy

The newest version!
package io.vproxy.pni.exec.extension;

import io.vproxy.pni.exec.CompilerOptions;
import io.vproxy.pni.exec.ast.AstClass;

import java.util.List;

public interface Extension {
    void validate(CompilerOptions opts) throws ExtensionValidationException;

    void generate(List templates, CompilerOptions opts);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy