dpmatch v0.0.11 (2019-04-22T16:05:40Z)
Dub
Repo
PatternListElement
dpmatch
parser
Undocumented in source.
class
PatternListElement :
ASTElement
{
Pattern
pattern
;
PatternHandler
handler
;
this
(Pattern pattern, PatternHandler handler);
ASTElemType
etype
();
}
Constructors
this
this
(Pattern pattern, PatternHandler handler)
Undocumented in source.
Members
Functions
etype
ASTElemType
etype
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
handler
PatternHandler
handler
;
Undocumented in source.
pattern
Pattern
pattern
;
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