Documentation ¶
Overview ¶
Package tokenh constains helper functions for Go package token.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsComparison ¶
IsComparison returns true if passed token t is a comparison operator ("==", "!=", "<", "<=", ">" or ">=").
func IsEqualityCheck ¶
IsEqualityCheck returns true if passed token t is equality check operator ("==" or "!=").
func IsOrderCheck ¶
IsOrderCheck returns true if passed token t is order check operator ("<", "<=", ">" or ">=").
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.