public class BstLexer
extends Lexer
Modifier and Type | Field and Description |
---|---|
static int |
COMMANDS |
protected net.sf.jabref.bst.BstLexer.DFA8 |
dfa8 |
static int |
ENTRY |
static int |
EOF |
static int |
EXECUTE |
static int |
FUNCTION |
static int |
IDENTIFIER |
static int |
IDLIST |
static int |
INTEGER |
static int |
INTEGERS |
static int |
ITERATE |
static int |
LETTER |
static int |
LINE_COMMENT |
static int |
MACRO |
static int |
NUMERAL |
static int |
QUOTED |
static int |
READ |
static int |
REVERSE |
static int |
SORT |
static int |
STACK |
static int |
STRING |
static int |
STRINGS |
static int |
T__25 |
static int |
T__26 |
static int |
T__27 |
static int |
T__28 |
static int |
T__29 |
static int |
T__30 |
static int |
T__31 |
static int |
T__32 |
static int |
T__33 |
static int |
WS |
Constructor and Description |
---|
BstLexer() |
BstLexer(CharStream input) |
BstLexer(CharStream input,
RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
Lexer[] |
getDelegates() |
java.lang.String |
getGrammarFileName() |
void |
mENTRY() |
void |
mEXECUTE() |
void |
mFUNCTION() |
void |
mIDENTIFIER() |
void |
mINTEGER() |
void |
mINTEGERS() |
void |
mITERATE() |
void |
mLETTER() |
void |
mLINE_COMMENT() |
void |
mMACRO() |
void |
mNUMERAL() |
void |
mQUOTED() |
void |
mREAD() |
void |
mREVERSE() |
void |
mSORT() |
void |
mSTRING() |
void |
mSTRINGS() |
void |
mT__25() |
void |
mT__26() |
void |
mT__27() |
void |
mT__28() |
void |
mT__29() |
void |
mT__30() |
void |
mT__31() |
void |
mT__32() |
void |
mT__33() |
void |
mTokens() |
void |
mWS() |
public static final int EOF
public static final int T__25
public static final int T__26
public static final int T__27
public static final int T__28
public static final int T__29
public static final int T__30
public static final int T__31
public static final int T__32
public static final int T__33
public static final int COMMANDS
public static final int ENTRY
public static final int EXECUTE
public static final int FUNCTION
public static final int IDENTIFIER
public static final int IDLIST
public static final int INTEGER
public static final int INTEGERS
public static final int ITERATE
public static final int LETTER
public static final int LINE_COMMENT
public static final int MACRO
public static final int NUMERAL
public static final int QUOTED
public static final int READ
public static final int REVERSE
public static final int SORT
public static final int STACK
public static final int STRING
public static final int STRINGS
public static final int WS
protected net.sf.jabref.bst.BstLexer.DFA8 dfa8
public BstLexer()
public BstLexer(CharStream input)
public BstLexer(CharStream input, RecognizerSharedState state)
public Lexer[] getDelegates()
public java.lang.String getGrammarFileName()
public final void mT__25() throws RecognitionException
RecognitionException
public final void mT__26() throws RecognitionException
RecognitionException
public final void mT__27() throws RecognitionException
RecognitionException
public final void mT__28() throws RecognitionException
RecognitionException
public final void mT__29() throws RecognitionException
RecognitionException
public final void mT__30() throws RecognitionException
RecognitionException
public final void mT__31() throws RecognitionException
RecognitionException
public final void mT__32() throws RecognitionException
RecognitionException
public final void mT__33() throws RecognitionException
RecognitionException
public final void mSTRINGS() throws RecognitionException
RecognitionException
public final void mINTEGERS() throws RecognitionException
RecognitionException
public final void mFUNCTION() throws RecognitionException
RecognitionException
public final void mEXECUTE() throws RecognitionException
RecognitionException
public final void mSORT() throws RecognitionException
RecognitionException
public final void mITERATE() throws RecognitionException
RecognitionException
public final void mREVERSE() throws RecognitionException
RecognitionException
public final void mENTRY() throws RecognitionException
RecognitionException
public final void mREAD() throws RecognitionException
RecognitionException
public final void mMACRO() throws RecognitionException
RecognitionException
public final void mQUOTED() throws RecognitionException
RecognitionException
public final void mIDENTIFIER() throws RecognitionException
RecognitionException
public final void mLETTER() throws RecognitionException
RecognitionException
public final void mSTRING() throws RecognitionException
RecognitionException
public final void mINTEGER() throws RecognitionException
RecognitionException
public final void mNUMERAL() throws RecognitionException
RecognitionException
public final void mWS() throws RecognitionException
RecognitionException
public final void mLINE_COMMENT() throws RecognitionException
RecognitionException
public void mTokens() throws RecognitionException
RecognitionException