styleMethodName

fun styleMethodName(stringLiteralToken: A_Token)

Helper method to style a method name. Supersedes styleStringLiteral. If the stringLiteralToken is not a well-formed method name, don't style it.

Parameters

stringLiteralToken

The string literal to style as a method name.