Package org.asturlinux.frade.currin.machine

Examples of org.asturlinux.frade.currin.machine.Machine.run()


  if (cr.inHNF()) {
      return cr;
  }

  Machine local = m.getNewMachine();
  local.run(((CurrinFunction)cr.getReference()).getId(),
      ((CurrinFunction)cr.getReference()).getRefParameters());
  cr.setReference(local.getResult().getReference());
  return cr;
    }
}
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.