public final class JavadocLexer extends de.hunsicker.antlr.CharScanner implements de.hunsicker.antlr.TokenStream, Lexer
This lexer has limited build-in error recovery which relies on the
generated token types mapping table (JavadocTokenTypes.txt).
Therefore it is a necessity to copy this file after every build into
the directory where the classfile comes to reside.
I strongly encourage you to automate this process as part of your Ant build script or whatever build tool you use.
Sample Usage:
// an input source Reader in = new BufferedReader(new FileReader(new File(argv[0]))); // create a lexer Lexer lexer = new JavadocLexer(); // set up the lexer to read from the input source lexer.setInputBuffer(in); // get the corresponding parser Parser parser = lexer.getParser(); // and start the parsing process parser.parse();
This is an ANTLR automated generated
file. DO NOT EDIT but rather change the associated grammar
(java.doc.g) and rebuild.
JavadocParser,
Recognizer| Constructor and Description |
|---|
JavadocLexer()
Creates a new JavadocLexer object.
|
JavadocLexer(de.hunsicker.antlr.InputBuffer ib) |
JavadocLexer(java.io.InputStream in) |
JavadocLexer(de.hunsicker.antlr.LexerSharedInputState state) |
JavadocLexer(java.io.Reader in) |
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
getFileFormat()
Returns the detected file format.
|
Parser |
getParser()
Returns the corresponding parser for this lexer.
|
int |
getTabSize()
Returns the current tab size.
|
protected de.hunsicker.antlr.Token |
makeToken(int t)
Creates a token of the given tpye.
|
void |
mAT(boolean _createToken) |
protected void |
mATTR(boolean _createToken) |
void |
mBR(boolean _createToken) |
void |
mC_TH_OR_TD(boolean _createToken) |
void |
mC_TR(boolean _createToken) |
void |
mCACRO(boolean _createToken) |
void |
mCADDRESS(boolean _createToken) |
void |
mCANCHOR(boolean _createToken) |
void |
mCBIG(boolean _createToken) |
void |
mCBOLD(boolean _createToken) |
void |
mCBQUOTE(boolean _createToken) |
void |
mCCAP(boolean _createToken) |
void |
mCCENTER(boolean _createToken) |
void |
mCCITE(boolean _createToken) |
void |
mCCODE(boolean _createToken) |
void |
mCDDEF(boolean _createToken) |
void |
mCDFN(boolean _createToken) |
void |
mCDIR_OR_CDIV(boolean _createToken) |
void |
mCDLIST(boolean _createToken) |
void |
mCDTERM(boolean _createToken) |
void |
mCEM(boolean _createToken) |
void |
mCFONT(boolean _createToken) |
void |
mCH1(boolean _createToken) |
void |
mCH2(boolean _createToken) |
void |
mCH3(boolean _createToken) |
void |
mCH4(boolean _createToken) |
void |
mCH5(boolean _createToken) |
void |
mCH6(boolean _createToken) |
void |
mCITALIC(boolean _createToken) |
void |
mCKBD(boolean _createToken) |
void |
mCLITEM(boolean _createToken) |
void |
mCOLIST(boolean _createToken) |
protected void |
mCOMMENT_DATA(boolean _createToken) |
void |
mCOMMENT(boolean _createToken) |
void |
mCPARA(boolean _createToken) |
void |
mCSAMP(boolean _createToken) |
void |
mCSMALL(boolean _createToken) |
void |
mCSTRIKE_OR_CSTRONG(boolean _createToken) |
void |
mCSUB_OR_CSUP(boolean _createToken) |
void |
mCTABLE(boolean _createToken) |
void |
mCTTYPE(boolean _createToken) |
void |
mCULIST(boolean _createToken) |
void |
mCUNDER(boolean _createToken) |
void |
mCVAR(boolean _createToken) |
protected void |
mDIGIT(boolean _createToken) |
protected void |
mHEXDIGIT(boolean _createToken) |
protected void |
mHEXINT(boolean _createToken) |
protected void |
mHEXNUM(boolean _createToken) |
void |
mHR(boolean _createToken) |
void |
mIMG(boolean _createToken) |
protected void |
mINT(boolean _createToken) |
void |
mJAVADOC_CLOSE(boolean _createToken) |
void |
mJAVADOC_OPEN(boolean _createToken) |
protected void |
mLCLETTER(boolean _createToken) |
void |
mLCURLY(boolean _createToken) |
protected void |
mNEWLINE(boolean _createToken) |
void |
mO_TH_OR_TD(boolean _createToken) |
void |
mO_TR(boolean _createToken) |
void |
mOACRO(boolean _createToken) |
void |
mOADDRESS(boolean _createToken) |
void |
mOANCHOR(boolean _createToken) |
void |
mOBIG(boolean _createToken) |
void |
mOBOLD(boolean _createToken) |
void |
mOBQUOTE(boolean _createToken) |
void |
mOCAP(boolean _createToken) |
void |
mOCENTER(boolean _createToken) |
void |
mOCITE(boolean _createToken) |
void |
mOCODE(boolean _createToken) |
void |
mODDEF(boolean _createToken) |
void |
mODFN(boolean _createToken) |
void |
mODIR(boolean _createToken) |
void |
mODIV(boolean _createToken) |
void |
mODLIST(boolean _createToken) |
void |
mODTERM(boolean _createToken) |
void |
mOEM(boolean _createToken) |
void |
mOFONT(boolean _createToken) |
void |
mOH1(boolean _createToken) |
void |
mOH2(boolean _createToken) |
void |
mOH3(boolean _createToken) |
void |
mOH4(boolean _createToken) |
void |
mOH5(boolean _createToken) |
void |
mOH6(boolean _createToken) |
void |
mOITALIC(boolean _createToken) |
void |
mOKBD(boolean _createToken) |
void |
mOLITEM(boolean _createToken) |
void |
mOOLIST(boolean _createToken) |
void |
mOPARA(boolean _createToken) |
void |
mOSAMP(boolean _createToken) |
void |
mOSMALL(boolean _createToken) |
void |
mOSTRIKE_OR_OSTRONG(boolean _createToken) |
void |
mOSUB(boolean _createToken) |
void |
mOSUP(boolean _createToken) |
void |
mOTABLE(boolean _createToken) |
void |
mOTTYPE(boolean _createToken) |
void |
mOULIST(boolean _createToken) |
void |
mOUNDER(boolean _createToken) |
void |
mOVAR(boolean _createToken) |
void |
mPCDATA(boolean _createToken) |
void |
mPRE(boolean _createToken) |
void |
mRCURLY(boolean _createToken) |
protected void |
mSPECIAL(boolean _createToken) |
void |
mSTAR(boolean _createToken) |
protected void |
mSTRING(boolean _createToken) |
void |
mTAG(boolean _createToken) |
protected void |
mWORD(boolean _createToken) |
protected void |
mWS(boolean _createToken) |
void |
newline()
Inserts a newline.
|
void |
newline(boolean skipAllLeadingWhitespace)
Inserts a newline.
|
de.hunsicker.antlr.Token |
nextToken() |
void |
panic()
Reports a fatal error.
|
void |
panic(java.lang.String message)
Reports a fatal error.
|
void |
reportError(de.hunsicker.antlr.RecognitionException ex)
Reports the given error.
|
void |
reportError(java.lang.String message)
Reports the given error.
|
void |
reportWarning(java.lang.String message)
Reports the given warning.
|
void |
reset()
Resets the lexer.
|
void |
setInputBuffer(de.hunsicker.antlr.InputBuffer buf)
Sets the input buffer to use.
|
void |
setInputBuffer(java.io.Reader in)
Sets the input buffer to use.
|
void |
setTabSize(int size)
Sets the tab size to use.
|
void |
setTokenObjectClass(java.lang.String clazz)
Sets the class to use for tokens.
|
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getText, getTokenObject, LA, mark, match, match, match, matchNot, matchRange, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setText, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOFclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumn, getFilename, getLine, setColumn, setFilename, setLinepublic JavadocLexer()
setInputBuffer(Reader)
to set up the input buffer.public JavadocLexer(java.io.InputStream in)
public JavadocLexer(java.io.Reader in)
public JavadocLexer(de.hunsicker.antlr.InputBuffer ib)
public JavadocLexer(de.hunsicker.antlr.LexerSharedInputState state)
public Parser getParser()
Lexerpublic void panic()
panic in class de.hunsicker.antlr.CharScannerpublic void panic(java.lang.String message)
panic in class de.hunsicker.antlr.CharScannermessage - the error message.public void reportError(de.hunsicker.antlr.RecognitionException ex)
reportError in class de.hunsicker.antlr.CharScannerex - exception which caused the error.public void reportError(java.lang.String message)
reportError in class de.hunsicker.antlr.CharScannermessage - error message.public void reportWarning(java.lang.String message)
reportWarning in class de.hunsicker.antlr.CharScannermessage - warning message.public FileFormat getFileFormat()
getFileFormat in interface Lexerpublic void setTokenObjectClass(java.lang.String clazz)
setTokenObjectClass in class de.hunsicker.antlr.CharScannerclazz - a qualified class name.public void setInputBuffer(de.hunsicker.antlr.InputBuffer buf)
buf - buffer to read from.public void setInputBuffer(java.io.Reader in)
setInputBuffer in interface Lexerin - reader to read from.public void reset()
reset in interface LexersetInputBuffer(de.hunsicker.antlr.InputBuffer)protected de.hunsicker.antlr.Token makeToken(int t)
makeToken in class de.hunsicker.antlr.CharScannert - type of the token.public int getTabSize()
getTabSize in class de.hunsicker.antlr.CharScannerpublic void setTabSize(int size)
setTabSize in class de.hunsicker.antlr.CharScannersize - tab size to use.public void newline()
newline in class de.hunsicker.antlr.CharScannermakeToken(int)public void newline(boolean skipAllLeadingWhitespace)
skipAllLeadingWhitespace - if true, all leading
whitespace until the last space before the first word will be
removed; if false only whitespace until and
inclusive a leading asterix will be removed.makeToken(int)public de.hunsicker.antlr.Token nextToken()
throws de.hunsicker.antlr.TokenStreamException
nextToken in interface de.hunsicker.antlr.TokenStreamnextToken in class de.hunsicker.antlr.CharScannerde.hunsicker.antlr.TokenStreamExceptionpublic final void mOH1(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mWS(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mATTR(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCH1(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOH2(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCH2(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOH3(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCH3(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOH4(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCH4(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOH5(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCH5(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOH6(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCH6(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOADDRESS(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mNEWLINE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCADDRESS(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOPARA(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCPARA(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOULIST(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCULIST(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOOLIST(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCOLIST(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOLITEM(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCLITEM(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mODLIST(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCDLIST(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mODTERM(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCDTERM(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mODDEF(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCDDEF(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mODIR(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCDIR_OR_CDIV(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mODIV(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOCENTER(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCCENTER(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOBQUOTE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCBQUOTE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mHR(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOTABLE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCTABLE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOCAP(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCCAP(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mO_TR(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mC_TR(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mO_TH_OR_TD(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mC_TH_OR_TD(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOTTYPE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCTTYPE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOCODE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCCODE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOITALIC(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCITALIC(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOBOLD(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCBOLD(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOUNDER(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCUNDER(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOSTRIKE_OR_OSTRONG(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCSTRIKE_OR_CSTRONG(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOBIG(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCBIG(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOSMALL(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCSMALL(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOSUB(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOSUP(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCSUB_OR_CSUP(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOEM(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCEM(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mODFN(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCDFN(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOSAMP(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCSAMP(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOKBD(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCKBD(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOVAR(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCVAR(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOCITE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCCITE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOACRO(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCACRO(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOANCHOR(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCANCHOR(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mIMG(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mOFONT(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCFONT(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mBR(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mSTAR(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mTAG(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mAT(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mLCLETTER(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mJAVADOC_OPEN(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mJAVADOC_CLOSE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mRCURLY(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mLCURLY(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mPRE(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mPCDATA(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mCOMMENT_DATA(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionpublic final void mCOMMENT(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mWORD(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mINT(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mSTRING(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mHEXNUM(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mDIGIT(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mSPECIAL(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mHEXINT(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamExceptionprotected final void mHEXDIGIT(boolean _createToken)
throws de.hunsicker.antlr.RecognitionException,
de.hunsicker.antlr.CharStreamException,
de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionExceptionde.hunsicker.antlr.CharStreamExceptionde.hunsicker.antlr.TokenStreamException
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013