Uses of Class
com.blackrook.expression.ExpressionValue.Type
-
Packages that use ExpressionValue.Type Package Description com.blackrook.expression Contains expression data. -
-
Uses of ExpressionValue.Type in com.blackrook.expression
Methods in com.blackrook.expression that return ExpressionValue.Type Modifier and Type Method Description static ExpressionValue.Type
ExpressionValue.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExpressionValue.Type[]
ExpressionValue.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blackrook.expression with parameters of type ExpressionValue.Type Modifier and Type Method Description void
ExpressionValue. convertTo(ExpressionValue.Type newType)
Converts this value to another value.
-