Examples of RefinementVisitor


Examples of com.redhat.ceylon.compiler.typechecker.analyzer.RefinementVisitor

                ProducedType.depth.set(0);
                //System.out.println("Validate member refinement for " + fileName);
                compilationUnit.visit(new AliasVisitor());
                compilationUnit.visit(new SupertypeVisitor(true)); //TODO: move to a new phase!
                compilationUnit.visit(new InheritanceVisitor());
                compilationUnit.visit(new RefinementVisitor());
                refinementValidated = true;
            }
        }
        finally {
            ProducedTypeCache.setEnabled(enabled);
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.