Module aya.ij.parsing.core
Package com.intellij.lexer
package com.intellij.lexer
-
ClassDescriptionAllows to specify a set of language-dependent token types for the doc comment lexer.Interface for breaking a file into a sequence of tokens.Specifies the state and position of a lexer.This interface is suitable for providing even distribution for restartable states in highlighting lexer implementation.An interface for getting additional information from preceding tokens in
RestartableLexer.start(CharSequence, int, int, int, TokenIterator)