FSharpTokenTag Module
Some of the values in the field FSharpTokenInfo.Tag
Functions and values
Function or value |
Description
|
Full Usage:
AMP_AMP
Returns: int
|
Indicates the token is a `@@`
|
Full Usage:
BAR
Returns: int
|
Indicates the token is a `_`
|
Full Usage:
BAR_BAR
Returns: int
|
Indicates the token is a `||`
|
Full Usage:
BAR_RBRACK
Returns: int
|
Indicates the token is a `|]`
|
Full Usage:
BEGIN
Returns: int
|
Indicates the token is keyword `begin`
|
Full Usage:
CLASS
Returns: int
|
Indicates the token is keyword `class`
|
Full Usage:
COLON
Returns: int
|
Indicates the token is a `:`
|
Full Usage:
COLON_COLON
Returns: int
|
Indicates the token is a `::`
|
Full Usage:
COLON_EQUALS
Returns: int
|
Indicates the token is a `:=`
|
Full Usage:
COLON_GREATER
Returns: int
|
Indicates the token is a `:>`
|
Full Usage:
COLON_QMARK
Returns: int
|
Indicates the token is a `:?`
|
Full Usage:
COLON_QMARK_GREATER
Returns: int
|
Indicates the token is a `:?>`
|
Full Usage:
COMMA
Returns: int
|
Indicates the token is a `,`
|
Full Usage:
COMMENT
Returns: int
|
Indicates the token is a comment
|
Full Usage:
DO
Returns: int
|
Indicates the token is keyword `do`
|
Full Usage:
DOT
Returns: int
|
Indicates the token is a `.`
|
Full Usage:
DOT_DOT
Returns: int
|
Indicates the token is a `..`
|
Full Usage:
DOT_DOT_HAT
Returns: int
|
Indicates the token is a `..`
|
Full Usage:
ELSE
Returns: int
|
Indicates the token is keyword `else`
|
Full Usage:
EQUALS
Returns: int
|
Indicates the token is a `=`
|
Full Usage:
FUNCTION
Returns: int
|
Indicates the token is keyword `function`
|
Full Usage:
GREATER
Returns: int
|
Indicates the token is a `>`
|
Full Usage:
GREATER_RBRACK
Returns: int
|
Indicates the token is a `>]`
|
Full Usage:
IDENT
Returns: int
|
Indicates the token is an identifier (synonym for FSharpTokenTag.Identifier)
|
Full Usage:
INFIX_AT_HAT_OP
Returns: int
|
Indicates the token is a `^`
|
Full Usage:
INFIX_BAR_OP
Returns: int
|
Indicates the token is a `|`
|
Full Usage:
INFIX_COMPARE_OP
Returns: int
|
Indicates the token is a `|`
|
Full Usage:
INFIX_STAR_DIV_MOD_OP
Returns: int
|
Indicates the token is a `%`
|
Full Usage:
INT32_DOT_DOT
Returns: int
|
Indicates the token is a `..^`
|
Full Usage:
INTERP_STRING_BEGIN_END
Returns: int
|
Indicates the token is a part of an interpolated string
|
Full Usage:
INTERP_STRING_BEGIN_PART
Returns: int
|
Indicates the token is a part of an interpolated string
|
Full Usage:
INTERP_STRING_END
Returns: int
|
Indicates the token is a part of an interpolated string
|
Full Usage:
INTERP_STRING_PART
Returns: int
|
Indicates the token is a part of an interpolated string
|
Full Usage:
Identifier
Returns: int
|
Indicates the token is an identifier
|
Full Usage:
LARROW
Returns: int
|
Indicates the token is a `<-`
|
Full Usage:
LBRACE
Returns: int
|
Indicates the token is a `{`
|
Full Usage:
LBRACK
Returns: int
|
Indicates the token is a `[`
|
Full Usage:
LBRACK_BAR
Returns: int
|
Indicates the token is a `[|`
|
Full Usage:
LBRACK_LESS
Returns: int
|
Indicates the token is a `[<`
|
Full Usage:
LESS
Returns: int
|
Indicates the token is a `<`
|
Full Usage:
LINE_COMMENT
Returns: int
|
Indicates the token is a line comment
|
Full Usage:
LPAREN
Returns: int
|
Indicates the token is a `(`
|
Full Usage:
MINUS
Returns: int
|
Indicates the token is a `-`
|
Full Usage:
NEW
Returns: int
|
Indicates the token is keyword `new`
|
Full Usage:
OWITH
Returns: int
|
Indicates the token is keyword `with` in #light
|
Full Usage:
PERCENT_OP
Returns: int
|
Indicates the token is a `%`
|
Full Usage:
PLUS_MINUS_OP
Returns: int
|
Indicates the token is a `+` or `-`
|
Full Usage:
PREFIX_OP
Returns: int
|
Indicates the token is a `~`
|
Full Usage:
QMARK
Returns: int
|
Indicates the token is a `?`
|
Full Usage:
QUOTE
Returns: int
|
Indicates the token is a `"`
|
Full Usage:
RARROW
Returns: int
|
Indicates the token is a `->`
|
Full Usage:
RBRACE
Returns: int
|
Indicates the token is a `}`
|
Full Usage:
RBRACK
Returns: int
|
Indicates the token is a `]`
|
Full Usage:
RPAREN
Returns: int
|
Indicates the token is a `)`
|
Full Usage:
SEMICOLON
Returns: int
|
Indicates the token is a `;`
|
Full Usage:
STAR
Returns: int
|
Indicates the token is a `*`
|
Full Usage:
STRING
Returns: int
|
Indicates the token is a string (synonym for FSharpTokenTag.String)
|
Full Usage:
STRUCT
Returns: int
|
Indicates the token is keyword `struct`
|
Full Usage:
String
Returns: int
|
Indicates the token is a string
|
Full Usage:
THEN
Returns: int
|
Indicates the token is keyword `then`
|
Full Usage:
TRY
Returns: int
|
Indicates the token is keyword `try`
|
Full Usage:
UNDERSCORE
Returns: int
|
Indicates the token is a `..`
|
Full Usage:
WHITESPACE
Returns: int
|
Indicates the token is a whitespace
|
Full Usage:
WITH
Returns: int
|
Indicates the token is keyword `with`
|