Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Expression Eval Support for standalone debug


I am trying to determine if it is possible to perform _expression_ evaluations without a project context (to support stand alone debugging). What does the compiler need to perform binding resolution? Rather than providing an IJavaProject, could we provide you with some sort of "name lookup" facility from our runtime, that would provide the required information.

Specifically, I am looking at the "AST.parseCompilationUnit(...)" API, that we use to generate an AST for snippets (which is then traversed and interpretted).

Darin

Back to the top