Package org.apache.calcite.util
Interface PrecedenceClimbingParser.Special
- Enclosing class:
PrecedenceClimbingParser
public static interface PrecedenceClimbingParser.Special
Callback defining the behavior of a special function.
-
Method Summary
Modifier and TypeMethodDescriptionGiven an occurrence of this operator, identifies the range of tokens to be collapsed into a call of this operator, and the arguments to that call.
-
Method Details
-
apply
PrecedenceClimbingParser.Result apply(PrecedenceClimbingParser parser, PrecedenceClimbingParser.SpecialOp op) Given an occurrence of this operator, identifies the range of tokens to be collapsed into a call of this operator, and the arguments to that call.
-