RiTa
index
Name expand()
Class RiGrammar
Description Expands a grammar from its '<start>' symbol
Syntax
expand();
expand(preserveBuffer);
expand(numTimes);
Parameters
preserveBuffer   when true, will use a temporary buffer and leave the current buffer unchanged
numTimes   # of times to do the expansion
Returns java.lang.String
Usage Web & Application
Related