Jalopy 1.0b11

de.hunsicker.jalopy.language
Class JavaLexer

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

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

Token lexer for the Java parser. Heavily based on the public domain grammar file written by Terence Parr et al. See http://www.antlr.org/resources.html for more info.

Note that this parser relies on a patched version of ANTLR 2.7.2. It currently won't work with any other version.

This is an ANTLR automated generated file. DO NOT EDIT but rather change the associated grammar (java.g) and rebuild.

Version:
$revision$
Author:
Marco Hunsicker
See Also:
JavaParser

Field Summary
static int JDK_1_3
          Indicates JDK version 1.3.
static int JDK_1_4
          Indicates JDK version 1.4.
 
Fields inherited from class de.hunsicker.antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
 
Constructor Summary
JavaLexer()
          Creates a new JavaLexer object.
JavaLexer(de.hunsicker.antlr.InputBuffer ib)
           
JavaLexer(java.io.InputStream in)
           
JavaLexer(de.hunsicker.antlr.LexerSharedInputState state)
           
JavaLexer(java.io.Reader in)
           
 
Method Summary
 int getCompatibility()
          Gets the current source compatiblity version.
 FileFormat getFileFormat()
          Returns the detected file format.
 JavadocParser getJavadocParser()
          Returns the internal parser for Javadoc comments.
 Parser getParser()
          Returns the corresponding parser for this lexer.
 boolean isFormatMLComments()
          Indicates whether multi-line comments should be formatted.
 boolean isParseJavadocComments()
          Indicates whether Javadoc comments will be parsed during processing.
 boolean isRemoveJavadocComments()
          Indicates whether Javadoc comments should be removed during processing.
 boolean isRemoveMLComments()
          Indicates whether multi-line comments should be removed during processing.
 boolean isRemoveSLComments()
          Indicates whether single-line comments should be removed during processing.
protected  de.hunsicker.antlr.Token makeToken(int t)
          Creates a token of the given tpye.
 void mASSIGN(boolean _createToken)
           
 void mBAND_ASSIGN(boolean _createToken)
           
 void mBAND(boolean _createToken)
           
 void mBNOT(boolean _createToken)
           
 void mBOR_ASSIGN(boolean _createToken)
           
 void mBOR(boolean _createToken)
           
 void mBSR_ASSIGN(boolean _createToken)
           
 void mBSR(boolean _createToken)
           
 void mBXOR_ASSIGN(boolean _createToken)
           
 void mBXOR(boolean _createToken)
           
 void mCHAR_LITERAL(boolean _createToken)
           
 void mCOLON(boolean _createToken)
           
 void mCOMMA(boolean _createToken)
           
 void mCOMMENT(boolean _createToken)
           
 void mDEC(boolean _createToken)
           
 void mDIV_ASSIGN(boolean _createToken)
           
 void mDIV(boolean _createToken)
           
 void mEQUAL(boolean _createToken)
           
protected  void mESC(boolean _createToken)
           
protected  void mEXPONENT(boolean _createToken)
           
protected  void mFLOAT_SUFFIX(boolean _createToken)
           
 void mGE(boolean _createToken)
           
 void mGT(boolean _createToken)
           
protected  void mHEX_DIGIT(boolean _createToken)
           
 void mIDENT(boolean _createToken)
           
 void mINC(boolean _createToken)
           
 void mLAND(boolean _createToken)
           
 void mLBRACK(boolean _createToken)
           
 void mLCURLY(boolean _createToken)
           
 void mLE(boolean _createToken)
           
 void mLNOT(boolean _createToken)
           
 void mLOR(boolean _createToken)
           
 void mLPAREN(boolean _createToken)
           
 void mLT(boolean _createToken)
           
 void mMINUS_ASSIGN(boolean _createToken)
           
 void mMINUS(boolean _createToken)
           
 void mML_COMMENT(boolean _createToken)
           
 void mMOD_ASSIGN(boolean _createToken)
           
 void mMOD(boolean _createToken)
           
 void mNOT_EQUAL(boolean _createToken)
           
 void mNUM_INT(boolean _createToken)
           
 void mPLUS_ASSIGN(boolean _createToken)
           
 void mPLUS(boolean _createToken)
           
 void mQUESTION(boolean _createToken)
           
 void mRBRACK(boolean _createToken)
           
 void mRCURLY(boolean _createToken)
           
 void mRPAREN(boolean _createToken)
           
 void mSEMI(boolean _createToken)
           
