Example #1
0
 @Override
 public int _handleToken(ParseContext ctx) {
   ctx.incPrecedenceLevel(Operator.MAX_OP_PRECEDENCE);
   return 1;
 }