Package com.intellij.lang.refactoring

Examples of com.intellij.lang.refactoring.DefaultRefactoringSupportProvider


   *
   * @return <code>RefactoringSupportProvider</code> interface implementation for this particular language
   */
  @NotNull
  public RefactoringSupportProvider getRefactoringSupportProvider() {
    return new DefaultRefactoringSupportProvider();
  }
View Full Code Here

TOP

Related Classes of com.intellij.lang.refactoring.DefaultRefactoringSupportProvider

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.