Interface StoExToolProvider

  • All Known Implementing Classes:
    StoExToolProviderImpl

    public interface StoExToolProvider
    Service interface for acquiring StoEx tools provided by the Xtext framework. You can acquire an instance of this service via OSGi declaratie services.
    • Method Detail

      • getParser

        StoexParser getParser()
        Acquire an instance of a StoEx parser.
        Returns:
        The parser instance.
        See Also:
        StoexParser