ReuseStrategy

abstract class ReuseStrategy

Strategy defining how TokenStreamComponents are reused per call to .

Inheritors

Functions

Link copied to clipboard

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.