Interface TokenTypes

  • All Known Subinterfaces:
    Token
    All Known Implementing Classes:
    SyntaxScheme, TokenImpl

    public interface TokenTypes
    All token types supported by RSyntaxTextArea.

    Note that all valid token types are >= 0, so extensions of the TokenMaker class are free to internally use all ints < 0 ONLY for "end-of-line" style markers; they are ignored by painting implementations.