Uses of Class
org.openl.rules.tbasic.compile.AlgorithmCompiler
-
Packages that use AlgorithmCompiler Package Description org.openl.rules.tbasic.compile -
-
Uses of AlgorithmCompiler in org.openl.rules.tbasic.compile
Constructors in org.openl.rules.tbasic.compile with parameters of type AlgorithmCompiler Constructor Description AlgorithmFunctionCompiler(List<AlgorithmTreeNode> functionBody, CompileContext compileContext, AlgorithmFunction method, AlgorithmCompiler compiler)Create an instance ofAlgorithmFunctionCompiler.AlgoritmNodesCompiler(IOpenClass returnType, CompileContext currentCompileContext, AlgorithmCompiler compiler)Create an instance ofAlgoritmNodesCompiler.ParameterConverterManager(AlgorithmCompiler compiler, IOpenClass returnType)ReturnAnalyzer(IOpenClass returnType, AlgorithmCompiler compiler)Create an instance ofReturnAnalyzerfor analysis of some function from TBasic compiler.
-