Interface ILexerSpecification

  • All Known Implementing Classes:
    StandardLexerSpecification

    public interface ILexerSpecification
    Defines a list of channel names, used to identify and catagorise tokens, specified in the lexer.
    • Method Detail

      • getChannelNames

        java.lang.String[] getChannelNames()
        Returns:
        a list of channel names, used to identify and catagorise tokens, specified in the lexer. Must be in order of the declaration in the lexer