Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Accessing the jdt "Abstract Syntax Tree"



You should have a look at the DOM/AST API.

See org.eclipse.jdt.core.dom.AST.parseCompilationUnit(...) methods.

This might not work properly if your source contains syntax errors.

HTH,

Olivier



Back to the top