Uses of Class
org.apache.commons.jexl3.parser.JexlParser.SwitchSet
-
Packages that use JexlParser.SwitchSet Package Description org.apache.commons.jexl3.parser Contains the Parser for JEXL script. -
-
Uses of JexlParser.SwitchSet in org.apache.commons.jexl3.parser
Methods in org.apache.commons.jexl3.parser that return JexlParser.SwitchSet Modifier and Type Method Description protected JexlParser.SwitchSetJexlParser. switchSet()Constructs a set of constants amenable to switch expression.Methods in org.apache.commons.jexl3.parser with parameters of type JexlParser.SwitchSet Modifier and Type Method Description (package private) voidASTSwitchStatement.Helper. defineCase(JexlParser.SwitchSet switchSet)voidParser. SwitchExpressionCase(JexlParser.SwitchSet cases)voidParser. SwitchStatementCase(JexlParser.SwitchSet cases)
-