Package com.saxonica.ee.optim
Class SwitchExpression.SwitchCaseInfo
java.lang.Object
com.saxonica.ee.optim.SwitchExpression.SwitchCaseInfo
- Enclosing class:
SwitchExpression
Data structure used for holding details of a switch expression
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Attempt to make the index from atomic values to expressions
-
Field Details
-
index
-
originalValues
-
commonlhs
-
commontype
-
collation
-
values
-
actions
-
defaultAction
-
-
Constructor Details
-
SwitchCaseInfo
public SwitchCaseInfo()
-
-
Method Details
-
makeIndex
public boolean makeIndex()Attempt to make the index from atomic values to expressions- Returns:
- true if successful, false if there is an atomic value that is not comparable
-