How to get a list of all valid options for the next token?
get the list of FOLLOW sets for each rule, all you need is to access the FOLLOW stack with: BitSet fset = state.followingstate.fsp; ANTLR pushes the current set of tokens that can follow a particular invocation of the rule before it enters the rule. The Rule catches ... Other labels:
faq_actions, faq_errors