GrammarScope  4.0.0
Public Member Functions | List of all members
grammarscope.generator.data.Doclet.NoOpProcessor Class Reference
Inheritance diagram for grammarscope.generator.data.Doclet.NoOpProcessor:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.generator.data.Doclet.NoOpProcessor:
Collaboration graph
[legend]

Public Member Functions

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)
 

Member Function Documentation

◆ 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
thisNamename
thisShortNameshortname
thisLongNamelong name
thisParentNameparent name
thisSourcePatternStringsource pattern
theseTargetPatternsStringtarget patterns
thatDescriptiondescription
theseCodedExamplescode examples
thisPrintWriterprintwriter

Implements grammarscope.generator.data.Doclet.IProcessor.

◆ processHeader()

void grammarscope.generator.data.Doclet.NoOpProcessor.processHeader ( String  thisSource,
String  thisDestination,
PrintWriter  thisPrintWriter 
)

Process header

Parameters
thisSourcesource
thisDestinationdestination
thisPrintWriterprint writer

Implements grammarscope.generator.data.Doclet.IProcessor.

◆ processTail()

void grammarscope.generator.data.Doclet.NoOpProcessor.processTail ( List< String >  theseNames,
PrintWriter  thisPrintWriter 
)

Process tail

Parameters
theseNamesnames
thisPrintWriterprint writer

Implements grammarscope.generator.data.Doclet.IProcessor.


The documentation for this class was generated from the following file: