public final class JavaLexer extends de.hunsicker.antlr.CharScanner implements de.hunsicker.antlr.TokenStream, Lexer
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.
JavaParser
Modifier and Type | Field and Description |
---|---|
static int |
JDK_1_3
Indicates JDK version 1.3.
|
static int |
JDK_1_4
Indicates JDK version 1.4.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumn, getFilename, getLine, setColumn, setFilename, setLine
public static final int JDK_1_3
public static final int JDK_1_4
public JavaLexer()
setInputBuffer(Reader)
to
set up the input buffer.public JavaLexer(java.io.InputStream in)
public JavaLexer(java.io.Reader in)
public JavaLexer(de.hunsicker.antlr.InputBuffer ib)
public JavaLexer(de.hunsicker.antlr.LexerSharedInputState state)
public JavadocParser getJavadocParser()
public Parser getParser()
public void setRemoveMLComments(boolean remove)
remove
- if true
multi-line comments will be removed during
processing.public void setFormatMLComments(boolean format)
format
- if true
multi-line comments will be formatted.public boolean isFormatMLComments()
true
if multi-line comments should be formatted.public boolean isRemoveMLComments()
true
if multi-line comments should be removed during
processing.public void setRemoveSLComments(boolean remove)
remove
- if true
single-line comments will be removed during
processing.public boolean isRemoveSLComments()
true
if single-line comments should be removed during
processing.public void setRemoveJavadocComments(boolean remove)
remove
- if true
Javadoc comments will be removed during
processing.public boolean isRemoveJavadocComments()
true
if Javadoc comments should be removed during
processing.public void setParseJavadocComments(boolean parse)
parse
- if true
Javadoc comments will be parsed during
processing.public boolean isParseJavadocComments()
true
if Javadoc comments will be parsed during
processing.public void setCompatibility(int version)
version
- Java JDK version constant.public int getCompatibility()
public int testLiteralsTable(int ttype)
testLiteralsTable
in class de.hunsicker.antlr.CharScanner
ttype
- recognized token type.public int testLiteralsTable(java.lang.String text, int ttype)
testLiteralsTable
in class de.hunsicker.antlr.CharScanner
text
- recognized token text.ttype
- recognized token text type.public void panic()
panic
in class de.hunsicker.antlr.CharScanner
public void panic(java.lang.String message)
panic
in class de.hunsicker.antlr.CharScanner
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.protected de.hunsicker.antlr.Token makeToken(int t)
makeToken
in class de.hunsicker.antlr.CharScanner
t
- type of the token.public void setTokenObjectClass(java.lang.String clazz)
setTokenObjectClass
in class de.hunsicker.antlr.CharScanner
clazz
- a qualified class name.java.lang.IllegalArgumentException
- if the class is not derived from
ExtendedToken
.public FileFormat getFileFormat()
getFileFormat
in interface Lexer
public void setInputBuffer(de.hunsicker.antlr.InputBuffer buf)
buf
- buffer.public void setInputBuffer(java.io.Reader in)
setInputBuffer
in interface Lexer
in
- reader to read from.public void reset()
You have to re-initialize the input buffer before you can use the lexer again.
reset
in interface Lexer
setInputBuffer(de.hunsicker.antlr.InputBuffer)
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 mQUESTION(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 mLPAREN(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 mRPAREN(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 mLBRACK(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 mRBRACK(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 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 mCOLON(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 mCOMMA(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 mASSIGN(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 mEQUAL(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 mLNOT(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 mBNOT(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 mNOT_EQUAL(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 mDIV(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 mDIV_ASSIGN(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 mPLUS(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 mPLUS_ASSIGN(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 mINC(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 mMINUS(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 mMINUS_ASSIGN(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 mDEC(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 mSTAR_ASSIGN(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 mMOD(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 mMOD_ASSIGN(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 mSR(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 mSR_ASSIGN(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 mBSR(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 mBSR_ASSIGN(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 mGE(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 mGT(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 mSL(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 mSL_ASSIGN(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 mLE(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 mLT(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 mBXOR(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 mBXOR_ASSIGN(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 mBOR(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 mBOR_ASSIGN(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 mLOR(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 mBAND(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 mBAND_ASSIGN(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 mLAND(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 mSEMI(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 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 mSPECIAL_COMMENT(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 mSEPARATOR_COMMENT(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 mSL_COMMENT(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
public final void mML_COMMENT(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 mCHAR_LITERAL(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 mESC(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 mSTRING_LITERAL(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 mHEX_DIGIT(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 mVOCAB(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 mIDENT(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 mNUM_INT(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 mEXPONENT(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 mFLOAT_SUFFIX(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