Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.core.refactoring
Interface IJavaElementMapper


public interface IJavaElementMapper

An IJavaElementMapper provides methods to map an original elements to its refactored counterparts.

An IJavaElementMapper can be obtained via PlatformObject.getAdapter(Class).

Since:
1.1

Method Summary
  IJavaElement getRefactoredJavaElement ( IJavaElement element)
          Returns the refactored Java element for the given element.
 

Method Detail

getRefactoredJavaElement


IJavaElement getRefactoredJavaElement(
IJavaElement element)
Returns the refactored Java element for the given element. The returned Java element might not yet exist when the method is called.

Note that local variables cannot be mapped using this method.

Parameters:
element - the element to be refactored
Returns:
the refactored element for the given element

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire