Functions
Link copied to clipboard
abstract fun getReusableComponents(analyzer: Analyzer, fieldName: String): Analyzer.TokenStreamComponents?
Gets the reusable TokenStreamComponents for the field with the given name.
Link copied to clipboard
abstract fun setReusableComponents(analyzer: Analyzer, fieldName: String, components: Analyzer.TokenStreamComponents)
Stores the given TokenStreamComponents as the reusable components for the field with the give name.