protected  void mSEPARATOR_COMMENT(boolean _createToken)
           
 void mSL_ASSIGN(boolean _createToken)
           
protected  void mSL_COMMENT(boolean _createToken)
           
 void mSL(boolean _createToken)
           
protected  void mSPECIAL_COMMENT(boolean _createToken)
           
 void mSR_ASSIGN(boolean _createToken)
           
 void mSR(boolean _createToken)
           
 void mSTAR_ASSIGN(boolean _createToken)
           
 void mSTAR(boolean _createToken)
           
 void mSTRING_LITERAL(boolean _createToken)
           
protected  void mVOCAB(boolean _createToken)
           
 void mWS(boolean _createToken)
           
 de.hunsicker.antlr.Token nextToken()
           
 void panic()
           
 void panic(java.lang.String message)
           
 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 setCompatibility(int version)
          Sets the source compatiblity to the given release version.
 void setFormatMLComments(boolean format)
          Sets whether multi-line comments should be formatted.
 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 setParseJavadocComments(boolean parse)
          Sets whether Javadoc comments should be parsed during processing.
 void setRemoveJavadocComments(boolean remove)
          Sets whether Javadoc comments should be removed during processing.
 void setRemoveMLComments(boolean remove)
          Sets whether multi-line comments should be removed during processing.
 void setRemoveSLComments(boolean remove)
          Sets whether single-line comments should be removed during processing.
 void setTokenObjectClass(java.lang.String clazz)
          Sets the class to use for tokens.
 int testLiteralsTable(int ttype)
          Test the token type against the literals table.
 int testLiteralsTable(java.lang.String text, int ttype)
          Test the text passed in against the literals table.
 
Methods inherited from class de.hunsicker.antlr.CharScanner
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, mark, match, match, match, matchNot, matchRange, newline, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setTabSize, setText, tab, 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
 

Field Detail

JDK_1_3

public static final int JDK_1_3
Indicates JDK version 1.3.

See Also:
Constant Field Values

JDK_1_4

public static final int JDK_1_4
Indicates JDK version 1.4.

See Also:
Constant Field Values
Constructor Detail

JavaLexer

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


JavaLexer

public JavaLexer(java.io.InputStream in)

JavaLexer

public JavaLexer(java.io.Reader in)

JavaLexer

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

JavaLexer

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

getJavadocParser

public JavadocParser getJavadocParser()
Returns the internal parser for Javadoc comments.

Returns:
the internal parser for Javadoc comments.

getParser

public Parser getParser()
Returns the corresponding parser for this lexer.

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

setRemoveMLComments

public void setRemoveMLComments(boolean remove)
Sets whether multi-line comments should be removed during processing.

Parameters:
remove - if true multi-line comments will be removed during processing.

setFormatMLComments

public void setFormatMLComments(boolean format)
Sets whether multi-line comments should be formatted.

Parameters:
format - if true multi-line comments will be formatted.

isFormatMLComments

public boolean isFormatMLComments()
Indicates whether multi-line comments should be formatted.

Returns:
true if multi-line comments should be formatted.

isRemoveMLComments

public boolean isRemoveMLComments()
Indicates whether multi-line comments should be removed during processing.

Returns:
true if multi-line comments should be removed during processing.

setRemoveSLComments

public void setRemoveSLComments(boolean remove)
Sets whether single-line comments should be removed during processing.

Parameters:
remove - if true single-line comments will be removed during processing.

isRemoveSLComments

public boolean isRemoveSLComments()
Indicates whether single-line comments should be removed during processing.

Returns:
true if single-line comments should be removed during processing.

setRemoveJavadocComments

public void setRemoveJavadocComments(boolean remove)
Sets whether Javadoc comments should be removed during processing.

Parameters:
remove - if true Javadoc comments will be removed during processing.

isRemoveJavadocComments

public boolean isRemoveJavadocComments()
Indicates whether Javadoc comments should be removed during processing.

Returns:
true if Javadoc comments should be removed during processing.

setParseJavadocComments

public void setParseJavadocComments(boolean parse)
Sets whether Javadoc comments should be parsed during processing.

Parameters:
parse - if true Javadoc comments will be parsed during processing.

