Uses of Enum
com.blackrook.expression.ExpressionValue.Type
Packages that use ExpressionValue.Type
-
Uses of ExpressionValue.Type in com.blackrook.expression
Subclasses with type arguments of type ExpressionValue.Type in com.blackrook.expressionMethods in com.blackrook.expression that return ExpressionValue.TypeModifier and TypeMethodDescriptionstatic ExpressionValue.TypeReturns 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.TypeModifier and TypeMethodDescriptionvoidExpressionValue.convertTo(ExpressionValue.Type newType) Converts this value to another value.