Package org.eclipse.jdt.internal.compiler.ast

Examples of org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve()


                // verify inherited methods
                if (unit.scope != null)
                    unit.scope
                            .verifyMethods(lookupEnvironment.methodVerifier());
                // type checking
                unit.resolve();
                // flow analysis
                unit.analyseCode();

                requestor.acceptResult(unit.compilationResult.tagAsAccepted());
            }
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.