Package joust.optimisers.normalise

Examples of joust.optimisers.normalise.TreeNormalisingTranslator.visitTree()


                prospectiveMethodTable.put(defN.getTargetSymbol(), defN);
                log.debug("Method: {}", defN.getTargetSymbol());
            }

            // Normalise the tree.
            normaliser.visitTree(translatedTree);

            prospectiveRootNodes = prospectiveRootNodes.prepend(translatedTree);

            environMap.put(translatedTree, env.fst);
        }
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.