Home » Research » References » Frequently used internal APIs in JDT UI

Subscribe

Archives

Categories

Attribution-NonCommercial-ShareAlike 4.0 International

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.

Frequently used internal APIs in JDT UI

For jdt.ui internal usage, here’s a list of helper classes that are frequently used:

  • org.eclipse.jdt.internal.corext.dom:
    • Bindings
    • ASTNodeFactory
    • ASTNodes
    • TypeRules
  • org.eclipse.jdt.internal.corext.refactoring.structure.ASTNodeSearchUtil
  • org.eclipse.jdt.internal.corext.codemanipulation.StubUtility
  • org.eclipse.jdt.internal.corext.codemanipulation.StubUtility2
  • org.eclipse.jdt.internal.ui.text.correction.ASTResolving
  • org.eclipse.jdt.ui.CodeGeneration
  • org.eclipse.jdt.internal.corext.util.JavaModelUtil
  • org.eclipse.jdt.internal.corext.refactoring.util.JavaElementUtil

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.