RiTa
index
Name expandFrom()
Class RiGrammar
Description Expands the grammar, starting from the given symbol.
RiGrammar.expand() is equivalent to RiGrammar.expandFrom('').
Syntax
expandFrom(toExpand);
expandFrom(toExpand, preserveBuffer);
Parameters
preserveBuffer   when true, will use a temporary buffer and leave the current buffer unchanged
Returns java.lang.String
Usage Web & Application
Related