Interface IGosuValidator

All Known Implementing Classes:
TypeNameValidator

public interface IGosuValidator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(IParsedElement rootParsedElement, String scriptSrc)
    Provides additional semantic checks to a Gosu parser
  • Method Details

    • validate

      void validate(IParsedElement rootParsedElement, String scriptSrc)
      Provides additional semantic checks to a Gosu parser
      Parameters:
      rootParsedElement - - the root parsed element to validate from