Examples of TokenComparator


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
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.