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

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


        RTValue x0 = $case1.get_head();
        RTValue list0 = $case1.get_tail();

        TYPE_List $case2;

        switch (($case2 = (((TYPE_List)(java.lang.Object)list0.evaluate($ec)))).getOrdinalValue()) {

          case 0: {
            // Cal.Core.Prelude.Nil
            return
              RTData.CAL_Opaque.make(
View Full Code Here


            RTValue x1 = $case2.get_head();
            RTValue list1 = $case2.get_tail();

            TYPE_List $case3;

            switch (($case3 = (((TYPE_List)(java.lang.Object)list1.evaluate($ec)))).getOrdinalValue()) {

              case 0: {
                // Cal.Core.Prelude.Nil
                return
                  RTData.CAL_Opaque.make(
View Full Code Here

                RTValue x2 = $case3.get_head();
                RTValue list2 = $case3.get_tail();

                TYPE_List $case4;

                switch (($case4 = (((TYPE_List)(java.lang.Object)list2.evaluate($ec)))).getOrdinalValue()) {

                  case 0: {
                    // Cal.Core.Prelude.Nil
                    return
                      RTData.CAL_Opaque.make(
View Full Code Here

                    RTValue list3 =
                      $case4.get_tail();

                    TYPE_List $case5;

                    switch (($case5 = (((TYPE_List)(java.lang.Object)list3.evaluate($ec)))).getOrdinalValue()) {

                      case 0: {
                        // Cal.Core.Prelude.Nil
                        return
                          RTData.CAL_Opaque.make(
View Full Code Here

                        RTValue list4 =
                          $case5.get_tail();

                        TYPE_List $case6;

                        switch (($case6 = (((TYPE_List)(java.lang.Object)list4.evaluate($ec)))).getOrdinalValue()) {

                          case 0: {
                            // Cal.Core.Prelude.Nil
                            return
                              RTData.CAL_Opaque.make(
View Full Code Here

                            RTValue list5 =
                              $case6.get_tail();

                            TYPE_List $case7;

                            switch (($case7 = (((TYPE_List)(java.lang.Object)list5.evaluate($ec)))).getOrdinalValue()) {

                              case 0: {
                                // Cal.Core.Prelude.Nil
                                return
                                  RTData.CAL_Opaque.make(
View Full Code Here

                                RTValue list6 =
                                  $case7.get_tail();

                                TYPE_List $case8;

                                switch (($case8 = (((TYPE_List)(java.lang.Object)list6.evaluate($ec)))).getOrdinalValue()) {

                                  case 0: {
                                    // Cal.Core.Prelude.Nil
                                    return
                                      RTData.CAL_Opaque.make(
View Full Code Here

                                        $ec).evaluate(
                                        $ec).getOpaqueValue());
                                    return
                                      new Output_List_With__output_List_With_Helper__20.RTAppS(
                                        Output_List_With__output_List_With_Helper__20.$instance,
                                        list7.evaluate(
                                          $ec),
                                        f,
                                        letVar_javaList$U);
                                  }
View Full Code Here

  public final List fUnboxed2S(RTValue list, RTValue f, RTExecutionContext $ec) throws CALExecutorException {
    RTValue $result = f2S(list, f, $ec);

    list = null;
    f = null;
    return ((List)(java.lang.Object)$result.evaluate($ec).getOpaqueValue());
  }

}
View Full Code Here

    // Release the fields in the root node to open them to garbage collection
    $rootNode.clearMembers();
    return
      f3S(
        RTValue.lastRef(list.evaluate($ec), list = null),
        RTValue.lastRef(
          elementMappingFunction,
          elementMappingFunction = null),
        ((List)(java.lang.Object)
          javaList$L.evaluate($ec).getOpaqueValue()),
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.