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

org.openl.codegen.ICodeGenContext Maven / Gradle / Ivy

There is a newer version: 5.19.9
Show newest version
package org.openl.codegen;

import org.openl.types.IOpenClass;

public interface ICodeGenContext {

    /**
     * 
     * @param referredType
     * @return the best String representation for the type to use in the code.
     */

    String addReferredType(IOpenClass referredType);

    boolean addNewName(String name, String type);

    String genNewName(String baseName, String type);

    ICodeGenContext parentContext();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy