Package org.eclipse.dltk.ti

Examples of org.eclipse.dltk.ti.BasicContext


        .getModuleDeclaration(sourceModule, null);
    IContext context = ASTUtils.findContext(sourceModule,
        moduleDeclaration, offset);
    // XXX context cannot be null
    if (context == null) {
      context = new BasicContext(sourceModule, moduleDeclaration);
      Logger.log(Logger.WARNING, "Context is null!"); //$NON-NLS-1$
    }

    IEvaluatedType evaluatedType;
    boolean usePhpDoc = (mask & USE_PHPDOC) != 0;
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.ti.BasicContext

Copyright © 2018 www.massapicom. 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.