Public Member Functions | Public Attributes | Static Public Attributes | Package Attributes

antlr.MismatchedTokenException Class Reference

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

List of all members.

Public Member Functions

 MismatchedTokenException ()
 MismatchedTokenException (String[] tokenNames_, AST node_, int lower, int upper_, boolean matchNot)
 MismatchedTokenException (String[] tokenNames_, AST node_, int expecting_, boolean matchNot)
 MismatchedTokenException (String[] tokenNames_, AST node_, BitSet set_, boolean matchNot)
 MismatchedTokenException (String[] tokenNames_, Token token_, int lower, int upper_, boolean matchNot, String fileName_)
 MismatchedTokenException (String[] tokenNames_, Token token_, int expecting_, boolean matchNot, String fileName_)
 MismatchedTokenException (String[] tokenNames_, Token token_, BitSet set_, boolean matchNot, String fileName_)
String getMessage ()

Public Attributes

Token token
AST node
int mismatchType
int expecting
int upper
BitSet set

Static Public Attributes

static final int TOKEN = 1
static final int NOT_TOKEN = 2
static final int RANGE = 3
static final int NOT_RANGE = 4
static final int SET = 5
static final int NOT_SET = 6

Package Attributes

String[] tokenNames
String tokenText = null

Constructor & Destructor Documentation

antlr.MismatchedTokenException.MismatchedTokenException (  ) 

Looking for AST wildcard, didn't find it


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