Package gw.lang.parser
Interface IGosuValidator
- All Known Implementing Classes:
TypeNameValidator
public interface IGosuValidator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(IParsedElement rootParsedElement, String scriptSrc) Provides additional semantic checks to a Gosu parser
-
Method Details
-
validate
Provides additional semantic checks to a Gosu parser- Parameters:
rootParsedElement
- - the root parsed element to validate from
-