Package nexj.core.meta.workflow

Examples of nexj.core.meta.workflow.FlowMacro.compile()


            macro.setBody((Pair)m_helper.parse(m_helper.getElementValue(script),
               true, macro.getTextPositionMap(), null, m_metadata.getGlobalEnvironment()));
         }
      });

      macro.compile(m_machine);

      m_metadata.addFlowMacro(macro);
   }

   /**
 
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.