Public Member Functions | Public Attributes | Static Public Attributes

antlr.MismatchedCharException Class Reference

Inheritance diagram for antlr.MismatchedCharException:
antlr.RecognitionException antlr.ANTLRException

List of all members.

Public Member Functions

 MismatchedCharException ()
 MismatchedCharException (char c, char lower, char upper_, boolean matchNot, CharScanner scanner_)
 MismatchedCharException (char c, char expecting_, boolean matchNot, CharScanner scanner_)
 MismatchedCharException (char c, BitSet set_, boolean matchNot, CharScanner scanner_)
String getMessage ()

Public Attributes

int mismatchType
int foundChar
int expecting
int upper
BitSet set
CharScanner scanner

Static Public Attributes

static final int CHAR = 1
static final int NOT_CHAR = 2
static final int RANGE = 3
static final int NOT_RANGE = 4
static final int SET = 5
static final int NOT_SET = 6

Constructor & Destructor Documentation

antlr.MismatchedCharException.MismatchedCharException (  ) 

MismatchedCharException constructor comment.


Member Function Documentation


Member Data Documentation


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