org.opennms.bb.common.filter
Class BBRulesLexer
java.lang.Object
|
+--org.opennms.bb.common.filter.BBRulesLexer
- All Implemented Interfaces:
- java_cup.runtime.Scanner
- public class BBRulesLexer
- extends Object
- implements java_cup.runtime.Scanner
This class is responsible for returning tokens from
an input stream. This class was generated using the
JLex lexical analyzer tool. This comment and the
regular expression rules for building the lexer
class are stored in the BBRulesLexer.lex file.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
YY_BUFFER_SIZE
private final int YY_BUFFER_SIZE
YY_F
private final int YY_F
YY_NO_STATE
private final int YY_NO_STATE
YY_NOT_ACCEPT
private final int YY_NOT_ACCEPT
YY_START
private final int YY_START
YY_END
private final int YY_END
YY_NO_ANCHOR
private final int YY_NO_ANCHOR
YY_BOL
private final int YY_BOL
YY_EOF
private final int YY_EOF
yy_reader
private BufferedReader yy_reader
yy_buffer_index
private int yy_buffer_index
yy_buffer_read
private int yy_buffer_read
yy_buffer_start
private int yy_buffer_start
yy_buffer_end
private int yy_buffer_end
yy_buffer
private char[] yy_buffer
yy_at_bol
private boolean yy_at_bol
yy_lexical_state
private int yy_lexical_state
yy_eof_done
private boolean yy_eof_done
YYINITIAL
private final int YYINITIAL
yy_state_dtrans
private final int[] yy_state_dtrans
yy_last_was_cr
private boolean yy_last_was_cr
YY_E_INTERNAL
private final int YY_E_INTERNAL
YY_E_MATCH
private final int YY_E_MATCH
yy_error_string
private String[] yy_error_string
yy_acpt
private int[] yy_acpt
yy_cmap
private int[] yy_cmap
yy_rmap
private int[] yy_rmap
yy_nxt
private int[][] yy_nxt
BBRulesLexer
public BBRulesLexer(Reader reader)
BBRulesLexer
public BBRulesLexer(InputStream instream)
BBRulesLexer
private BBRulesLexer()
yybegin
private void yybegin(int state)
yy_advance
private int yy_advance()
throws IOException
yy_move_end
private void yy_move_end()
yy_mark_start
private void yy_mark_start()
yy_mark_end
private void yy_mark_end()
yy_to_mark
private void yy_to_mark()
yytext
private String yytext()
yylength
private int yylength()
yy_double
private char[] yy_double(char[] buf)
yy_error
private void yy_error(int code,
boolean fatal)
unpackFromString
private int[][] unpackFromString(int size1,
int size2,
String st)
next_token
public java_cup.runtime.Symbol next_token()
throws IOException
- Specified by:
next_token
in interface java_cup.runtime.Scanner