The OOPath doc EBNF contains a binding in the chunk, which is actually not present in the anltr/implementation.
xpathChunk returns [BaseDescr result] : (xpathSeparator ID)=> xpathSeparator ID (DOT ID)* (HASH ID)? (LEFT_SQUARE xpathExpressionList RIGHT_SQUARE)? ;
- clones
-
DROOLS-2281 fix OOPath doc EBNF
- Closed