antlr
Class BlockContext

java.lang.Object
  |
  +--antlr.BlockContext
Direct Known Subclasses:
TreeBlockContext

class BlockContext
extends Object


Field Summary
(package private)  int altNum
           
(package private)  AlternativeBlock block
           
(package private)  BlockEndElement blockEnd
           
 
Constructor Summary
(package private) BlockContext()
           
 
Method Summary
 void addAlternativeElement(AlternativeElement e)
           
 Alternative currentAlt()
           
 AlternativeElement currentElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

block

AlternativeBlock block

altNum

int altNum

blockEnd

BlockEndElement blockEnd
Constructor Detail

BlockContext

BlockContext()
Method Detail

addAlternativeElement

public void addAlternativeElement(AlternativeElement e)

currentAlt

public Alternative currentAlt()

currentElement

public AlternativeElement currentElement()


comments?