Class StdLib
java.lang.Object
com.hypixel.hytale.server.npc.util.expression.StdScope
com.hypixel.hytale.server.npc.util.expression.StdLib
- All Implemented Interfaces:
Scope
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.server.npc.util.expression.StdScope
StdScope.Symbol, StdScope.SymbolBoolean, StdScope.SymbolBooleanArray, StdScope.SymbolFunction, StdScope.SymbolNumber, StdScope.SymbolNumberArray, StdScope.SymbolString, StdScope.SymbolStringArrayNested classes/interfaces inherited from interface com.hypixel.hytale.server.npc.util.expression.Scope
Scope.Function -
Field Summary
FieldsFields inherited from class com.hypixel.hytale.server.npc.util.expression.StdScope
CONST_BOOLEAN_FALSE, CONST_BOOLEAN_TRUE, CONST_EMPTY_BOOLEAN_ARRAY, CONST_EMPTY_NUMBER_ARRAY, CONST_EMPTY_STRING, CONST_EMPTY_STRING_ARRAY, CONST_NULL_BOOLEAN_ARRAY, CONST_NULL_NUMBER_ARRAY, CONST_NULL_STRING, CONST_NULL_STRING_ARRAY, parent, symbolTable, VAR_BOOLEAN_FALSE, VAR_BOOLEAN_TRUE, VAR_EMPTY_BOOLEAN_ARRAY, VAR_EMPTY_NUMBER_ARRAY, VAR_EMPTY_STRING, VAR_EMPTY_STRING_ARRAY, VAR_NULL_BOOLEAN_ARRAY, VAR_NULL_NUMBER_ARRAY, VAR_NULL_STRING, VAR_NULL_STRING_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hypixel.hytale.server.npc.util.expression.StdScope
add, addBooleanArraySupplier, addConst, addConst, addConst, addConst, addConst, addConst, addConstEmptyArray, addDoubleArraySupplier, addInvariant, addStringArraySupplier, addSupplier, addSupplier, addSupplier, addVar, addVar, addVar, addVar, addVar, addVar, addVariant, changeValue, changeValue, changeValue, changeValue, changeValue, changeValue, changeValueToEmptyArray, copyOf, get, get, getBooleanArraySupplier, getBooleanSupplier, getFunction, getNumberArraySupplier, getNumberSupplier, getStringArraySupplier, getStringSupplier, getType, isConstant, merge, mergeScopes, mergeSymbols, replaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.server.npc.util.expression.Scope
getBoolean, getBooleanArray, getNumber, getNumberArray, getString, getStringArray
-
Field Details
-
instance
-
-
Constructor Details
-
StdLib
private StdLib()
-
-
Method Details
-
getInstance
-