antlr-d v1.6.7 (2020-02-12T09:00:42Z)
Dub
Repo
ParseTreePatternMatcher.matches
antlr
v4
runtime
tree
pattern
ParseTreePatternMatcher
ParseTreePatternMatcher
Does {@code pattern} matched as rule {@code patternRuleIndex} match {@code tree}?
bool
matches
(ParseTree tree, string pattern, int patternRuleIndex)
class
ParseTreePatternMatcher
bool
matches
(
ParseTree
tree
,
string
pattern
,
int
patternRuleIndex
)
bool
matches
(ParseTree tree, ParseTreePattern pattern)
Meta
Source
See Implementation
antlr
v4
runtime
tree
pattern
ParseTreePatternMatcher
ParseTreePatternMatcher
constructors
this
functions
compile
getLexer
getParser
getRuleTagToken
match
matchImpl
matches
setDelimiters
split
tokenize
variables
escape
start
stop
Does {@code pattern} matched as rule {@code patternRuleIndex} match {@code tree}?