semantic-bucketize-tag-class

semantic-bucketize-tag-class is a variable defined in `sort.el'.
Its value is
#[(tok) "\211A@)\207" [tok tag] 2]


Documentation:
Function used to get a symbol describing the class of a tag.
This function must take one argument of a semantic tag.
It should return a symbol found in `semantic-symbol->name-assoc-list'
which `semantic-bucketize' uses to bin up tokens.
To create new bins for an application augment
`semantic-symbol->name-assoc-list', and
`semantic-symbol->name-assoc-list-for-type-parts' in addition
to setting this variable (locally in your function).