Package org.eclipse.compare.contentmergeviewer

Examples of org.eclipse.compare.contentmergeviewer.TokenComparator


   *            the line for which to create the <code>ITokenComparator</code>
   * @return a ITokenComparator which is used for a second level token
   *         compare.
   */
  protected ITokenComparator createTokenComparator(String line) {
    return new TokenComparator(line);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.compare.contentmergeviewer.TokenComparator

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.