Jalopy 1.0b11

de.hunsicker.jalopy.language
Class JavadocLexer

java.lang.Object
  extended byde.hunsicker.antlr.CharScanner
      extended byde.hunsicker.jalopy.language.JavadocLexer
All Implemented Interfaces:
Lexer, de.hunsicker.antlr.TokenStream

public final class JavadocLexer
extends de.hunsicker.antlr.CharScanner
implements de.hunsicker.antlr.TokenStream, Lexer

Token lexer for the Javadoc parser.

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.

Version:
1.0
Author:
Marco Hunsicker
See Also:
JavadocParser, Recognizer

Field Summary
 
Fields inherited from class de.hunsicker.antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
 
Constructor Summary
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)
           
 
Method Summary
 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.
 
Methods inherited from class de.hunsicker.antlr.CharScanner
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.hunsicker.jalopy.language.Lexer
getColumn, getFilename, getLine, setColumn, setFilename, setLine
 

Constructor Detail

JavadocLexer

public JavadocLexer()
Creates a new JavadocLexer object. Use setInputBuffer(Reader) to set up the input buffer.


JavadocLexer

public JavadocLexer(java.io.InputStream in)

JavadocLexer

public JavadocLexer(java.io.Reader in)

JavadocLexer

public JavadocLexer(de.hunsicker.antlr.InputBuffer ib)

JavadocLexer

public JavadocLexer(de.hunsicker.antlr.LexerSharedInputState state)
Method Detail

getParser

public Parser getParser()
Description copied from interface: Lexer
Returns the corresponding parser for this lexer.

Specified by:
getParser in interface Lexer
Returns:
corresponding parser.

panic

public void panic()
Reports a fatal error.


panic

public void panic(java.lang.String message)
Reports a fatal error.

Parameters:
message - the error message.

reportError

public void reportError(de.hunsicker.antlr.RecognitionException ex)
Reports the given error.

Parameters:
ex - exception which caused the error.

reportError

public void reportError(java.lang.String message)
Reports the given error.

Parameters:
message - error message.

reportWarning

public void reportWarning(java.lang.String message)
Reports the given warning.

Parameters:
message - warning message.

getFileFormat

public FileFormat getFileFormat()
Returns the detected file format.

Specified by:
getFileFormat in interface Lexer
Returns:
The detected file format.

setTokenObjectClass

public void setTokenObjectClass(java.lang.String clazz)
Sets the class to use for tokens.

Parameters:
clazz - a qualified class name.

setInputBuffer

public void setInputBuffer(de.hunsicker.antlr.InputBuffer buf)
Sets the input buffer to use.

Parameters:
buf - buffer to read from.

setInputBuffer

public void setInputBuffer(java.io.Reader in)
Sets the input buffer to use.

Specified by:
setInputBuffer in interface Lexer
Parameters:
in - reader to read from.

reset

public void reset()
Resets the lexer. Remember that you have to set up the input buffer before start parsing again.

Specified by:
reset in interface Lexer
See Also:
setInputBuffer(de.hunsicker.antlr.InputBuffer)

makeToken

protected de.hunsicker.antlr.Token makeToken(int t)
Creates a token of the given tpye.

Parameters:
t - type of the token.

getTabSize

public int getTabSize()
Returns the current tab size.

Returns:
current tab size;

setTabSize

public void setTabSize(int size)
Sets the tab size to use.

Parameters:
size - tab size to use.

newline

public void newline()
Inserts a newline. Skips all leading whitespace until the last space before the first word.

See Also:
makeToken(int)

newline

public void newline(boolean skipAllLeadingWhitespace)
Inserts a newline.

Parameters:
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.
See Also:
makeToken(int)

nextToken

public de.hunsicker.antlr.Token nextToken()
                                   throws de.hunsicker.antlr.TokenStreamException
Specified by:
nextToken in interface de.hunsicker.antlr.TokenStream
Throws:
de.hunsicker.antlr.TokenStreamException

mOH1

public final void mOH1(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mWS

protected final void mWS(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mATTR

protected final void mATTR(boolean _createToken)
                    throws de.hunsicker.antlr.RecognitionException,
                           de.hunsicker.antlr.CharStreamException,
                           de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCH1

public final void mCH1(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOH2

public final void mOH2(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCH2

public final void mCH2(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOH3

public final void mOH3(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCH3

public final void mCH3(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOH4

public final void mOH4(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCH4

public final void mCH4(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOH5

public final void mOH5(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCH5

public final void mCH5(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOH6

public final void mOH6(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCH6

public final void mCH6(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOADDRESS

public final void mOADDRESS(boolean _createToken)
                     throws de.hunsicker.antlr.RecognitionException,
                            de.hunsicker.antlr.CharStreamException,
                            de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mNEWLINE

protected final void mNEWLINE(boolean _createToken)
                       throws de.hunsicker.antlr.RecognitionException,
                              de.hunsicker.antlr.CharStreamException,
                              de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCADDRESS

public final void mCADDRESS(boolean _createToken)
                     throws de.hunsicker.antlr.RecognitionException,
                            de.hunsicker.antlr.CharStreamException,
                            de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOPARA

public final void mOPARA(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCPARA

public final void mCPARA(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOULIST

public final void mOULIST(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCULIST

public final void mCULIST(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOOLIST

public final void mOOLIST(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCOLIST

public final void mCOLIST(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOLITEM

public final void mOLITEM(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCLITEM

public final void mCLITEM(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mODLIST

public final void mODLIST(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCDLIST

public final void mCDLIST(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mODTERM

public final void mODTERM(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCDTERM

public final void mCDTERM(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mODDEF

public final void mODDEF(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCDDEF

public final void mCDDEF(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mODIR

public final void mODIR(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCDIR_OR_CDIV

public final void mCDIR_OR_CDIV(boolean _createToken)
                         throws de.hunsicker.antlr.RecognitionException,
                                de.hunsicker.antlr.CharStreamException,
                                de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mODIV

public final void mODIV(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOCENTER

public final void mOCENTER(boolean _createToken)
                    throws de.hunsicker.antlr.RecognitionException,
                           de.hunsicker.antlr.CharStreamException,
                           de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCCENTER

public final void mCCENTER(boolean _createToken)
                    throws de.hunsicker.antlr.RecognitionException,
                           de.hunsicker.antlr.CharStreamException,
                           de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOBQUOTE

public final void mOBQUOTE(boolean _createToken)
                    throws de.hunsicker.antlr.RecognitionException,
                           de.hunsicker.antlr.CharStreamException,
                           de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCBQUOTE

public final void mCBQUOTE(boolean _createToken)
                    throws de.hunsicker.antlr.RecognitionException,
                           de.hunsicker.antlr.CharStreamException,
                           de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mHR

public final void mHR(boolean _createToken)
               throws de.hunsicker.antlr.RecognitionException,
                      de.hunsicker.antlr.CharStreamException,
                      de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOTABLE

public final void mOTABLE(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCTABLE

public final void mCTABLE(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOCAP

public final void mOCAP(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCCAP

public final void mCCAP(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mO_TR

public final void mO_TR(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mC_TR

public final void mC_TR(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mO_TH_OR_TD

public final void mO_TH_OR_TD(boolean _createToken)
                       throws de.hunsicker.antlr.RecognitionException,
                              de.hunsicker.antlr.CharStreamException,
                              de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mC_TH_OR_TD

public final void mC_TH_OR_TD(boolean _createToken)
                       throws de.hunsicker.antlr.RecognitionException,
                              de.hunsicker.antlr.CharStreamException,
                              de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOTTYPE

public final void mOTTYPE(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCTTYPE

public final void mCTTYPE(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOCODE

public final void mOCODE(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCCODE

public final void mCCODE(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOITALIC

public final void mOITALIC(boolean _createToken)
                    throws de.hunsicker.antlr.RecognitionException,
                           de.hunsicker.antlr.CharStreamException,
                           de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCITALIC

public final void mCITALIC(boolean _createToken)
                    throws de.hunsicker.antlr.RecognitionException,
                           de.hunsicker.antlr.CharStreamException,
                           de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOBOLD

public final void mOBOLD(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCBOLD

public final void mCBOLD(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOUNDER

public final void mOUNDER(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCUNDER

public final void mCUNDER(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOSTRIKE_OR_OSTRONG

public final void mOSTRIKE_OR_OSTRONG(boolean _createToken)
                               throws de.hunsicker.antlr.RecognitionException,
                                      de.hunsicker.antlr.CharStreamException,
                                      de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCSTRIKE_OR_CSTRONG

public final void mCSTRIKE_OR_CSTRONG(boolean _createToken)
                               throws de.hunsicker.antlr.RecognitionException,
                                      de.hunsicker.antlr.CharStreamException,
                                      de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOBIG

public final void mOBIG(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCBIG

public final void mCBIG(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOSMALL

public final void mOSMALL(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCSMALL

public final void mCSMALL(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOSUB

public final void mOSUB(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOSUP

public final void mOSUP(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCSUB_OR_CSUP

public final void mCSUB_OR_CSUP(boolean _createToken)
                         throws de.hunsicker.antlr.RecognitionException,
                                de.hunsicker.antlr.CharStreamException,
                                de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOEM

public final void mOEM(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCEM

public final void mCEM(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mODFN

public final void mODFN(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCDFN

public final void mCDFN(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOSAMP

public final void mOSAMP(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCSAMP

public final void mCSAMP(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOKBD

public final void mOKBD(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCKBD

public final void mCKBD(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOVAR

public final void mOVAR(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCVAR

public final void mCVAR(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOCITE

public final void mOCITE(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCCITE

public final void mCCITE(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOACRO

public final void mOACRO(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCACRO

public final void mCACRO(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOANCHOR

public final void mOANCHOR(boolean _createToken)
                    throws de.hunsicker.antlr.RecognitionException,
                           de.hunsicker.antlr.CharStreamException,
                           de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCANCHOR

public final void mCANCHOR(boolean _createToken)
                    throws de.hunsicker.antlr.RecognitionException,
                           de.hunsicker.antlr.CharStreamException,
                           de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mIMG

public final void mIMG(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mOFONT

public final void mOFONT(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCFONT

public final void mCFONT(boolean _createToken)
                  throws de.hunsicker.antlr.RecognitionException,
                         de.hunsicker.antlr.CharStreamException,
                         de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mBR

public final void mBR(boolean _createToken)
               throws de.hunsicker.antlr.RecognitionException,
                      de.hunsicker.antlr.CharStreamException,
                      de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mSTAR

public final void mSTAR(boolean _createToken)
                 throws de.hunsicker.antlr.RecognitionException,
                        de.hunsicker.antlr.CharStreamException,
                        de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mTAG

public final void mTAG(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mAT

public final void mAT(boolean _createToken)
               throws de.hunsicker.antlr.RecognitionException,
                      de.hunsicker.antlr.CharStreamException,
                      de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mLCLETTER

protected final void mLCLETTER(boolean _createToken)
                        throws de.hunsicker.antlr.RecognitionException,
                               de.hunsicker.antlr.CharStreamException,
                               de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mJAVADOC_OPEN

public final void mJAVADOC_OPEN(boolean _createToken)
                         throws de.hunsicker.antlr.RecognitionException,
                                de.hunsicker.antlr.CharStreamException,
                                de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mJAVADOC_CLOSE

public final void mJAVADOC_CLOSE(boolean _createToken)
                          throws de.hunsicker.antlr.RecognitionException,
                                 de.hunsicker.antlr.CharStreamException,
                                 de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mRCURLY

public final void mRCURLY(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mLCURLY

public final void mLCURLY(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mPRE

public final void mPRE(boolean _createToken)
                throws de.hunsicker.antlr.RecognitionException,
                       de.hunsicker.antlr.CharStreamException,
                       de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mPCDATA

public final void mPCDATA(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCOMMENT_DATA

protected final void mCOMMENT_DATA(boolean _createToken)
                            throws de.hunsicker.antlr.RecognitionException,
                                   de.hunsicker.antlr.CharStreamException,
                                   de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mCOMMENT

public final void mCOMMENT(boolean _createToken)
                    throws de.hunsicker.antlr.RecognitionException,
                           de.hunsicker.antlr.CharStreamException,
                           de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mWORD

protected final void mWORD(boolean _createToken)
                    throws de.hunsicker.antlr.RecognitionException,
                           de.hunsicker.antlr.CharStreamException,
                           de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mINT

protected final void mINT(boolean _createToken)
                   throws de.hunsicker.antlr.RecognitionException,
                          de.hunsicker.antlr.CharStreamException,
                          de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mSTRING

protected final void mSTRING(boolean _createToken)
                      throws de.hunsicker.antlr.RecognitionException,
                             de.hunsicker.antlr.CharStreamException,
                             de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mHEXNUM

protected final void mHEXNUM(boolean _createToken)
                      throws de.hunsicker.antlr.RecognitionException,
                             de.hunsicker.antlr.CharStreamException,
                             de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mDIGIT

protected final void mDIGIT(boolean _createToken)
                     throws de.hunsicker.antlr.RecognitionException,
                            de.hunsicker.antlr.CharStreamException,
                            de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mSPECIAL

protected final void mSPECIAL(boolean _createToken)
                       throws de.hunsicker.antlr.RecognitionException,
                              de.hunsicker.antlr.CharStreamException,
                              de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mHEXINT

protected final void mHEXINT(boolean _createToken)
                      throws de.hunsicker.antlr.RecognitionException,
                             de.hunsicker.antlr.CharStreamException,
                             de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

mHEXDIGIT

protected final void mHEXDIGIT(boolean _createToken)
                        throws de.hunsicker.antlr.RecognitionException,
                               de.hunsicker.antlr.CharStreamException,
                               de.hunsicker.antlr.TokenStreamException
Throws:
de.hunsicker.antlr.RecognitionException
de.hunsicker.antlr.CharStreamException
de.hunsicker.antlr.TokenStreamException

Jalopy 1.0b11

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: June 17 2006