All Implemented Interfaces:
Debuggable, Expression<Object>, Loopable<Object>, Simplifiable<Expression<? extends Object>>, SyntaxElement, PropertyBaseSyntax<PropertyHandler.ExpressionPropertyHandler<?,?>>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Size") @Description("The size of something.\nUsing \'size of {list::*}\' will return the length of the list, so if you want the sizes of the things inside the lists, use \'sizes of {list::*}\'.\n") @Example("message \"There are %size of all players% players online!\"") @Since({"1.0","2.13 (sizes of)"}) @RelatedProperty("size") public class PropExprSize extends PropertyBaseExpression<PropertyHandler.ExpressionPropertyHandler<?,?>>