Public Member Functions | Protected Attributes

antlr.RuleEndElement Class Reference

Inheritance diagram for antlr.RuleEndElement:
antlr.BlockEndElement antlr.AlternativeElement antlr.GrammarElement

List of all members.

Public Member Functions

 RuleEndElement (Grammar g)
Lookahead look (int k)
String toString ()

Protected Attributes

Lookahead[] cache
boolean noFOLLOW

Detailed Description

Contains a list of all places that reference this enclosing rule. Useful for FOLLOW computations.


Constructor & Destructor Documentation

antlr.RuleEndElement.RuleEndElement ( Grammar  g  ) 

Member Function Documentation

Lookahead antlr.RuleEndElement.look ( int  k  ) 
String antlr.RuleEndElement.toString (  )  [virtual]

Reimplemented from antlr.BlockEndElement.


Member Data Documentation

boolean antlr.RuleEndElement.noFOLLOW [protected]

Referenced by antlr.LLkAnalyzer.look().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties