Class FunctionReferenceParser.EmptyExpression
java.lang.Object
ch.njol.skript.lang.util.SimpleLiteral<Integer>
org.skriptlang.skript.common.function.FunctionReferenceParser.EmptyExpression
- All Implemented Interfaces:
Debuggable,DefaultExpression<Integer>,Expression<Integer>,Literal<Integer>,Loopable<Integer>,Simplifiable<Expression<? extends Integer>>,SyntaxElement
- Enclosing class:
FunctionReferenceParser
Represents an empty value used to make DefaultFunction calling work correctly.
-
Field Summary
Fields inherited from class ch.njol.skript.lang.util.SimpleLiteral
data, source, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.njol.skript.lang.util.SimpleLiteral
acceptChange, change, check, check, getAll, getAll, getAnd, getArray, getArray, getConvertedExpression, getReturnType, getSingle, getSingle, getSource, getTime, init, init, isDefault, isLoopOf, isSingle, iterator, setTime, simplify, toString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.njol.skript.lang.Expression
beforeChange, canBeSingle, canReturn, changeInPlace, changeInPlace, getAcceptedChangeModes, getOptionalSingle, getSyntaxTypeName, possibleReturnTypes, returnNestedStructures, returnsNestedStructures, stream, streamAllMethods inherited from interface ch.njol.skript.lang.Loopable
supportsLoopPeekingMethods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser, preInit
-
Constructor Details
-
EmptyExpression
public EmptyExpression()
-