Class MablCppCodeGenerator
- java.lang.Object
-
- org.intocps.maestro.codegen.mabl2cpp.MablCppCodeGenerator
-
public class MablCppCodeGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description MablCppCodeGenerator(File outputDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<File>generate(org.intocps.maestro.ast.node.INode spec, Map<org.intocps.maestro.ast.node.INode,org.intocps.maestro.ast.node.PType> types)
-
-
-
Constructor Detail
-
MablCppCodeGenerator
public MablCppCodeGenerator(File outputDirectory)
-
-
Method Detail
-
generate
public List<File> generate(org.intocps.maestro.ast.node.INode spec, Map<org.intocps.maestro.ast.node.INode,org.intocps.maestro.ast.node.PType> types) throws IOException, org.intocps.maestro.ast.analysis.AnalysisException
- Throws:
IOExceptionorg.intocps.maestro.ast.analysis.AnalysisException
-
-