Class MablToMablAPI


  • public class MablToMablAPI
    extends java.lang.Object
    • Constructor Detail

      • MablToMablAPI

        public MablToMablAPI​(MablApiBuilder mablApiBuilder)
    • Method Detail

      • findDeclaration

        public static org.intocps.maestro.ast.AVariableDeclaration findDeclaration​(org.intocps.maestro.ast.node.INode node,
                                                                                   org.intocps.maestro.ast.node.PStm currentStm,
                                                                                   boolean caseSensitive,
                                                                                   java.lang.String name)
      • getPreviouslyUsedNamed

        public static java.util.Set<java.lang.String> getPreviouslyUsedNamed​(org.intocps.maestro.ast.node.INode node)
        Collect all names used for variables prior to the definition of the current node
        Parameters:
        node - the starting point in the tree
        Returns:
        a set of names
      • createExternalRuntimeLogger

        public void createExternalRuntimeLogger()
      • getDataWriter

        public DataWriter getDataWriter()