Possibility of a Custom Parser

Hi,

We were thinking of using KNIME for parsing JAVA code to get some insights about the code.

If I get hold of a JAVA language parser, is it possible to plug it in some node of Knime and use it?

 

Thanks,

Manas

 

The best options are the Java Snippet nodes imho. You can specify the jar for the parser and call its methods. (Thought it might be a better option to create a custom KNIME node. It is really easy to do.)