getTokenType

open fun getTokenType(node: Node, text: String, tokenText: String): Int(source)

Obtain the token type corresponding to the specific value of the attribute. For example, to the attribute "Operator" different token could correspond like PLUS or MINUS.

Parameters

tokenText

Operator's token text