|
void | processHeader (String thisSource, String thisDestination, PrintWriter thisPrintWriter) |
|
void | processTail (List< String > theseNames, PrintWriter thisPrintWriter) |
|
void | processEntry (String thisName, String thisShortName, String thisLongName, String thisParentName, String thisSourcePatternString, String theseTargetPatternsString, String thisDescription, String[][] theseCodedExamples, PrintWriter thisPrintWriter) |
|
◆ processEntry()
void grammarscope.generator.data.Doclet.NoOpProcessor.processEntry |
( |
String |
thisName, |
|
|
String |
thisShortName, |
|
|
String |
thisLongName, |
|
|
String |
thisParentName, |
|
|
String |
thisSourcePatternString, |
|
|
String |
theseTargetPatternsString, |
|
|
String |
thatDescription, |
|
|
String |
theseCodedExamples[][], |
|
|
PrintWriter |
thisPrintWriter |
|
) |
| |
Print entry
- Parameters
-
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.
◆ processHeader()
void grammarscope.generator.data.Doclet.NoOpProcessor.processHeader |
( |
String |
thisSource, |
|
|
String |
thisDestination, |
|
|
PrintWriter |
thisPrintWriter |
|
) |
| |
◆ processTail()
void grammarscope.generator.data.Doclet.NoOpProcessor.processTail |
( |
List< String > |
theseNames, |
|
|
PrintWriter |
thisPrintWriter |
|
) |
| |
The documentation for this class was generated from the following file:
- generator/src/main/java/grammarscope/generator/data/Doclet.java