Class Value
java.lang.Object
meteordevelopment.starscript.value.Value
Class that holds any starscript value.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Valuebool(boolean bool) booleanstatic ValuebooleangetBool()getMap()doubleinthashCode()booleanisBool()booleanbooleanisMap()booleanisNull()booleanisNumber()booleanisString()booleanisTruthy()static Valuestatic Valuenull_()static Valuenumber(double number) static ValuetoString()
-
Field Details
-
type
-
-
Method Details
-
null_
-
bool
-
number
-
string
-
function
-
map
-
isNull
public boolean isNull() -
isBool
public boolean isBool() -
isNumber
public boolean isNumber() -
isString
public boolean isString() -
isFunction
public boolean isFunction() -
isMap
public boolean isMap() -
getBool
public boolean getBool() -
getNumber
public double getNumber() -
getString
-
getFunction
-
getMap
-
isTruthy
public boolean isTruthy() -
equals
-
hashCode
public int hashCode() -
toString
-