Represents a syntax tree for an F# pattern
Union case | Description |
|
|
|
|
|
|
Full Usage:
Attrib(pat, attributes, range)
Parameters:
SynPat
attributes : SynAttributes
range : range
|
|
|
|
Full Usage:
DeprecatedCharRange(startChar, endChar, range)
Parameters:
char
endChar : char
range : range
|
|
|
|
|
|
Full Usage:
ListCons(lhsPat, rhsPat, range, trivia)
Parameters:
SynPat
rhsPat : SynPat
range : range
trivia : SynPatListConsTrivia
|
|
Full Usage:
LongIdent(longDotId, extraId, typarDecls, argPats, accessibility, range)
Parameters:
SynLongIdent
extraId : Ident option
typarDecls : SynValTyparDecls option
argPats : SynArgPats
accessibility : SynAccess option
range : range
|
|
|
|
|
|
|
|
Full Usage:
Or(lhsPat, rhsPat, range, trivia)
Parameters:
SynPat
rhsPat : SynPat
range : range
trivia : SynPatOrTrivia
|
|
|
|
|
|
|
|
|
|
|
|
Instance member | Description |
|
|