Public Member Functions | Protected Attributes | Package Attributes

antlr.CharRangeElement Class Reference

Inheritance diagram for antlr.CharRangeElement:
antlr.AlternativeElement antlr.GrammarElement

List of all members.

Public Member Functions

 CharRangeElement (LexerGrammar g, Token t1, Token t2, int autoGenType)
void generate ()
String getLabel ()
Lookahead look (int k)
void setLabel (String label_)
String toString ()

Protected Attributes

char begin = 0
char end = 0
String beginText
String endText

Package Attributes

String label

Constructor & Destructor Documentation


Member Function Documentation

void antlr.CharRangeElement.generate (  ) 
Lookahead antlr.CharRangeElement.look ( int  k  ) 
void antlr.CharRangeElement.setLabel ( String  label_  ) 

Reimplemented from antlr.AlternativeElement.

References antlr.CharRangeElement.label.

String antlr.CharRangeElement.toString (  )  [virtual]

Member Data Documentation


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