
messages.attributeDescriptions.parserUtilClass.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grammar-kit Show documentation
Show all versions of grammar-kit Show documentation
Grammar-Kit library dedicated for language plugin developers.
The newest version!
Parser util class qualified name, most likely GeneratedParserUtilBase (default) or its subclass.
Examples:
{
parserUtilClass="org.intellij.grammar.parser.GrammarParserUtil"
}
// parseGrammar reference here resolves to
// GrammarParserUtil#parseGrammar(PsiBuilder builder, int level)
external grammar ::= parseGrammar grammar_element
// alternative syntax using external expression
grammar ::= <<parseGrammar grammar_element>>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy