A list of ASTNode's which represents a parsed function. The head of the function (i.e. Ceil, Floor, Trunc, Plus, Times,...) is stored in the 0-th index of the list. The arguments of the function are stored in the 1...n-th index of the list.
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.