RiTa
index
Name expandWith()
Class RiGrammar
Description Expands the grammar after replacing an instance of the non-terminal productionName with the terminal in literalString.

This method guarantees that literalString will be present in the generated output, assuming at least one instance of productionName exists in the grammar.

Syntax
expandWith(literalString, productionName);
expandWith(literalString, productionName, preserveBuffer);
Parameters
preserveBuffer   when true, will use a temporary buffer and leave the current buffer unchanged
Returns java.lang.String
Usage Web & Application
Related