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, uponEOF
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumn, getFilename, getLine, setColumn, setFilename, setLine
public 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()
Lexer
public void panic()
panic
in class de.hunsicker.antlr.CharScanner
public void panic(java.lang.String message)
panic
in class de.hunsicker.antlr.CharScanner
message
- the error message.public void reportError(de.hunsicker.antlr.RecognitionException ex)
reportError
in class de.hunsicker.antlr.CharScanner
ex
- exception which caused the error.public void reportError(java.lang.String message)
reportError
in class de.hunsicker.antlr.CharScanner
message
- error message.public void reportWarning(java.lang.String message)
reportWarning
in class de.hunsicker.antlr.CharScanner
message
- warning message.public FileFormat getFileFormat()
getFileFormat
in interface Lexer
public void setTokenObjectClass(java.lang.String clazz)
setTokenObjectClass
in class de.hunsicker.antlr.CharScanner
clazz
- 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 Lexer
in
- reader to read from.public void reset()
reset
in interface Lexer
setInputBuffer(de.hunsicker.antlr.InputBuffer)
protected de.hunsicker.antlr.Token makeToken(int t)
makeToken
in class de.hunsicker.antlr.CharScanner
t
- type of the token.public int getTabSize()
getTabSize
in class de.hunsicker.antlr.CharScanner
public void setTabSize(int size)
setTabSize
in class de.hunsicker.antlr.CharScanner
size
- tab size to use.public void newline()
newline
in class de.hunsicker.antlr.CharScanner
makeToken(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.TokenStream
nextToken
in class de.hunsicker.antlr.CharScanner
de.hunsicker.antlr.TokenStreamException
public final void mOH1(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mWS(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mATTR(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCH1(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOH2(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCH2(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOH3(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCH3(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOH4(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCH4(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOH5(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCH5(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOH6(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCH6(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOADDRESS(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mNEWLINE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCADDRESS(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOPARA(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCPARA(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOULIST(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCULIST(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOOLIST(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCOLIST(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOLITEM(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCLITEM(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mODLIST(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCDLIST(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mODTERM(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCDTERM(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mODDEF(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCDDEF(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mODIR(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCDIR_OR_CDIV(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mODIV(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOCENTER(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCCENTER(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOBQUOTE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCBQUOTE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mHR(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOTABLE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCTABLE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOCAP(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCCAP(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mO_TR(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mC_TR(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mO_TH_OR_TD(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mC_TH_OR_TD(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOTTYPE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCTTYPE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOCODE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCCODE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOITALIC(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCITALIC(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOBOLD(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCBOLD(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOUNDER(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCUNDER(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOSTRIKE_OR_OSTRONG(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCSTRIKE_OR_CSTRONG(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOBIG(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCBIG(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOSMALL(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCSMALL(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOSUB(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOSUP(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCSUB_OR_CSUP(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOEM(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCEM(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mODFN(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCDFN(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOSAMP(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCSAMP(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOKBD(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCKBD(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOVAR(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCVAR(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOCITE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCCITE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOACRO(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCACRO(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOANCHOR(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCANCHOR(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mIMG(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mOFONT(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCFONT(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mBR(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mSTAR(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mTAG(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mAT(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mLCLETTER(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mJAVADOC_OPEN(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mJAVADOC_CLOSE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mRCURLY(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mLCURLY(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mPRE(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mPCDATA(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mCOMMENT_DATA(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
public final void mCOMMENT(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mWORD(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mINT(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mSTRING(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mHEXNUM(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mDIGIT(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mSPECIAL(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mHEXINT(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
protected final void mHEXDIGIT(boolean _createToken) throws de.hunsicker.antlr.RecognitionException, de.hunsicker.antlr.CharStreamException, de.hunsicker.antlr.TokenStreamException
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013