MINI SHELL

Server : Apache/2.2.2 (Fedora)
System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686
User : apache ( 48)
PHP Version : 5.2.9
Disable Function : NONE
Directory :  /usr/share/javadoc/antlr-2.7.4/antlr/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/javadoc/antlr-2.7.4/antlr/CharStreamException-uses.html
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE html PUBLIC "-//gnu.org///DTD XHTML 1.1 plus Target 1.0//EN" "../resources/xhtml11-target10.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>CharStreamException (antlr Javadoc)</title><script src="../resources/gjdoc.js" type="text/javascript"><!-- this comment required for konqueror 3.2.2 --></script><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"/><meta name="generator" content="GNU Gjdoc Standard Doclet"/><link rel="stylesheet" type="text/css" href="../resources/gjdochtml-clean-layout.css" title="GNU Clean"/><link rel="stylesheet" type="text/css" href="../resources/gjdochtml-clean-color1.css" title="GNU Clean"/></head><body class="content uses" onload="if(parent.contentPageLoaded)parent.contentPageLoaded(document.title)"><table class="navbar div top"><tr><td class="navbar div top"><div class="navbar div top"><span class="navbar item enabled"><a href="../overview-summary.html">Overview</a></span> <span class="navbar item enabled"><a href="package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="CharStreamException.html">Class</a></span> <span class="navbar item active">Use</span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item enabled"><a href="../alphaindex-1.html">Index</a></span> <span class="navbar item enabled"><a href="../deprecated.html">Deprecated</a></span> <span class="navbar item enabled"><a href="../about.html">About</a></span></div></td></tr><tr><td class="navi"></td><td class="navi"><a href="../index.html" title="Show in a frameset" target="_top">Frames</a> | <a href="CharStreamException-uses.html" title="Show without frames" target="_top">No Frames</a> </td></tr></table><h1 class="usage title">Uses of Class antlr.CharStreamException</h1><h2 class="usage package title">Uses in package antlr.debug</h2><table class="usage summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h3 class="table header">Methods which throw type antlr.CharStreamException</h3></td></tr><tr><td class="left">char</td><td class="right"><div class="synopsis"><a href="../antlr/debug/DebuggingCharScanner.html" title="Class in antlr.debug">DebuggingCharScanner</a>.<a href="../antlr/debug/DebuggingCharScanner.html#LA(int)">LA</a>(int&nbsp;i)</div><div class="description"></div></td></tr><tr><td class="left">char</td><td class="right"><div class="synopsis"><a href="../antlr/debug/DebuggingInputBuffer.html" title="Class in antlr.debug">DebuggingInputBuffer</a>.<a href="../antlr/debug/DebuggingInputBuffer.html#LA(int)">LA</a>(int&nbsp;i)</div><div class="description">Get a lookahead character </div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/debug/DebuggingCharScanner.html" title="Class in antlr.debug">DebuggingCharScanner</a>.<a href="../antlr/debug/DebuggingCharScanner.html#consume()">consume</a>()</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/debug/DebuggingInputBuffer.html" title="Class in antlr.debug">DebuggingInputBuffer</a>.<a href="../antlr/debug/DebuggingInputBuffer.html#fill(int)">fill</a>(int&nbsp;a)</div><div class="description">Ensure that the input buffer is sufficiently full </div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/debug/DebuggingCharScanner.html" title="Class in antlr.debug">DebuggingCharScanner</a>.<a href="../antlr/debug/DebuggingCharScanner.html#match(String)">match</a>(String&nbsp;s)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/debug/DebuggingCharScanner.html" title="Class in antlr.debug">DebuggingCharScanner</a>.<a href="../antlr/debug/DebuggingCharScanner.html#match(antlr.collections.impl.BitSet)">match</a>(<a href="../antlr/collections/impl/BitSet.html" title="Class in antlr.collections.impl">BitSet</a>&nbsp;b)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/debug/DebuggingCharScanner.html" title="Class in antlr.debug">DebuggingCharScanner</a>.<a href="../antlr/debug/DebuggingCharScanner.html#match(char)">match</a>(char&nbsp;c)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/debug/DebuggingCharScanner.html" title="Class in antlr.debug">DebuggingCharScanner</a>.<a href="../antlr/debug/DebuggingCharScanner.html#matchNot(char)">matchNot</a>(char&nbsp;c)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/debug/DebuggingCharScanner.html" title="Class in antlr.debug">DebuggingCharScanner</a>.<a href="../antlr/debug/DebuggingCharScanner.html#matchRange(char,char)">matchRange</a>(char&nbsp;c1, char&nbsp;c2)</div><div class="description"></div></td></tr></table><h2 class="usage package title">Uses in package antlr.actions.csharp</h2><table class="usage summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h3 class="table header">Methods which throw type antlr.CharStreamException</h3></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mACTION(boolean)">mACTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mARG(boolean)">mARG</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mAST_CONSTRUCTOR(boolean)">mAST_CONSTRUCTOR</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mAST_CTOR_ELEMENT(boolean)">mAST_CTOR_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description">The arguments of a #[...] constructor are text, token type,
  or a tree.</div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mAST_ITEM(boolean)">mAST_ITEM</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mCHAR(boolean)">mCHAR</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mCOMMENT(boolean)">mCOMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mDIGIT(boolean)">mDIGIT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mESC(boolean)">mESC</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mID(boolean)">mID</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">boolean</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mID_ELEMENT(boolean)">mID_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description">An ID_ELEMENT can be a func call, array ref, simple var,
  or AST label ref.</div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mINT(boolean)">mINT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mINT_OR_FLOAT(boolean)">mINT_OR_FLOAT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mML_COMMENT(boolean)">mML_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mSL_COMMENT(boolean)">mSL_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mSTRING(boolean)">mSTRING</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mSTUFF(boolean)">mSTUFF</a>(boolean&nbsp;_createToken)</div><div class="description">stuff in between #(...) and #id items
 Allow the escaping of the # for C# preprocessor stuff.</div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mTEXT_ARG(boolean)">mTEXT_ARG</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mTEXT_ARG_ELEMENT(boolean)">mTEXT_ARG_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mTEXT_ARG_ID_ELEMENT(boolean)">mTEXT_ARG_ID_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mTEXT_ITEM(boolean)">mTEXT_ITEM</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mTREE(boolean)">mTREE</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mTREE_ELEMENT(boolean)">mTREE_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mVAR_ASSIGN(boolean)">mVAR_ASSIGN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/csharp/ActionLexer.html" title="Class in antlr.actions.csharp">ActionLexer</a>.<a href="../antlr/actions/csharp/ActionLexer.html#mWS(boolean)">mWS</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr></table><h2 class="usage package title">Uses in package antlr.preprocessor</h2><table class="usage summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h3 class="table header">Methods which throw type antlr.CharStreamException</h3></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mACTION(boolean)">mACTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mALT(boolean)">mALT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mARG_ACTION(boolean)">mARG_ACTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mASSIGN_RHS(boolean)">mASSIGN_RHS</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mBANG(boolean)">mBANG</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mCHAR_LITERAL(boolean)">mCHAR_LITERAL</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mCOMMA(boolean)">mCOMMA</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mCOMMENT(boolean)">mCOMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mCURLY_BLOCK_SCARF(boolean)">mCURLY_BLOCK_SCARF</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mDIGIT(boolean)">mDIGIT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mELEMENT(boolean)">mELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mESC(boolean)">mESC</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mID(boolean)">mID</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mID_OR_KEYWORD(boolean)">mID_OR_KEYWORD</a>(boolean&nbsp;_createToken)</div><div class="description">This rule picks off keywords in the lexer that need to be
  handled specially.</div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mLPAREN(boolean)">mLPAREN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mML_COMMENT(boolean)">mML_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mNEWLINE(boolean)">mNEWLINE</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mRCURLY(boolean)">mRCURLY</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mRPAREN(boolean)">mRPAREN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mRULE_BLOCK(boolean)">mRULE_BLOCK</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mSEMI(boolean)">mSEMI</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mSL_COMMENT(boolean)">mSL_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mSTRING_LITERAL(boolean)">mSTRING_LITERAL</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mSUBRULE_BLOCK(boolean)">mSUBRULE_BLOCK</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mWS(boolean)">mWS</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/preprocessor/PreprocessorLexer.html" title="Class in antlr.preprocessor">PreprocessorLexer</a>.<a href="../antlr/preprocessor/PreprocessorLexer.html#mXDIGIT(boolean)">mXDIGIT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr></table><h2 class="usage package title">Uses in package antlr.actions.cpp</h2><table class="usage summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h3 class="table header">Methods which throw type antlr.CharStreamException</h3></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mACTION(boolean)">mACTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mARG(boolean)">mARG</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mAST_CONSTRUCTOR(boolean)">mAST_CONSTRUCTOR</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mAST_CTOR_ELEMENT(boolean)">mAST_CTOR_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description">The arguments of a #[...] constructor are text, token type,
  or a tree.</div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mAST_ITEM(boolean)">mAST_ITEM</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mCHAR(boolean)">mCHAR</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mCOMMENT(boolean)">mCOMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mDIGIT(boolean)">mDIGIT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mESC(boolean)">mESC</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mID(boolean)">mID</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">boolean</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mID_ELEMENT(boolean)">mID_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description">An ID_ELEMENT can be a func call, array ref, simple var,
  or AST label ref.</div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mINT(boolean)">mINT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mINT_OR_FLOAT(boolean)">mINT_OR_FLOAT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mML_COMMENT(boolean)">mML_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mSL_COMMENT(boolean)">mSL_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mSTRING(boolean)">mSTRING</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mSTUFF(boolean)">mSTUFF</a>(boolean&nbsp;_createToken)</div><div class="description">stuff in between #(...) and #id items
 Allow the escaping of the # for C preprocessor stuff.</div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mTEXT_ARG(boolean)">mTEXT_ARG</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mTEXT_ARG_ELEMENT(boolean)">mTEXT_ARG_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mTEXT_ARG_ID_ELEMENT(boolean)">mTEXT_ARG_ID_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mTEXT_ITEM(boolean)">mTEXT_ITEM</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mTREE(boolean)">mTREE</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mTREE_ELEMENT(boolean)">mTREE_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mVAR_ASSIGN(boolean)">mVAR_ASSIGN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/cpp/ActionLexer.html" title="Class in antlr.actions.cpp">ActionLexer</a>.<a href="../antlr/actions/cpp/ActionLexer.html#mWS(boolean)">mWS</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr></table><h2 class="usage package title">Uses in package antlr</h2><table class="usage summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h3 class="table header">Classes derived from antlr.CharStreamException</h3></td></tr><tr><td class="left">class</td><td class="right"><div class="synopsis"><a href="../antlr/CharStreamIOException.html" title="Class in antlr">CharStreamIOException</a></div><div class="description"> Wrap an IOException in a CharStreamException
</div></td></tr></table><table class="usage summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h3 class="table header">Methods which throw type antlr.CharStreamException</h3></td></tr><tr><td class="left">char</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#LA(int)">LA</a>(int&nbsp;i)</div><div class="description"></div></td></tr><tr><td class="left">char</td><td class="right"><div class="synopsis"><a href="../antlr/InputBuffer.html" title="Class in antlr">InputBuffer</a>.<a href="../antlr/InputBuffer.html#LA(int)">LA</a>(int&nbsp;i)</div><div class="description">Get a lookahead character </div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#consume()">consume</a>()</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#consumeUntil(antlr.collections.impl.BitSet)">consumeUntil</a>(<a href="../antlr/collections/impl/BitSet.html" title="Class in antlr.collections.impl">BitSet</a>&nbsp;set)</div><div class="description">Consume chars until one matches the given set </div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#consumeUntil(int)">consumeUntil</a>(int&nbsp;c)</div><div class="description">Consume chars until one matches the given char </div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ByteBuffer.html" title="Class in antlr">ByteBuffer</a>.<a href="../antlr/ByteBuffer.html#fill(int)">fill</a>(int&nbsp;amount)</div><div class="description">Ensure that the character buffer is sufficiently full </div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharBuffer.html" title="Class in antlr">CharBuffer</a>.<a href="../antlr/CharBuffer.html#fill(int)">fill</a>(int&nbsp;amount)</div><div class="description">Ensure that the character buffer is sufficiently full </div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/InputBuffer.html" title="Class in antlr">InputBuffer</a>.<a href="../antlr/InputBuffer.html#fill(int)">fill</a>(int&nbsp;amount)</div><div class="description">Ensure that the input buffer is sufficiently full </div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mACTION(boolean)">mACTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mARG_ACTION(boolean)">mARG_ACTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mASSIGN(boolean)">mASSIGN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mASSIGN(boolean)">mASSIGN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mBANG(boolean)">mBANG</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mCARET(boolean)">mCARET</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mCHAR_LITERAL(boolean)">mCHAR_LITERAL</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mCLOSE_ELEMENT_OPTION(boolean)">mCLOSE_ELEMENT_OPTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mCOLON(boolean)">mCOLON</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mCOMMA(boolean)">mCOMMA</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mCOMMENT(boolean)">mCOMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mDIGIT(boolean)">mDIGIT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mDIGIT(boolean)">mDIGIT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mESC(boolean)">mESC</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mESC(boolean)">mESC</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mID(boolean)">mID</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mIMPLIES(boolean)">mIMPLIES</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mINT(boolean)">mINT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mINT(boolean)">mINT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">int</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mINTERNAL_RULE_REF(boolean)">mINTERNAL_RULE_REF</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mLPAREN(boolean)">mLPAREN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mLPAREN(boolean)">mLPAREN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mML_COMMENT(boolean)">mML_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mML_COMMENT(boolean)">mML_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mNESTED_ACTION(boolean)">mNESTED_ACTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mNESTED_ARG_ACTION(boolean)">mNESTED_ARG_ACTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mNOT_OP(boolean)">mNOT_OP</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mOPEN_ELEMENT_OPTION(boolean)">mOPEN_ELEMENT_OPTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mOR(boolean)">mOR</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mPLUS(boolean)">mPLUS</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mQUESTION(boolean)">mQUESTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mRANGE(boolean)">mRANGE</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mRCURLY(boolean)">mRCURLY</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mRPAREN(boolean)">mRPAREN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mRPAREN(boolean)">mRPAREN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mRULE_REF(boolean)">mRULE_REF</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mSEMI(boolean)">mSEMI</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mSL_COMMENT(boolean)">mSL_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mSL_COMMENT(boolean)">mSL_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mSTAR(boolean)">mSTAR</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mSTRING(boolean)">mSTRING</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mSTRING_LITERAL(boolean)">mSTRING_LITERAL</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mTOKEN_REF(boolean)">mTOKEN_REF</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mTREE_BEGIN(boolean)">mTREE_BEGIN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mWILDCARD(boolean)">mWILDCARD</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mWS(boolean)">mWS</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mWS(boolean)">mWS</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mWS_LOOP(boolean)">mWS_LOOP</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mWS_OPT(boolean)">mWS_OPT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRLexer.html" title="Class in antlr">ANTLRLexer</a>.<a href="../antlr/ANTLRLexer.html#mXDIGIT(boolean)">mXDIGIT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/ANTLRTokdefLexer.html" title="Class in antlr">ANTLRTokdefLexer</a>.<a href="../antlr/ANTLRTokdefLexer.html#mXDIGIT(boolean)">mXDIGIT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#match(String)">match</a>(String&nbsp;s)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#match(antlr.collections.impl.BitSet)">match</a>(<a href="../antlr/collections/impl/BitSet.html" title="Class in antlr.collections.impl">BitSet</a>&nbsp;b)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#match(char)">match</a>(char&nbsp;c)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#matchNot(char)">matchNot</a>(char&nbsp;c)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#matchRange(char,char)">matchRange</a>(char&nbsp;c1, char&nbsp;c2)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#traceIn(String)">traceIn</a>(String&nbsp;rname)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#traceOut(String)">traceOut</a>(String&nbsp;rname)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/CharScanner.html" title="Class in antlr">CharScanner</a>.<a href="../antlr/CharScanner.html#uponEOF()">uponEOF</a>()</div><div class="description">This method is called by YourLexer.nextToken() when the lexer has
  hit EOF condition.</div></td></tr></table><h2 class="usage package title">Uses in package antlr.actions.java</h2><table class="usage summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h3 class="table header">Methods which throw type antlr.CharStreamException</h3></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mACTION(boolean)">mACTION</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mARG(boolean)">mARG</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mAST_CONSTRUCTOR(boolean)">mAST_CONSTRUCTOR</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mAST_CTOR_ELEMENT(boolean)">mAST_CTOR_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description">The arguments of a #[...] constructor are text, token type,
  or a tree.</div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mAST_ITEM(boolean)">mAST_ITEM</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mCHAR(boolean)">mCHAR</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mCOMMENT(boolean)">mCOMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mDIGIT(boolean)">mDIGIT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mESC(boolean)">mESC</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mID(boolean)">mID</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">boolean</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mID_ELEMENT(boolean)">mID_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description">An ID_ELEMENT can be a func call, array ref, simple var,
  or AST label ref.</div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mINT(boolean)">mINT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mINT_OR_FLOAT(boolean)">mINT_OR_FLOAT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mML_COMMENT(boolean)">mML_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mSL_COMMENT(boolean)">mSL_COMMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mSTRING(boolean)">mSTRING</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mSTUFF(boolean)">mSTUFF</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mTEXT_ARG(boolean)">mTEXT_ARG</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mTEXT_ARG_ELEMENT(boolean)">mTEXT_ARG_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mTEXT_ARG_ID_ELEMENT(boolean)">mTEXT_ARG_ID_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mTEXT_ITEM(boolean)">mTEXT_ITEM</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mTREE(boolean)">mTREE</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mTREE_ELEMENT(boolean)">mTREE_ELEMENT</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mVAR_ASSIGN(boolean)">mVAR_ASSIGN</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr><tr><td class="left">void</td><td class="right"><div class="synopsis"><a href="../antlr/actions/java/ActionLexer.html" title="Class in antlr.actions.java">ActionLexer</a>.<a href="../antlr/actions/java/ActionLexer.html#mWS(boolean)">mWS</a>(boolean&nbsp;_createToken)</div><div class="description"></div></td></tr></table><p class="navbar bottom spacer"> </p><table class="navbar div bottom"><tr><td><div class="navbar div top"><span class="navbar item enabled"><a href="../overview-summary.html">Overview</a></span> <span class="navbar item enabled"><a href="package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="CharStreamException.html">Class</a></span> <span class="navbar item active">Use</span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item enabled"><a href="../alphaindex-1.html">Index</a></span> <span class="navbar item enabled"><a href="../deprecated.html">Deprecated</a></span> <span class="navbar item enabled"><a href="../about.html">About</a></span></div></td></tr></table></body></html>

Anon7 - 2021