Interface SMFFilterCommandParserType


  • public interface SMFFilterCommandParserType
    The type of command parsers.
    • Method Detail

      • parse

        SMFPartialLogged<SMFMemoryMeshFilterType> parse​(java.util.Optional<java.net.URI> file,
                                                        int line,
                                                        java.util.List<java.lang.String> text)
        Parse a filter command.
        Parameters:
        file - The current file
        line - The current line
        text - The current line text
        Returns:
        A filter, or a list of reasons why parsing failed