org.openl.codegen.ICodeGenAdaptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.openl.rules.gen Show documentation
Show all versions of org.openl.rules.gen Show documentation
OpenL Code generation project
package org.openl.codegen;
public interface ICodeGenAdaptor {
void processInsertTag(String line, StringBuilder sb);
void processEndInsertTag(String line, StringBuilder sb);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy