AbstractPatternMatcher.PatternRule

Undocumented in source.
class AbstractPatternMatcher
protected static
class PatternRule {}

Constructors

this
this(string rule)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pattern
Pattern pattern;
Undocumented in source.
rule
string rule;
Undocumented in source.

Meta