Dashboard > ANTLR 3 > Browse Space > Labels > faq_analysis
  ANTLR 3 Log In | Sign Up   View a printable version of the current page.  
  Label: faq_analysis

Content with label faq_analysis in ANTLR 3 (See content from all spaces)
Related Labels: faq_actions, faq_errors

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
Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.1 Build:#806 May 06, 2007) - Bug/feature request - Contact Administrators