Operations Summary: | |
void | initWithRuleAndTag(in Rule rule, in string tag) |
Rule | getRule() |
void | setRule(in Rule rule) |
string | getTag() |
void | setTag(in string tag) |
Operations Inherited from Rule | |
copy, toString |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
Initialize a RuleTag
with for Rule
object with a tag string. The method assumes that pre-processing
of grammar tags is complete (the leading and trailing curly
braces are removed, escape characters are removed).
Returns the Rule
object being tagged.
Rule
object being tagged.
Set the Rule
object to be tagged.
Returns the tag string.
Set the tag string for the Rule. A zero-length string is legal. A null tag is converted to "".
Rule.