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' in the Grammar.

Syntax
expandWith(literalString, productionName);
Returns java.lang.String
Usage Web & Application
Related