Examples of plusRascalTypes()


Examples of org.rascalmpl.library.cobra.RandomType.plusRascalTypes()

  @Test
  public void testLubAndGlb() {
    Set<Type> types = new HashSet<Type>();
   
    RandomType rg = new RandomType();
    rg.plusRascalTypes(true);
   
    for(int i = 0; i <= 1000; i++) {
      types.add(rg.getFunctionType(2));
      types.add(rg.getReifiedType(5));
      types.add(rg.getOverloadedFunctionType(2));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.