![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| void | processHeader (final String thisSource, final String thisDestination, final PrintWriter thisPrintWriter) |
| void | processTail (final List< String > theseNames, final PrintWriter thisPrintWriter) |
| void | processEntry (final String thisName, final String thisShortName, final String thisLongName, final String thisParentName, final String thisSourcePatternString, final String theseTargetPatternsString, final String thatDescription, final String[][] theseCodedExamples, final PrintWriter thisPrintWriter) |
Static Private Member Functions | |
| static String | argToString (final String thisArg) |
GrammaticalRelation model processor
|
staticprivate |
Argument to string
| thisArg | argument |
| void grammarscope.generator.data.DataProcessor.processEntry | ( | final String | thisName, |
| final String | thisShortName, | ||
| final String | thisLongName, | ||
| final String | thisParentName, | ||
| final String | thisSourcePatternString, | ||
| final String | theseTargetPatternsString, | ||
| final String | thatDescription, | ||
| final String | theseCodedExamples[][], | ||
| final PrintWriter | thisPrintWriter | ||
| ) |
Print entry
| thisName | name |
| thisShortName | shortname |
| thisLongName | long name |
| thisParentName | parent name |
| thisSourcePatternString | source pattern |
| theseTargetPatternsString | target patterns |
| thatDescription | description |
| theseCodedExamples | code examples |
| thisPrintWriter | printwriter |
Implements grammarscope.generator.data.Doclet.IProcessor.
| void grammarscope.generator.data.DataProcessor.processHeader | ( | final String | thisSource, |
| final String | thisDestination, | ||
| final PrintWriter | thisPrintWriter | ||
| ) |
Process header
| thisSource | source |
| thisDestination | destination |
| thisPrintWriter | print writer |
Implements grammarscope.generator.data.Doclet.IProcessor.
| void grammarscope.generator.data.DataProcessor.processTail | ( | final List< String > | theseNames, |
| final PrintWriter | thisPrintWriter | ||
| ) |
Process tail
| theseNames | names |
| thisPrintWriter | print writer |
Implements grammarscope.generator.data.Doclet.IProcessor.
1.8.17