edu.neu.ccs.demeterf.examples
Class ArrayTest

java.lang.Object
  extended by edu.neu.ccs.demeterf.examples.ArrayTest

public class ArrayTest
extends java.lang.Object

Test of Array support. Arrays are handled similar to map; each index is recursively traversed, and the results are combined into an array, whose runtime type is the nearest bound (possibly Object) for all the new elements. Below we produce an Array of Strings from the two different Arrays (R[] and T[]).


Constructor Summary
ArrayTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayTest

public ArrayTest()
Method Detail

main

public static void main(java.lang.String[] args)