JET

edu.utep.cs.et.rat.val
Class CompositeValue.SimpleVarGenerator

java.lang.Object
  extended by edu.utep.cs.et.rat.val.CompositeValue.SimpleVarGenerator
All Implemented Interfaces:
VarGenerator
Enclosing class:
CompositeValue

protected static class CompositeValue.SimpleVarGenerator
extends Object
implements VarGenerator


Field Summary
private  int i
           
 
Constructor Summary
protected CompositeValue.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 int i
Constructor Detail

CompositeValue.SimpleVarGenerator

protected CompositeValue.SimpleVarGenerator()
Method Detail

genVar

public String genVar()
Description copied from interface: VarGenerator
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.