public static interface PrecedenceClimbingParser.Special
| Modifier and Type | Method and Description |
|---|---|
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.
|
PrecedenceClimbingParser.Result apply(PrecedenceClimbingParser parser, PrecedenceClimbingParser.SpecialOp op)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.