You could also get introspection of class file abilities (without using any Java) from jde-parse-class.
Paul Kinnucan <[EMAIL PROTECTED]> writes: > Klaus Berndl writes: > > > > IMHO this is much easier than using this somehow clumsy beanshell to > > communicate between java and elisp. > > Easier for whom? The easiest way to implement a feature does not necessarily > result in the implementation that is easiest to use. For example, your proposal > for implementing completion works only for classes for which source code > is available and requires opening and parsing the source file of each class to > be completed during a session. Ever tried opening and parsing a large > Java source file? Think of how long it would take to complete a method > of JFrame class. People already complain about how long the existing > JDEE feature takes. Your proposal would decrease the response time > exponentially. > > semantic includes a database feature whereby it can save parsed versions
