Helper for travering an expression tree and locating all the data keys (excluding local vars and injected data keys) referenced in the expression.
{@link #exec} may be called on any expression. Any data keys referenced in the expression(excluding local vars and injected data keys) will be added to the {@code dataKeys} set passedin to the constructor. There is no return value.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.