Package org.fife.rsta.ac.java
Class JavaLanguageSupport.ImportToAddInfo
java.lang.Object
org.fife.rsta.ac.java.JavaLanguageSupport.ImportToAddInfo
- Enclosing class:
JavaLanguageSupport
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
offs
private int offs -
text
-
-
Constructor Details
-
ImportToAddInfo
ImportToAddInfo(int offset, String text)
-