Documentation
¶
Index ¶
- func IsDashndashdigitIdentToken(t token.Token) bool
- func IsIntegerToken(t token.Token) bool
- func IsNDimensionToken(t token.Token) bool
- func IsNdashdigitDimensionToken(t token.Token) bool
- func IsNdashdigitIdentToken(t token.Token) bool
- func IsSignedIntegerToken(t token.Token) bool
- func IsSignlessIntegerToken(t token.Token) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDashndashdigitIdentToken ¶
IsDashndashdigitIdentToken returns true for a token that is a <dashndashdigit-ident>: an <ident-token> whose value is an ASCII case-insensitive match for "-n-*", where "*" is a series of one or more digits.
func IsIntegerToken ¶
IsIntegerToken returns true for a token that is an <integer>: a <number-token> with its type flag set to "integer".
func IsNDimensionToken ¶
IsNDimensionToken returns true for a token that is a <n-dimension>: a <dimension-token> with its type flag set to "integer", and a unit that is an ASCII case-insensitive match for "n".
func IsNdashdigitDimensionToken ¶
IsNdashdigitDimensionToken returns true for a token that is a <ndashdigit-dimension>: a <dimension-token> with its type flag set to "integer", and a unit that is an ASCII case-insensitive match for "n-*", where "*" is a series of one or more digits.
func IsNdashdigitIdentToken ¶
IsNdashdigitIdentToken returns true for a token that is a <ndashdigit-ident>: an <ident-token> whose value is an ASCII case-insensitive match for "n-*", where "*" is a series of one or more digits.
func IsSignedIntegerToken ¶
IsSignedIntegerToken returns true for a token that is a <signed-integer>: a <number-token> with its type flag set to "integer", and whose representation starts with "+" or "-".
func IsSignlessIntegerToken ¶
IsSignlessIntegerToken returns true fora token that is a <signless-integer> is a <number-token> with its type flag set to "integer", and whose representation starts with a digit.
Types ¶
This section is empty.