Class HutnValidator
- java.lang.Object
-
- org.eclipse.epsilon.hutn.validation.AbstractValidator
-
- org.eclipse.epsilon.hutn.validation.model.HutnValidator
-
public class HutnValidator extends AbstractValidator
-
-
Constructor Summary
Constructors Constructor Description HutnValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParseProblem>
getProblemsForIntermediateModel(Spec hutn)
-
Methods inherited from class org.eclipse.epsilon.hutn.validation.AbstractValidator
validate, validate
-
-
-
-
Constructor Detail
-
HutnValidator
public HutnValidator() throws HutnValidationException
- Throws:
HutnValidationException
-
-
Method Detail
-
getProblemsForIntermediateModel
public List<ParseProblem> getProblemsForIntermediateModel(Spec hutn) throws HutnValidationException
- Throws:
HutnValidationException
-
-