aesi-intellij / org.metaborg.paplj.parser / IAesiParserDefinition
IAesiParserDefinition
interface IAesiParserDefinition : ParserDefinition
Functions
createLexer | abstract fun createLexer(project: Project, file: PsiFile?): Lexer Returns a lexer for lexing the specified file in the specified project. This lexer does not need to support incremental lexing. |
Inheritors
PapljParserDefinition | class PapljParserDefinition : IAesiParserDefinition |