
messages.attributeDescriptions.generatePsi.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!
Deprecated: use generate attribute
Generate PSI classes (true: default) or parser code only (false).
Should be explicitly set to false if handwritten PSI classes are employed.
Examples:
{
// turn off PSI classes generation
generatePsi=false
// turn off token constants generation
generateTokens=false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy