Uses of Class
antlr.CharStreamException
Packages that use CharStreamException
Package
Description
-
Uses of CharStreamException in antlr
Subclasses of CharStreamException in antlrModifier and TypeClassDescriptionclassWrap an IOException in a CharStreamExceptionMethods in antlr that throw CharStreamExceptionModifier and TypeMethodDescriptionvoidCharScanner.consume()voidCharScanner.consumeUntil(int c) Consume chars until one matches the given charvoidCharScanner.consumeUntil(BitSet set) Consume chars until one matches the given setvoidByteBuffer.fill(int amount) Ensure that the character buffer is sufficiently fullvoidCharBuffer.fill(int amount) Ensure that the character buffer is sufficiently fullabstract voidInputBuffer.fill(int amount) Ensure that the input buffer is sufficiently fullcharCharScanner.LA(int i) charInputBuffer.LA(int i) Get a lookahead characterfinal voidANTLRLexer.mACTION(boolean _createToken) final voidANTLRLexer.mARG_ACTION(boolean _createToken) final voidANTLRLexer.mASSIGN(boolean _createToken) final voidANTLRTokdefLexer.mASSIGN(boolean _createToken) voidCharScanner.match(char c) voidvoidvoidCharScanner.matchNot(char c) voidCharScanner.matchRange(char c1, char c2) final voidANTLRLexer.mBANG(boolean _createToken) final voidANTLRLexer.mCARET(boolean _createToken) final voidANTLRLexer.mCHAR_LITERAL(boolean _createToken) final voidANTLRLexer.mCLOSE_ELEMENT_OPTION(boolean _createToken) final voidANTLRLexer.mCOLON(boolean _createToken) final voidANTLRLexer.mCOMMA(boolean _createToken) final voidANTLRLexer.mCOMMENT(boolean _createToken) protected final voidANTLRLexer.mDIGIT(boolean _createToken) protected final voidANTLRTokdefLexer.mDIGIT(boolean _createToken) protected final voidANTLRLexer.mESC(boolean _createToken) protected final voidANTLRTokdefLexer.mESC(boolean _createToken) final voidANTLRTokdefLexer.mID(boolean _createToken) final voidANTLRLexer.mIMPLIES(boolean _createToken) final voidANTLRLexer.mINT(boolean _createToken) final voidANTLRTokdefLexer.mINT(boolean _createToken) protected final intANTLRLexer.mINTERNAL_RULE_REF(boolean _createToken) final voidANTLRLexer.mLPAREN(boolean _createToken) final voidANTLRTokdefLexer.mLPAREN(boolean _createToken) protected final voidANTLRLexer.mML_COMMENT(boolean _createToken) final voidANTLRTokdefLexer.mML_COMMENT(boolean _createToken) protected final voidANTLRLexer.mNESTED_ACTION(boolean _createToken) protected final voidANTLRLexer.mNESTED_ARG_ACTION(boolean _createToken) final voidANTLRLexer.mNOT_OP(boolean _createToken) final voidANTLRLexer.mOPEN_ELEMENT_OPTION(boolean _createToken) final voidANTLRLexer.mOR(boolean _createToken) final voidANTLRLexer.mPLUS(boolean _createToken) final voidANTLRLexer.mQUESTION(boolean _createToken) final voidANTLRLexer.mRANGE(boolean _createToken) final voidANTLRLexer.mRCURLY(boolean _createToken) final voidANTLRLexer.mRPAREN(boolean _createToken) final voidANTLRTokdefLexer.mRPAREN(boolean _createToken) final voidANTLRLexer.mRULE_REF(boolean _createToken) final voidANTLRLexer.mSEMI(boolean _createToken) protected final voidANTLRLexer.mSL_COMMENT(boolean _createToken) final voidANTLRTokdefLexer.mSL_COMMENT(boolean _createToken) final voidANTLRLexer.mSTAR(boolean _createToken) final voidANTLRTokdefLexer.mSTRING(boolean _createToken) final voidANTLRLexer.mSTRING_LITERAL(boolean _createToken) final voidANTLRLexer.mTOKEN_REF(boolean _createToken) final voidANTLRLexer.mTREE_BEGIN(boolean _createToken) final voidANTLRLexer.mWILDCARD(boolean _createToken) final voidANTLRLexer.mWS(boolean _createToken) final voidANTLRTokdefLexer.mWS(boolean _createToken) protected final voidANTLRLexer.mWS_LOOP(boolean _createToken) protected final voidANTLRLexer.mWS_OPT(boolean _createToken) protected final voidANTLRLexer.mXDIGIT(boolean _createToken) protected final voidANTLRTokdefLexer.mXDIGIT(boolean _createToken) voidvoidvoidCharScanner.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 voidActionLexer.mACTION(boolean _createToken) protected final voidActionLexer.mARG(boolean _createToken) protected final voidActionLexer.mAST_CONSTRUCTOR(boolean _createToken) protected final voidActionLexer.mAST_CTOR_ELEMENT(boolean _createToken) The arguments of a #[...] constructor are text, token type, or a tree.protected final voidActionLexer.mAST_ITEM(boolean _createToken) protected final voidActionLexer.mCHAR(boolean _createToken) protected final voidActionLexer.mCOMMENT(boolean _createToken) protected final voidActionLexer.mDIGIT(boolean _createToken) protected final voidActionLexer.mESC(boolean _createToken) protected final voidActionLexer.mID(boolean _createToken) protected final booleanActionLexer.mID_ELEMENT(boolean _createToken) An ID_ELEMENT can be a func call, array ref, simple var, or AST label ref.protected final voidActionLexer.mINT(boolean _createToken) protected final voidActionLexer.mINT_OR_FLOAT(boolean _createToken) protected final voidActionLexer.mML_COMMENT(boolean _createToken) protected final voidActionLexer.mSL_COMMENT(boolean _createToken) protected final voidActionLexer.mSTRING(boolean _createToken) protected final voidActionLexer.mSTUFF(boolean _createToken) stuff in between #(...) and #id items Allow the escaping of the # for C preprocessor stuff.protected final voidActionLexer.mTEXT_ARG(boolean _createToken) protected final voidActionLexer.mTEXT_ARG_ELEMENT(boolean _createToken) protected final voidActionLexer.mTEXT_ARG_ID_ELEMENT(boolean _createToken) protected final voidActionLexer.mTEXT_ITEM(boolean _createToken) protected final voidActionLexer.mTREE(boolean _createToken) protected final voidActionLexer.mTREE_ELEMENT(boolean _createToken) protected final voidActionLexer.mVAR_ASSIGN(boolean _createToken) protected final voidActionLexer.mWS(boolean _createToken) -
Uses of CharStreamException in antlr.actions.csharp
Methods in antlr.actions.csharp that throw CharStreamExceptionModifier and TypeMethodDescriptionfinal voidActionLexer.mACTION(boolean _createToken) protected final voidActionLexer.mARG(boolean _createToken) protected final voidActionLexer.mAST_CONSTRUCTOR(boolean _createToken) protected final voidActionLexer.mAST_CTOR_ELEMENT(boolean _createToken) The arguments of a #[...] constructor are text, token type, or a tree.protected final voidActionLexer.mAST_ITEM(boolean _createToken) protected final voidActionLexer.mCHAR(boolean _createToken) protected final voidActionLexer.mCOMMENT(boolean _createToken) protected final voidActionLexer.mDIGIT(boolean _createToken) protected final voidActionLexer.mESC(boolean _createToken) protected final voidActionLexer.mID(boolean _createToken) protected final booleanActionLexer.mID_ELEMENT(boolean _createToken) An ID_ELEMENT can be a func call, array ref, simple var, or AST label ref.protected final voidActionLexer.mINT(boolean _createToken) protected final voidActionLexer.mINT_OR_FLOAT(boolean _createToken) protected final voidActionLexer.mML_COMMENT(boolean _createToken) protected final voidActionLexer.mSL_COMMENT(boolean _createToken) protected final voidActionLexer.mSTRING(boolean _createToken) protected final voidActionLexer.mSTUFF(boolean _createToken) stuff in between #(...) and #id items Allow the escaping of the # for C# preprocessor stuff.protected final voidActionLexer.mTEXT_ARG(boolean _createToken) protected final voidActionLexer.mTEXT_ARG_ELEMENT(boolean _createToken) protected final voidActionLexer.mTEXT_ARG_ID_ELEMENT(boolean _createToken) protected final voidActionLexer.mTEXT_ITEM(boolean _createToken) protected final voidActionLexer.mTREE(boolean _createToken) protected final voidActionLexer.mTREE_ELEMENT(boolean _createToken) protected final voidActionLexer.mVAR_ASSIGN(boolean _createToken) protected final voidActionLexer.mWS(boolean _createToken) -
Uses of CharStreamException in antlr.actions.java
Methods in antlr.actions.java that throw CharStreamExceptionModifier and TypeMethodDescriptionfinal voidActionLexer.mACTION(boolean _createToken) protected final voidActionLexer.mARG(boolean _createToken) protected final voidActionLexer.mAST_CONSTRUCTOR(boolean _createToken) protected final voidActionLexer.mAST_CTOR_ELEMENT(boolean _createToken) The arguments of a #[...] constructor are text, token type, or a tree.protected final voidActionLexer.mAST_ITEM(boolean _createToken) protected final voidActionLexer.mCHAR(boolean _createToken) protected final voidActionLexer.mCOMMENT(boolean _createToken) protected final voidActionLexer.mDIGIT(boolean _createToken) protected final voidActionLexer.mESC(boolean _createToken) protected final voidActionLexer.mID(boolean _createToken) protected final booleanActionLexer.mID_ELEMENT(boolean _createToken) An ID_ELEMENT can be a func call, array ref, simple var, or AST label ref.protected final voidActionLexer.mINT(boolean _createToken) protected final voidActionLexer.mINT_OR_FLOAT(boolean _createToken) protected final voidActionLexer.mML_COMMENT(boolean _createToken) protected final voidActionLexer.mSL_COMMENT(boolean _createToken) protected final voidActionLexer.mSTRING(boolean _createToken) protected final voidActionLexer.mSTUFF(boolean _createToken) protected final voidActionLexer.mTEXT_ARG(boolean _createToken) protected final voidActionLexer.mTEXT_ARG_ELEMENT(boolean _createToken) protected final voidActionLexer.mTEXT_ARG_ID_ELEMENT(boolean _createToken) protected final voidActionLexer.mTEXT_ITEM(boolean _createToken) protected final voidActionLexer.mTREE(boolean _createToken) protected final voidActionLexer.mTREE_ELEMENT(boolean _createToken) protected final voidActionLexer.mVAR_ASSIGN(boolean _createToken) protected final voidActionLexer.mWS(boolean _createToken) -
Uses of CharStreamException in antlr.actions.python
Methods in antlr.actions.python that throw CharStreamExceptionModifier and TypeMethodDescriptionfinal voidActionLexer.mACTION(boolean _createToken) final voidCodeLexer.mACTION(boolean _createToken) protected final voidActionLexer.mARG(boolean _createToken) protected final voidActionLexer.mAST_CONSTRUCTOR(boolean _createToken) protected final voidActionLexer.mAST_CTOR_ELEMENT(boolean _createToken) The arguments of a #[...] constructor are text, token type, or a tree.protected final voidActionLexer.mAST_ITEM(boolean _createToken) protected final voidActionLexer.mCHAR(boolean _createToken) protected final voidActionLexer.mCOMMENT(boolean _createToken) protected final voidCodeLexer.mCOMMENT(boolean _createToken) protected final voidActionLexer.mDIGIT(boolean _createToken) protected final voidActionLexer.mESC(boolean _createToken) protected final voidActionLexer.mID(boolean _createToken) protected final booleanActionLexer.mID_ELEMENT(boolean _createToken) An ID_ELEMENT can be a func call, array ref, simple var, or AST label ref.protected final voidActionLexer.mIGNWS(boolean _createToken) protected final voidCodeLexer.mIGNWS(boolean _createToken) protected final voidActionLexer.mINT(boolean _createToken) protected final voidActionLexer.mINT_OR_FLOAT(boolean _createToken) protected final voidActionLexer.mML_COMMENT(boolean _createToken) protected final voidCodeLexer.mML_COMMENT(boolean _createToken) protected final voidActionLexer.mSL_COMMENT(boolean _createToken) protected final voidCodeLexer.mSL_COMMENT(boolean _createToken) protected final voidActionLexer.mSTRING(boolean _createToken) protected final voidActionLexer.mSTUFF(boolean _createToken) protected final voidCodeLexer.mSTUFF(boolean _createToken) protected final voidActionLexer.mTEXT_ARG(boolean _createToken) protected final voidActionLexer.mTEXT_ARG_ELEMENT(boolean _createToken) protected final voidActionLexer.mTEXT_ARG_ID_ELEMENT(boolean _createToken) protected final voidActionLexer.mTEXT_ITEM(boolean _createToken) protected final voidActionLexer.mTREE(boolean _createToken) protected final voidActionLexer.mTREE_ELEMENT(boolean _createToken) protected final voidActionLexer.mVAR_ASSIGN(boolean _createToken) protected final voidActionLexer.mWS(boolean _createToken) -
Uses of CharStreamException in antlr.debug
Methods in antlr.debug that throw CharStreamExceptionModifier and TypeMethodDescriptionvoidDebuggingCharScanner.consume()voidDebuggingInputBuffer.fill(int a) charDebuggingCharScanner.LA(int i) charDebuggingInputBuffer.LA(int i) voidDebuggingCharScanner.match(char c) voidvoidvoidDebuggingCharScanner.matchNot(char c) voidDebuggingCharScanner.matchRange(char c1, char c2) -
Uses of CharStreamException in antlr.preprocessor
Methods in antlr.preprocessor that throw CharStreamExceptionModifier and TypeMethodDescriptionfinal voidPreprocessorLexer.mACTION(boolean _createToken) protected final voidPreprocessorLexer.mALT(boolean _createToken) final voidPreprocessorLexer.mARG_ACTION(boolean _createToken) final voidPreprocessorLexer.mASSIGN_RHS(boolean _createToken) final voidPreprocessorLexer.mBANG(boolean _createToken) final voidPreprocessorLexer.mCHAR_LITERAL(boolean _createToken) final voidPreprocessorLexer.mCOMMA(boolean _createToken) final voidPreprocessorLexer.mCOMMENT(boolean _createToken) protected final voidPreprocessorLexer.mCURLY_BLOCK_SCARF(boolean _createToken) protected final voidPreprocessorLexer.mDIGIT(boolean _createToken) protected final voidPreprocessorLexer.mELEMENT(boolean _createToken) protected final voidPreprocessorLexer.mESC(boolean _createToken) protected final voidPreprocessorLexer.mID(boolean _createToken) final voidPreprocessorLexer.mID_OR_KEYWORD(boolean _createToken) This rule picks off keywords in the lexer that need to be handled specially.final voidPreprocessorLexer.mLPAREN(boolean _createToken) protected final voidPreprocessorLexer.mML_COMMENT(boolean _createToken) protected final voidPreprocessorLexer.mNEWLINE(boolean _createToken) final voidPreprocessorLexer.mRCURLY(boolean _createToken) final voidPreprocessorLexer.mRPAREN(boolean _createToken) final voidPreprocessorLexer.mRULE_BLOCK(boolean _createToken) final voidPreprocessorLexer.mSEMI(boolean _createToken) protected final voidPreprocessorLexer.mSL_COMMENT(boolean _createToken) final voidPreprocessorLexer.mSTRING_LITERAL(boolean _createToken) final voidPreprocessorLexer.mSUBRULE_BLOCK(boolean _createToken) final voidPreprocessorLexer.mWS(boolean _createToken) protected final voidPreprocessorLexer.mXDIGIT(boolean _createToken)