Hello,

I need to programmatically find out the names of variables used in a
"simple" groovy expression that reads a value from one or more variables.
One can assume the expression is read-only, that is no modifications of any
state will be used. E.g. in an expression like this

"${foo}", it should return "foo"
also same in "${foo.bar.zot}"

is what I am asking possible? If yes please point me in the direction of
which API to use for this.
Thank you in advance




--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Reply via email to