Class ExprLength
java.lang.Object
io.github.syst3ms.skriptparser.lang.properties.PropertyExpression<String,Number>
io.github.syst3ms.skriptparser.expressions.ExprLength
- All Implemented Interfaces:
Expression<Number>, SyntaxElement
-
Field Summary
Fields inherited from class PropertyExpression
PROPERTY_IDENTIFIER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String owner) For each owner, this method will be ran individually to convert it to this particular property.Methods inherited from class PropertyExpression
composePatterns, getOwner, getValues, init, isGenitive, isSingle, setOwner, toString, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Expression
acceptsChange, acceptsChange, acceptsChange, change, check, check, convertExpression, getArray, getReturnType, getSingle, getSource, isAndList, isLoopOf, iterator, setAndList, stream
-
Constructor Details
-
ExprLength
public ExprLength()
-
-
Method Details
-
getProperty
Description copied from class:PropertyExpressionFor each owner, this method will be ran individually to convert it to this particular property.- Overrides:
getPropertyin classPropertyExpression<String,Number> - Parameters:
owner- the owner- Returns:
- the property value
-