Package org.openquark.cal.internal.runtime.lecc

Examples of org.openquark.cal.internal.runtime.lecc.RTValue.evaluate()


    // Release the fields in the root node to open them to garbage collection
    $rootNode.clearMembers();
    return
      f2S(
        ((java.lang.StringBuilder)(java.lang.Object)
          $x0$L.evaluate($ec).getOpaqueValue()),
        $x1$L.evaluate($ec).getStringValue(),
        $ec);
  }

  /**
 
View Full Code Here


    // Arguments
    RTValue pair = $rootNode.getArgValue();

    // Release the fields in the root node to open them to garbage collection
    $rootNode.clearMembers();
    return f1S(RTValue.lastRef(pair.evaluate($ec), pair = null), $ec);
  }

  /**
   * f1L
   * This method implements the function logic of the CAL function Cal.Core.Prelude.snd
View Full Code Here

    // Release the fields in the root node to open them to garbage collection
    $rootNode.clearMembers();
    return
      f2S(
        $x0$L.evaluate($ec).getOpaqueValue(),
        $x1$L.evaluate($ec).getOpaqueValue(),
        $ec);
  }

  /**
 
View Full Code Here

    // Release the fields in the root node to open them to garbage collection
    $rootNode.clearMembers();
    return
      f2S(
        $x0$L.evaluate($ec).getOrdinalValue(),
        $x1$L.evaluate($ec).getOrdinalValue(),
        $ec);
  }

  /**
 
View Full Code Here

    $dictvarCal_Core_Prelude_Eq_41 = null;
    projectionFunction = null;
    x = null;
    y = null;
    return $result.evaluate($ec).getBooleanValue();
  }

}
View Full Code Here

    // Release the fields in the root node to open them to garbage collection
    $rootNode.clearMembers();
    return
      f2S(
        ((Predicate)(java.lang.Object)
          $x0$L.evaluate($ec).getOpaqueValue()),
        $x1$L.evaluate($ec).getOpaqueValue(),
        $ec);
  }

  /**
 
View Full Code Here

    // Arguments
    RTValue $x0$L = $rootNode.getArgValue();

    // Release the fields in the root node to open them to garbage collection
    $rootNode.clearMembers();
    return f1S($x0$L.evaluate($ec).getOrdinalValue(), $ec);
  }

  /**
   * f1L
   * This method implements the function logic of the CAL function Cal.Core.Prelude.intToInt
View Full Code Here

    // Release the fields in the root node to open them to garbage collection
    $rootNode.clearMembers();
    return
      f2S(
        ((UnaryFunction)(java.lang.Object)
          $x0$L.evaluate($ec).getOpaqueValue()),
        $x1$L.evaluate($ec).getOpaqueValue(),
        $ec);
  }

  /**
 
View Full Code Here

    // Release the fields in the root node to open them to garbage collection
    $rootNode.clearMembers();
    return
      f2S(
        x$L.evaluate($ec).getOpaqueValue(),
        y$L.evaluate($ec).getOpaqueValue(),
        $ec);
  }

  /**
 
View Full Code Here

    RTValue $result = f3S(reverseGraph, newSatisfiedSet, vertex, $ec);

    reverseGraph = null;
    newSatisfiedSet = null;
    vertex = null;
    return $result.evaluate($ec).getBooleanValue();
  }

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