JET

Uses of Interface
edu.utep.cs.jet.rat.val.VarGenerator

Packages that use VarGenerator
edu.utep.cs.jet.rat.val Contains the source code for classes representing various types of Java values. 
 

Uses of VarGenerator in edu.utep.cs.jet.rat.val
 

Classes in edu.utep.cs.jet.rat.val that implement VarGenerator
protected static class CompositeValue.SimpleVarGenerator
           
 

Methods in edu.utep.cs.jet.rat.val with parameters of type VarGenerator
 String[] MethodCall.code(VarGenerator varGen)
          Returns Java source code that, if evaluated, constructs the object represented by this method call.
 String[] ConstructorCall.code(VarGenerator varGen)
          Returns Java source code that, if evaluated, constructs the object represented by this constructor call.
abstract  String[] CompositeValue.code(VarGenerator varGen)
          Returns Java code that generates this value.
 String[] ArrayValue.code(VarGenerator varGen)
          Returns Java source code that, if evaluated, constructs a Java array object represented by this value.
 


JET

JET is Copyright (C) 2005-2008 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.