Uses of Class
EDU.purdue.jtb.misc.Spacing

Packages that use Spacing
EDU.purdue.jtb.misc   
EDU.purdue.jtb.visitor   
 

Uses of Spacing in EDU.purdue.jtb.misc
 

Methods in EDU.purdue.jtb.misc with parameters of type Spacing
static java.lang.String Globals.fileHeader(Spacing spc)
           
 java.lang.String ClassInfo.getClassString(Spacing space)
          Returns a string representing the class.
 java.lang.String ClassInfo.getEbnfProduction(Spacing space)
          Returns the EBNF production of the current class as a bunch of comments showing which field names belong to which parts of the production.
 

Constructors in EDU.purdue.jtb.misc with parameters of type Spacing
JavaStringMaker(Spacing s)
           
 

Uses of Spacing in EDU.purdue.jtb.visitor
 

Fields in EDU.purdue.jtb.visitor declared as Spacing
protected  Spacing JavaPrinter.spc
           
protected  Spacing Printer.spc
           
 

Constructors in EDU.purdue.jtb.visitor with parameters of type Spacing
Printer(java.io.Writer w, Spacing s)