JET

edu.utep.cs.et.gui.tester
Class JUnitExporter.SimpleVarGenerator

java.lang.Object
  extended by edu.utep.cs.et.gui.tester.JUnitExporter.SimpleVarGenerator
All Implemented Interfaces:
VarGenerator
Enclosing class:
JUnitExporter

private static class JUnitExporter.SimpleVarGenerator
extends Object
implements VarGenerator

A class to generate unique variable names.


Field Summary
private static int i
           
 
Constructor Summary
private JUnitExporter.SimpleVarGenerator()
           
 
Method Summary
 String genVar()
          Returns a unique variable name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

private static int i
Constructor Detail

JUnitExporter.SimpleVarGenerator

private JUnitExporter.SimpleVarGenerator()
Method Detail

genVar

public String genVar()
Returns a unique variable name.

Specified by:
genVar in interface VarGenerator

JET

JET is Copyright (C) 2005-2007 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.