Rule
Public / Methods
NameProxy
Returns a an empty grammar rule that can be used by other rules.
At some later point, the proxy must be set by calling IGrammarRuleProxy.SetProxyTarget.
- See also
NoneOf
2 overloads
Returns a rule that matches all characters except the given ones.
Returns a rule that matches all characters except the given ones.
OneOf
2 overloads
Returns a rule that matches one of the given characters.
Returns a rule that matches one of the given characters.
Token
2 overloads
Returns a rule that matches the given string token.
Returns a rule that matches the given character token.
Wrap
6 overloads
Wraps the given rule in the specified start and end tags.
Wraps the given rule in the specified start and end tags.
Wraps the given rule in the specified start and end tags.
Wraps the given rule in the specified start and end tags.
Wraps the given rule in the specified start and end tags.
Wraps the given rule in the specified start and end tags.