Public Member Functions | Protected Attributes

antlr.BlockEndElement Class Reference

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

List of all members.

Public Member Functions

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

Protected Attributes

boolean[] lock
AlternativeBlock block

Detailed Description

All alternative blocks are "terminated" by BlockEndElements unless they are rule blocks (in which case they use RuleEndElement).


Constructor & Destructor Documentation

antlr.BlockEndElement.BlockEndElement ( Grammar  g  ) 

Member Function Documentation

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

Implements antlr.GrammarElement.

Reimplemented in antlr.RuleEndElement.


Member Data Documentation


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