Class HutnTranslator
- java.lang.Object
-
- org.eclipse.epsilon.hutn.translate.HutnTranslator
-
public class HutnTranslator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HutnTranslator()
HutnTranslator(java.io.File configFileDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Spec
createIntermediateModel(Ast ast, java.io.File sourceFile)
java.util.List<ParseProblem>
validateConfigModel(Ast ast)
-
-
-
Method Detail
-
validateConfigModel
public java.util.List<ParseProblem> validateConfigModel(Ast ast) throws HutnException
- Throws:
HutnException
-
createIntermediateModel
public Spec createIntermediateModel(Ast ast, java.io.File sourceFile) throws HutnTranslationException
- Throws:
HutnTranslationException
-
-