Uses of Enum Class
com.igormaznitsa.jcp.expression.ExpressionItemType
Packages that use ExpressionItemType
Package
Description
-
Uses of ExpressionItemType in com.igormaznitsa.jcp.expression
Methods in com.igormaznitsa.jcp.expression that return ExpressionItemTypeModifier and TypeMethodDescriptionExpressionItem.getExpressionItemType()Get the type of the itemExpressionParser.SpecialItem.getExpressionItemType()Value.getExpressionItemType()Variable.getExpressionItemType()Get the expression item typestatic ExpressionItemTypeReturns the enum constant of this class with the specified name.static ExpressionItemType[]ExpressionItemType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExpressionItemType in com.igormaznitsa.jcp.expression.functions
Methods in com.igormaznitsa.jcp.expression.functions that return ExpressionItemTypeModifier and TypeMethodDescriptionAbstractFunction.getExpressionItemType()Get the expression item type -
Uses of ExpressionItemType in com.igormaznitsa.jcp.expression.operators
Methods in com.igormaznitsa.jcp.expression.operators that return ExpressionItemTypeModifier and TypeMethodDescriptionAbstractOperator.getExpressionItemType()Get the expression item type