|
From: John D. <jav...@ho...> - 2002-10-16 18:05:25
|
I want to make sure JEdit Framework doesn't provide Java Parser and (Abstract Syntax Tree) services to third-party plugin programmers? If I want to implement a plugin that performs source code analysis, then I need to provide my own parser and generate my own AST. Is that correct?? That means if I have a program A, JEdit Framework doesn't know the info. of program A at all, except some basic stuff, but not code analysis. JEdit Framework provides the JTextArea to third-party plugin programmers to use. |