Package org.aspectj.org.eclipse.jdt.internal.core.search.indexing

Examples of org.aspectj.org.eclipse.jdt.internal.core.search.indexing.BinaryIndexer


    String documentPath = document.getPath();
    if (org.aspectj.org.eclipse.jdt.internal.core.util.Util.isJavaLikeFileName(documentPath)) {
      new SourceIndexer(document).indexDocument();
    } else if (org.aspectj.org.eclipse.jdt.internal.compiler.util.Util.isClassFileName(documentPath)) {
      new BinaryIndexer(document).indexDocument();
    }
  }
View Full Code Here

TOP

Related Classes of org.aspectj.org.eclipse.jdt.internal.core.search.indexing.BinaryIndexer

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.