Class JavaLanguageSupport.ImportToAddInfo

java.lang.Object
org.fife.rsta.ac.java.JavaLanguageSupport.ImportToAddInfo
Enclosing class:
JavaLanguageSupport

private static class JavaLanguageSupport.ImportToAddInfo extends Object
Information about an import statement to add and where it should be added. This is used internally when a class completion is inserted, and it needs an import statement added to the source.
  • Field Details

    • offs

      private int offs
    • text

      private String text
  • Constructor Details

    • ImportToAddInfo

      ImportToAddInfo(int offset, String text)