Uses of Class
antlr.CharStreamException
Packages that use CharStreamException
Package
Description
-
Uses of CharStreamException in antlr
Subclasses of CharStreamException in antlrModifier and TypeClassDescriptionclass
Wrap an IOException in a CharStreamExceptionMethods in antlr that throw CharStreamExceptionModifier and TypeMethodDescriptionvoid
CharScanner.consume()
void
CharScanner.consumeUntil
(int c) Consume chars until one matches the given charvoid
CharScanner.consumeUntil
(BitSet set) Consume chars until one matches the given setvoid
ByteBuffer.fill
(int amount) Ensure that the character buffer is sufficiently fullvoid
CharBuffer.fill
(int amount) Ensure that the character buffer is sufficiently fullabstract void
InputBuffer.fill
(int amount) Ensure that the input buffer is sufficiently fullchar
CharScanner.LA
(int i) char
InputBuffer.LA
(int i) Get a lookahead characterfinal void
ANTLRLexer.mACTION
(boolean _createToken) final void
ANTLRLexer.mARG_ACTION
(boolean _createToken) final void
ANTLRLexer.mASSIGN
(boolean _createToken) final void
ANTLRTokdefLexer.mASSIGN
(boolean _createToken) void
CharScanner.match
(char c) void
void
void
CharScanner.matchNot
(char c) void
CharScanner.matchRange
(char c1, char c2) final void
ANTLRLexer.mBANG
(boolean _createToken) final void
ANTLRLexer.mCARET
(boolean _createToken) final void
ANTLRLexer.mCHAR_LITERAL
(boolean _createToken) final void
ANTLRLexer.mCLOSE_ELEMENT_OPTION
(boolean _createToken) final void
ANTLRLexer.mCOLON
(boolean _createToken) final void
ANTLRLexer.mCOMMA
(boolean _createToken) final void
ANTLRLexer.mCOMMENT
(boolean _createToken) protected final void
ANTLRLexer.mDIGIT
(boolean _createToken) protected final void
ANTLRTokdefLexer.mDIGIT
(boolean _createToken) protected final void
ANTLRLexer.mESC
(boolean _createToken) protected final void
ANTLRTokdefLexer.mESC
(boolean _createToken) final void
ANTLRTokdefLexer.mID
(boolean _createToken) final void
ANTLRLexer.mIMPLIES
(boolean _createToken) final void
ANTLRLexer.mINT
(boolean _createToken) final void
ANTLRTokdefLexer.mINT
(boolean _createToken) protected final int
ANTLRLexer.mINTERNAL_RULE_REF
(boolean _createToken) final void
ANTLRLexer.mLPAREN
(boolean _createToken) final void
ANTLRTokdefLexer.mLPAREN
(boolean _createToken) protected final void
ANTLRLexer.mML_COMMENT
(boolean _createToken) final void
ANTLRTokdefLexer.mML_COMMENT
(boolean _createToken) protected final void
ANTLRLexer.mNESTED_ACTION
(boolean _createToken) protected final void
ANTLRLexer.mNESTED_ARG_ACTION
(boolean _createToken) final void
ANTLRLexer.mNOT_OP
(boolean _createToken) final void
ANTLRLexer.mOPEN_ELEMENT_OPTION
(boolean _createToken) final void
ANTLRLexer.mOR
(boolean _createToken) final void
ANTLRLexer.mPLUS
(boolean _createToken) final void
ANTLRLexer.mQUESTION
(boolean _createToken) final void
ANTLRLexer.mRANGE
(boolean _createToken) final void
ANTLRLexer.mRCURLY
(boolean _createToken) final void
ANTLRLexer.mRPAREN
(boolean _createToken) final void
ANTLRTokdefLexer.mRPAREN
(boolean _createToken) final void
ANTLRLexer.mRULE_REF
(boolean _createToken) final void
ANTLRLexer.mSEMI
(boolean _createToken) protected final void
ANTLRLexer.mSL_COMMENT
(boolean _createToken) final void
ANTLRTokdefLexer.mSL_COMMENT
(boolean _createToken) final void
ANTLRLexer.mSTAR
(boolean _createToken) final void
ANTLRTokdefLexer.mSTRING
(boolean _createToken) final void
ANTLRLexer.mSTRING_LITERAL
(boolean _createToken) final void
ANTLRLexer.mTOKEN_REF
(boolean _createToken) final void
ANTLRLexer.mTREE_BEGIN
(boolean _createToken) final void
ANTLRLexer.mWILDCARD
(boolean _createToken) final void
ANTLRLexer.mWS
(boolean _createToken) final void
ANTLRTokdefLexer.mWS
(boolean _createToken) protected final void
ANTLRLexer.mWS_LOOP
(boolean _createToken) protected final void
ANTLRLexer.mWS_OPT
(boolean _createToken) protected final void
ANTLRLexer.mXDIGIT
(boolean _createToken) protected final void
ANTLRTokdefLexer.mXDIGIT
(boolean _createToken) void
void
void
CharScanner.uponEOF()
This method is called by YourLexer.nextToken() when the lexer has hit EOF condition. -
Uses of CharStreamException in antlr.actions.cpp
Methods in antlr.actions.cpp that throw CharStreamExceptionModifier and TypeMethodDescriptionfinal void
ActionLexer.mACTION
(boolean _createToken) protected final void
ActionLexer.mARG
(boolean _createToken) protected final void
ActionLexer.mAST_CONSTRUCTOR
(boolean _createToken) protected final void
ActionLexer.mAST_CTOR_ELEMENT
(boolean _createToken) The arguments of a #[...] constructor are text, token type, or a tree.protected final void
ActionLexer.mAST_ITEM
(boolean _createToken) protected final void
ActionLexer.mCHAR
(boolean _createToken) protected final void
ActionLexer.mCOMMENT
(boolean _createToken) protected final void
ActionLexer.mDIGIT
(boolean _createToken) protected final void
ActionLexer.mESC
(boolean _createToken) protected final void
ActionLexer.mID
(boolean _createToken) protected final boolean
ActionLexer.mID_ELEMENT
(boolean _createToken) An ID_ELEMENT can be a func call, array ref, simple var, or AST label ref.protected final void
ActionLexer.mINT
(boolean _createToken) protected final void
ActionLexer.mINT_OR_FLOAT
(boolean _createToken) protected final void
ActionLexer.mML_COMMENT
(boolean _createToken) protected final void
ActionLexer.mSL_COMMENT
(boolean _createToken) protected final void
ActionLexer.mSTRING
(boolean _createToken) protected final void
ActionLexer.mSTUFF
(boolean _createToken) stuff in between #(...) and #id items Allow the escaping of the # for C preprocessor stuff.protected final void
ActionLexer.mTEXT_ARG
(boolean _createToken) protected final void
ActionLexer.mTEXT_ARG_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mTEXT_ARG_ID_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mTEXT_ITEM
(boolean _createToken) protected final void
ActionLexer.mTREE
(boolean _createToken) protected final void
ActionLexer.mTREE_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mVAR_ASSIGN
(boolean _createToken) protected final void
ActionLexer.mWS
(boolean _createToken) -
Uses of CharStreamException in antlr.actions.csharp
Methods in antlr.actions.csharp that throw CharStreamExceptionModifier and TypeMethodDescriptionfinal void
ActionLexer.mACTION
(boolean _createToken) protected final void
ActionLexer.mARG
(boolean _createToken) protected final void
ActionLexer.mAST_CONSTRUCTOR
(boolean _createToken) protected final void
ActionLexer.mAST_CTOR_ELEMENT
(boolean _createToken) The arguments of a #[...] constructor are text, token type, or a tree.protected final void
ActionLexer.mAST_ITEM
(boolean _createToken) protected final void
ActionLexer.mCHAR
(boolean _createToken) protected final void
ActionLexer.mCOMMENT
(boolean _createToken) protected final void
ActionLexer.mDIGIT
(boolean _createToken) protected final void
ActionLexer.mESC
(boolean _createToken) protected final void
ActionLexer.mID
(boolean _createToken) protected final boolean
ActionLexer.mID_ELEMENT
(boolean _createToken) An ID_ELEMENT can be a func call, array ref, simple var, or AST label ref.protected final void
ActionLexer.mINT
(boolean _createToken) protected final void
ActionLexer.mINT_OR_FLOAT
(boolean _createToken) protected final void
ActionLexer.mML_COMMENT
(boolean _createToken) protected final void
ActionLexer.mSL_COMMENT
(boolean _createToken) protected final void
ActionLexer.mSTRING
(boolean _createToken) protected final void
ActionLexer.mSTUFF
(boolean _createToken) stuff in between #(...) and #id items Allow the escaping of the # for C# preprocessor stuff.protected final void
ActionLexer.mTEXT_ARG
(boolean _createToken) protected final void
ActionLexer.mTEXT_ARG_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mTEXT_ARG_ID_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mTEXT_ITEM
(boolean _createToken) protected final void
ActionLexer.mTREE
(boolean _createToken) protected final void
ActionLexer.mTREE_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mVAR_ASSIGN
(boolean _createToken) protected final void
ActionLexer.mWS
(boolean _createToken) -
Uses of CharStreamException in antlr.actions.java
Methods in antlr.actions.java that throw CharStreamExceptionModifier and TypeMethodDescriptionfinal void
ActionLexer.mACTION
(boolean _createToken) protected final void
ActionLexer.mARG
(boolean _createToken) protected final void
ActionLexer.mAST_CONSTRUCTOR
(boolean _createToken) protected final void
ActionLexer.mAST_CTOR_ELEMENT
(boolean _createToken) The arguments of a #[...] constructor are text, token type, or a tree.protected final void
ActionLexer.mAST_ITEM
(boolean _createToken) protected final void
ActionLexer.mCHAR
(boolean _createToken) protected final void
ActionLexer.mCOMMENT
(boolean _createToken) protected final void
ActionLexer.mDIGIT
(boolean _createToken) protected final void
ActionLexer.mESC
(boolean _createToken) protected final void
ActionLexer.mID
(boolean _createToken) protected final boolean
ActionLexer.mID_ELEMENT
(boolean _createToken) An ID_ELEMENT can be a func call, array ref, simple var, or AST label ref.protected final void
ActionLexer.mINT
(boolean _createToken) protected final void
ActionLexer.mINT_OR_FLOAT
(boolean _createToken) protected final void
ActionLexer.mML_COMMENT
(boolean _createToken) protected final void
ActionLexer.mSL_COMMENT
(boolean _createToken) protected final void
ActionLexer.mSTRING
(boolean _createToken) protected final void
ActionLexer.mSTUFF
(boolean _createToken) protected final void
ActionLexer.mTEXT_ARG
(boolean _createToken) protected final void
ActionLexer.mTEXT_ARG_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mTEXT_ARG_ID_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mTEXT_ITEM
(boolean _createToken) protected final void
ActionLexer.mTREE
(boolean _createToken) protected final void
ActionLexer.mTREE_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mVAR_ASSIGN
(boolean _createToken) protected final void
ActionLexer.mWS
(boolean _createToken) -
Uses of CharStreamException in antlr.actions.python
Methods in antlr.actions.python that throw CharStreamExceptionModifier and TypeMethodDescriptionfinal void
ActionLexer.mACTION
(boolean _createToken) final void
CodeLexer.mACTION
(boolean _createToken) protected final void
ActionLexer.mARG
(boolean _createToken) protected final void
ActionLexer.mAST_CONSTRUCTOR
(boolean _createToken) protected final void
ActionLexer.mAST_CTOR_ELEMENT
(boolean _createToken) The arguments of a #[...] constructor are text, token type, or a tree.protected final void
ActionLexer.mAST_ITEM
(boolean _createToken) protected final void
ActionLexer.mCHAR
(boolean _createToken) protected final void
ActionLexer.mCOMMENT
(boolean _createToken) protected final void
CodeLexer.mCOMMENT
(boolean _createToken) protected final void
ActionLexer.mDIGIT
(boolean _createToken) protected final void
ActionLexer.mESC
(boolean _createToken) protected final void
ActionLexer.mID
(boolean _createToken) protected final boolean
ActionLexer.mID_ELEMENT
(boolean _createToken) An ID_ELEMENT can be a func call, array ref, simple var, or AST label ref.protected final void
ActionLexer.mIGNWS
(boolean _createToken) protected final void
CodeLexer.mIGNWS
(boolean _createToken) protected final void
ActionLexer.mINT
(boolean _createToken) protected final void
ActionLexer.mINT_OR_FLOAT
(boolean _createToken) protected final void
ActionLexer.mML_COMMENT
(boolean _createToken) protected final void
CodeLexer.mML_COMMENT
(boolean _createToken) protected final void
ActionLexer.mSL_COMMENT
(boolean _createToken) protected final void
CodeLexer.mSL_COMMENT
(boolean _createToken) protected final void
ActionLexer.mSTRING
(boolean _createToken) protected final void
ActionLexer.mSTUFF
(boolean _createToken) protected final void
CodeLexer.mSTUFF
(boolean _createToken) protected final void
ActionLexer.mTEXT_ARG
(boolean _createToken) protected final void
ActionLexer.mTEXT_ARG_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mTEXT_ARG_ID_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mTEXT_ITEM
(boolean _createToken) protected final void
ActionLexer.mTREE
(boolean _createToken) protected final void
ActionLexer.mTREE_ELEMENT
(boolean _createToken) protected final void
ActionLexer.mVAR_ASSIGN
(boolean _createToken) protected final void
ActionLexer.mWS
(boolean _createToken) -
Uses of CharStreamException in antlr.debug
Methods in antlr.debug that throw CharStreamExceptionModifier and TypeMethodDescriptionvoid
DebuggingCharScanner.consume()
void
DebuggingInputBuffer.fill
(int a) char
DebuggingCharScanner.LA
(int i) char
DebuggingInputBuffer.LA
(int i) void
DebuggingCharScanner.match
(char c) void
void
void
DebuggingCharScanner.matchNot
(char c) void
DebuggingCharScanner.matchRange
(char c1, char c2) -
Uses of CharStreamException in antlr.preprocessor
Methods in antlr.preprocessor that throw CharStreamExceptionModifier and TypeMethodDescriptionfinal void
PreprocessorLexer.mACTION
(boolean _createToken) protected final void
PreprocessorLexer.mALT
(boolean _createToken) final void
PreprocessorLexer.mARG_ACTION
(boolean _createToken) final void
PreprocessorLexer.mASSIGN_RHS
(boolean _createToken) final void
PreprocessorLexer.mBANG
(boolean _createToken) final void
PreprocessorLexer.mCHAR_LITERAL
(boolean _createToken) final void
PreprocessorLexer.mCOMMA
(boolean _createToken) final void
PreprocessorLexer.mCOMMENT
(boolean _createToken) protected final void
PreprocessorLexer.mCURLY_BLOCK_SCARF
(boolean _createToken) protected final void
PreprocessorLexer.mDIGIT
(boolean _createToken) protected final void
PreprocessorLexer.mELEMENT
(boolean _createToken) protected final void
PreprocessorLexer.mESC
(boolean _createToken) protected final void
PreprocessorLexer.mID
(boolean _createToken) final void
PreprocessorLexer.mID_OR_KEYWORD
(boolean _createToken) This rule picks off keywords in the lexer that need to be handled specially.final void
PreprocessorLexer.mLPAREN
(boolean _createToken) protected final void
PreprocessorLexer.mML_COMMENT
(boolean _createToken) protected final void
PreprocessorLexer.mNEWLINE
(boolean _createToken) final void
PreprocessorLexer.mRCURLY
(boolean _createToken) final void
PreprocessorLexer.mRPAREN
(boolean _createToken) final void
PreprocessorLexer.mRULE_BLOCK
(boolean _createToken) final void
PreprocessorLexer.mSEMI
(boolean _createToken) protected final void
PreprocessorLexer.mSL_COMMENT
(boolean _createToken) final void
PreprocessorLexer.mSTRING_LITERAL
(boolean _createToken) final void
PreprocessorLexer.mSUBRULE_BLOCK
(boolean _createToken) final void
PreprocessorLexer.mWS
(boolean _createToken) protected final void
PreprocessorLexer.mXDIGIT
(boolean _createToken)