| |
|
| org.netbeans.editor.ext.java.JavaCompletion org.netbeans.editor.ext.java.JCFileProvider
JCFileProvider | public class JCFileProvider extends JavaCompletion.AbstractProvider (Code) | | Java completion resolver that operates over two files. One is skeleton file
and it's read at once during the build() methods. The other file is class
body file and it's read lazily as necessary.
File structures: Skeleton file: class skeletons: String: class name String:
package name int: body seek offset int: body len
Body file: class bodies: int: modifiers String: super class name String:
super class package name int: field count field count * field body field
body: !!! dodelat
author: Miloslav Metelka version: 1.00 |
OPCODE_ADD | final static int OPCODE_ADD(Code) | | |
VERSION | final static int VERSION(Code) | | Version of parser DB file
|
fileVersion | int fileVersion(Code) | | |
JCFileProvider | public JCFileProvider(String fileNamePrefix)(Code) | | |
reset | public synchronized void reset()(Code) | | |
|
|
|