Operations Summary: | |
void | init(in string text) |
string | getText() |
void | setText(in string text) |
Operations Inherited from Rule | |
copy, toString |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
Initialize a RuleToken
with the speakable string.
The string should not include the surrounding quotes or escapes
of grammar tokens (except as necessary to properly format a
Java string).
Get the text of the token. The returned string is not in grammar
format (backslash and quote characters are not escaped and
surrounding quote characters are not included). Use
toString
to obtain a grammar-compliant string.
toString
Set the text.