Package de.bsvrz.pua.prot.interpreter
Class ProtocolLexer
- java.lang.Object
-
- antlr.CharScanner
-
- de.bsvrz.pua.prot.interpreter.ProtocolLexer
-
- All Implemented Interfaces:
antlr.TokenStream
,ProtocolLexerTokenTypes
public class ProtocolLexer extends antlr.CharScanner implements ProtocolLexerTokenTypes, antlr.TokenStream
-
-
Field Summary
Fields Modifier and Type Field Description static antlr.collections.impl.BitSet
_tokenSet_0
static antlr.collections.impl.BitSet
_tokenSet_1
static antlr.collections.impl.BitSet
_tokenSet_2
-
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
-
Fields inherited from interface de.bsvrz.pua.prot.interpreter.ProtocolLexerTokenTypes
Abs, Aenderungsprotokoll, AenderungsprotokollUml, Aggregation, Aggregationsfunktion, Alias, Als, Ampersand, Anwendung, Attribut, Attributgruppe, Datum, DatumOderZahl, Definitionen, Div, Dividiert, Doppelpunkt, EckigeKlammerAuf, EckigeKlammerZu, Einschraenkung, EinschraenkungUml, Ende, EOF, Ereignisprotokoll, Exp, Falsch, Filter, Fragezeichen, GanzZahl, Gesamt, Gleich, Groesser, GroesserGleich, Intervall, IstFehler, IstLeer, IstText, IstWahrheitswert, IstZahl, IstZustand, KlammerAuf, KlammerZu, Kleiner, KleinerGleich, Komma, KommaZahl, Liste, Ln, Mal, Max, Min, Minus, Mit, Modulo, Nachfilter, Name, NameMitKlammern, NameOderNameMitKlammern, Nicht, NichtAuffuellenA, NichtAuffuellenB, NULL_TREE_LOOKAHEAD, Objekt, Oder, Plus, Potenz, Pro, Protokollart, Protokollzeitraum, Prozent, Pseudoobjekt, Punkt, SL_COMMENT, Spalte, Spalten, Standards, Steuerungszeichen, TempAttribut, Umlaut, Und, Ungleich, UnveraendertKennungA, UnveraendertKennungB, Verschmelzen, Wahr, WS, Zeichenkette, Zeile, ZeilenEnde, Zeit, Zeitdauer, Zelle, Ziffer, Zustandsprotokoll
-
-
Constructor Summary
Constructors Constructor Description ProtocolLexer(antlr.InputBuffer ib)
ProtocolLexer(antlr.LexerSharedInputState state)
ProtocolLexer(java.io.InputStream in)
ProtocolLexer(java.io.Reader in)
-
Method Summary
Modifier and Type Method Description void
mAmpersand(boolean _createToken)
protected void
mDatum(boolean _createToken)
void
mDatumOderZahl(boolean _createToken)
void
mDividiert(boolean _createToken)
void
mDoppelpunkt(boolean _createToken)
void
mEckigeKlammerAuf(boolean _createToken)
void
mEckigeKlammerZu(boolean _createToken)
void
mFragezeichen(boolean _createToken)
protected void
mGanzZahl(boolean _createToken)
void
mGleich(boolean _createToken)
void
mGroesser(boolean _createToken)
void
mGroesserGleich(boolean _createToken)
void
mKlammerAuf(boolean _createToken)
void
mKlammerZu(boolean _createToken)
void
mKleiner(boolean _createToken)
void
mKleinerGleich(boolean _createToken)
void
mKomma(boolean _createToken)
protected void
mKommaZahl(boolean _createToken)
void
mMal(boolean _createToken)
void
mMinus(boolean _createToken)
protected void
mName(boolean _createToken)
protected void
mNameMitKlammern(boolean _createToken)
void
mNameOderNameMitKlammern(boolean _createToken)
protected void
mNicht(boolean _createToken)
void
mPlus(boolean _createToken)
void
mProzent(boolean _createToken)
void
mPunkt(boolean _createToken)
void
mSL_COMMENT(boolean _createToken)
protected void
mSteuerungszeichen(boolean _createToken)
protected void
mUmlaut(boolean _createToken)
void
mUngleich(boolean _createToken)
void
mWS(boolean _createToken)
void
mZeichenkette(boolean _createToken)
void
mZeilenEnde(boolean _createToken)
protected void
mZeit(boolean _createToken)
protected void
mZiffer(boolean _createToken)
antlr.Token
nextToken()
-
Methods inherited from class antlr.CharScanner
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setTabSize, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOF
-
-
-
-
Method Detail
-
nextToken
public antlr.Token nextToken() throws antlr.TokenStreamException
- Specified by:
nextToken
in interfaceantlr.TokenStream
- Throws:
antlr.TokenStreamException
-
mAmpersand
public final void mAmpersand(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mDividiert
public final void mDividiert(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mDoppelpunkt
public final void mDoppelpunkt(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mEckigeKlammerAuf
public final void mEckigeKlammerAuf(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mEckigeKlammerZu
public final void mEckigeKlammerZu(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mFragezeichen
public final void mFragezeichen(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mGleich
public final void mGleich(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mGroesser
public final void mGroesser(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mGroesserGleich
public final void mGroesserGleich(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mKlammerAuf
public final void mKlammerAuf(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mKlammerZu
public final void mKlammerZu(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mKleiner
public final void mKleiner(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mKleinerGleich
public final void mKleinerGleich(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mKomma
public final void mKomma(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mMal
public final void mMal(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mMinus
public final void mMinus(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mPlus
public final void mPlus(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mProzent
public final void mProzent(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mPunkt
public final void mPunkt(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mUngleich
public final void mUngleich(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mNameOderNameMitKlammern
public final void mNameOderNameMitKlammern(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mUmlaut
protected final void mUmlaut(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mNameMitKlammern
protected final void mNameMitKlammern(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mName
protected final void mName(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mSL_COMMENT
public final void mSL_COMMENT(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mDatumOderZahl
public final void mDatumOderZahl(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mZiffer
protected final void mZiffer(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mDatum
protected final void mDatum(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mZeit
protected final void mZeit(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mKommaZahl
protected final void mKommaZahl(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mGanzZahl
protected final void mGanzZahl(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mNicht
protected final void mNicht(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mZeichenkette
public final void mZeichenkette(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mSteuerungszeichen
protected final void mSteuerungszeichen(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mWS
public final void mWS(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
mZeilenEnde
public final void mZeilenEnde(boolean _createToken) throws antlr.RecognitionException, antlr.CharStreamException, antlr.TokenStreamException
- Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException
-
-