Class ExprAmount

All Implemented Interfaces:
Expression<Number>, SyntaxElement

public class ExprAmount extends PropertyExpression<Object,Number>
The amount of elements in a given list. Note that when getting the size of a list variable, it will only return the size of the first layer of elements. If you want to get the whole list size, including nested layers in a variable, use the recursive size instead.
Since:
ALPHA