Evaluates an expression to yield a list of members or tuples.
The list is immutable if {@link #getResultStyle()} yields{@link ResultStyle#MUTABLE_LIST}. Otherwise, the caller must not modify the list.
@param evaluator Evaluation context
@return A list of members or tuples, never null.
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.