(ParserRuleContext r)
| 1001 | } |
| 1002 | |
| 1003 | public static int rulealt(ParserRuleContext r) { |
| 1004 | return rulealt(r.getRuleIndex(), r.getAltNumber()); |
| 1005 | } |
| 1006 | |
| 1007 | /** Pack a rule index and an alternative number into the same 32-bit integer. */ |
| 1008 | public static int rulealt(int rule, int alt) { |
no test coverage detected