isParseJavadocComments

public boolean isParseJavadocComments()
Indicates whether Javadoc comments will be parsed during processing.

Returns:
true if Javadoc comments will be parsed during processing.

setCompatibility

public void setCompatibility(int version)
Sets the source compatiblity to the given release version.

Parameters:
version - Java JDK version constant.

getCompatibility

public int getCompatibility()
Gets the current source compatiblity version.

Returns:
compatiblity version.

testLiteralsTable

public int testLiteralsTable(int ttype)
Test the token type against the literals table.

Parameters:
ttype - recognized token type.
Returns:
token type.

testLiteralsTable

public int testLiteralsTable(java.lang.String text,
                             int ttype)
Test the text passed in against the literals table.

Parameters:
text - recognized token text.
ttype - recognized token text type.
Returns:
token type.

panic

public void panic()

panic

public void panic(java.lang.String 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.

makeToken

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

Parameters:
t - type of the token.

setTokenObjectClass

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

Parameters:
clazz - a qualified class name.
Throws:
java.lang.IllegalArgumentException - if the class is not derived from ExtendedToken.

getFileFormat

public FileFormat getFileFormat()
Returns the detected file format.

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

setInputBuffer

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

Parameters:
buf - buffer.

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.

You have to re-initialize the input buffer before you can use the lexer again.

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

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

mQUESTION

public final void mQUESTION(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

mLPAREN

public final void mLPAREN(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

mRPAREN

public final void mRPAREN(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

mLBRACK

public final void mLBRACK(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

mRBRACK

public final void mRBRACK(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

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

mCOLON

public final void mCOLON(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

mCOMMA

public final void mCOMMA(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

mASSIGN

public final void mASSIGN(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

mEQUAL

public final void mEQUAL(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

mLNOT

public final void mLNOT(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

mBNOT

public final void mBNOT(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

mNOT_EQUAL

public final void mNOT_EQUAL(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

mDIV

public final void mDIV(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

mDIV_ASSIGN

public final void mDIV_ASSIGN(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

mPLUS

public final void mPLUS(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

mPLUS_ASSIGN

public final void mPLUS_ASSIGN(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

mINC

public final void mINC(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

mMINUS

public final void mMINUS(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

mMINUS_ASSIGN

public final void mMINUS_ASSIGN(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

mDEC

public final void mDEC(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

mSTAR_ASSIGN

public final void mSTAR_ASSIGN(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

mMOD

public final void mMOD(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

mMOD_ASSIGN

public final void mMOD_ASSIGN(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

mSR

public final void mSR(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

mSR_ASSIGN

public final void mSR_ASSIGN(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

mBSR

public final void mBSR(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

mBSR_ASSIGN

public final void mBSR_ASSIGN(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

mGE

public final void mGE(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

mGT

public final void mGT(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

mSL

public final void mSL(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

mSL_ASSIGN

public final void mSL_ASSIGN(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

mLE

public final void mLE(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

mLT

public final void mLT(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

mBXOR

public final void mBXOR(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

mBXOR_ASSIGN

public final void mBXOR_ASSIGN(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

mBOR

public final void mBOR(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

mBOR_ASSIGN

public final void mBOR_ASSIGN(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

mLOR

public final void mLOR(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

mBAND

public final void mBAND(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

mBAND_ASSIGN

public final void mBAND_ASSIGN(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

mLAND

public final void mLAND(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

mSEMI

public final void mSEMI(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

public 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

mSPECIAL_COMMENT

protected final void mSPECIAL_COMMENT(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

mSEPARATOR_COMMENT

protected final void mSEPARATOR_COMMENT(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

mSL_COMMENT

protected final void mSL_COMMENT(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

mML_COMMENT

public final void mML_COMMENT(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

mCHAR_LITERAL

public final void mCHAR_LITERAL(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

mESC

protected final void mESC(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_LITERAL

public final void mSTRING_LITERAL(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

mHEX_DIGIT

protected final void mHEX_DIGIT(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

mVOCAB

protected final void mVOCAB(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

mIDENT

public final void mIDENT(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

mNUM_INT

public final void mNUM_INT(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

mEXPONENT

protected final void mEXPONENT(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

mFLOAT_SUFFIX

protected final void mFLOAT_SUFFIX(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: November 13 2003