| 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. |