Uses of Enum
com.igormaznitsa.jcp.expression.ExpressionItemType
Packages that use ExpressionItemType
Package
Description
-
Uses of ExpressionItemType in com.igormaznitsa.jcp.expression
Subclasses with type arguments of type ExpressionItemType in com.igormaznitsa.jcp.expressionMethods 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 type with the specified name.static ExpressionItemType[]ExpressionItemType.values()Returns an array containing the constants of this enum type, 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