phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
TerminatedUnaryOpPattern
nxt
gxbnf
Undocumented in source.
@
safe
@
safe
abstract
class
TerminatedUnaryOpPattern :
UnaryOpPattern
{
this
(Token head, Pattern sub, Pattern terminator);
nothrow
Pattern
terminator
;
}
Constructors
this
this
(Token head, Pattern sub, Pattern terminator)
Undocumented in source.
Members
Variables
terminator
Pattern
terminator
;
Undocumented in source.
Inherited Members
From UnaryOpPattern
show
void
show
(Format fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool
equals
(Node o)
Undocumented in source. Be warned that the author may not have intended to support it.
sub
Pattern
sub
;
Undocumented in source.
Meta
Source
See Implementation
nxt
gxbnf
aliases
Imports
Input
NodeArray
Output
PatternArray
Rules
RulesByName
SymbolRefs
classes
Action
ActionSymbol
AltCharLiteral
AltM
AnyClass
AttributeSymbol
BinaryOpPattern
BlockComment
Channels
CharAltM
Class
DotDotSentinel
FragmentRule
Grammar
GreedyCount
GreedyOneOrMore
GreedyZeroOrMore
GreedyZeroOrOne
GxFileParser
GxParserByStatement
Header
Import
LeftParenSentinel
LexerGrammar
LineComment
Mode
NaryOpPattern
NonGreedyOneOrMore
NonGreedyZeroOrMore
NonGreedyZeroOrOne
NotPattern
Options
OtherSymbol
ParserGrammar
Pattern
PipeSentinel
Range
RewriteSyntacticPredicate
Rule
ScopeAction
ScopeSymbol
ScopeSymbolAction
SeqM
StrLiteral
SymbolRef
TerminatedUnaryOpPattern
TildeSentinel
TokenNode
Tokens
UnaryOpPattern
enums
Layout
NODE
TOK
functions
buildSourceFiles
createMainFile
dcharCountSpanOf
doTree
equalsAll
flattenSubs
iput
lexAllInDirTree
makeAltA
makeAltM
makeAltN
makeLiteral
makeSeq
needsWrapping
parseAllInDirTree
parseCharAltM
putCharLiteral
putStringLiteralBackQuoted
putStringLiteralDoubleQuoted
showNIndents
showNSpaces
toPathModuleName
tryRelativePath
manifest constants
indentStep
matcherFunctionNamePrefix
showProgressFlag
useStaticTempArrays
static functions
isSymbolStart
static variables
mainName
mainSource
parserSourceBegin
parserSourceEnd
structs
BuildCtx
DcharCountSpan
ExecutableFile
Format
GxFileReader
GxLexer
ObjectFile
SourceFile
Token