dpmatch v0.0.11 (2019-04-22T16:05:40Z)
Dub
Repo
PatternList
dpmatch
parser
Undocumented in source.
class
PatternList :
ASTElement
{
PatternListElement
[]
list
;
this
(PatternListElement[] list);
ASTElemType
etype
();
PatternListElement
[]
getElems
();
}
Constructors
this
this
(PatternListElement[] list)
Undocumented in source.
Members
Functions
etype
ASTElemType
etype
()
Undocumented in source. Be warned that the author may not have intended to support it.
getElems
PatternListElement
[]
getElems
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
list
PatternListElement
[]
list
;
Undocumented in source.
Inherited Members
From ASTElement
etype
ASTElemType
etype
()
Undocumented in source.
Meta
Source
See Implementation
dpmatch
parser
classes
PatternHandler
PatternList
PatternListElement
VariantPattern
VariantPatternArgs
VariantPatternBindings
VariantPatternName
enums
ASTElemType
PatternType
functions
buildAST
compileForDADT
patternMatchADT
patternMatchADTBind
patternMatchADTReturn
interfaces
ASTElement
Pattern
manifest constants
DPMatchGrammar