findTree

fun findTree(classifiersString: String): StyleRuleTree

Locate the tree that contains the solutions for the specified input text, which is a comma-separated list of style classifiers, such as styleToken produces when classifying regions of source code.

Return

The requested tree.

Parameters

classifiersString

The classification label of some region of source text, as a comma-separated list of style classifiers.