|
ctext index |
||||||||||||||||
| Name | CGrammar | |||||||||||||||
| Examples | PGrammar grammar = new PGrammar(this, "myGrammar.g");
String text = grammar.expand();
println("Expanded: "+text); |
|||||||||||||||
| Description | PText wrapper for simple context-free grammar. | |||||||||||||||
| Constructors | CGrammar(parent, grammarFileName); |
|||||||||||||||
| Methods |
|
|||||||||||||||
| Usage | Web & Application | |||||||||||||||
| Related |