Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] Visibility of JavaNode

Hi

I'm writing a plugin to store structural differences of Java files. Thus, I need access to instances of org.eclipse.jdt.internal.ui.compare.JavaNode. Unfortunately the modifier of this class is 'default' (package).

Is there any way to get access of such instances or corresponding information about structural differences without adding my plugin into the JDT Plugin or extending it.

Thanks a lot.
--Beat


Back to the top