代码搜索:jflex
找到约 233 项符合「jflex」的源代码
代码结果 233
www.eeworm.com/read/421463/2052000
jflex standardtokenizerimpl.jflex
package org.apache.lucene.analysis.standard;
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this
www.eeworm.com/read/108668/6181454
skel csv.jflex.skel
/** This character denotes the end of file */
private static final int YYEOF = -1;
/** initial size of the lookahead buffer */
--- private static final int YY_BUFFERSIZE = ...;
/** lexical
www.eeworm.com/read/108668/6181488
skel cgi.jflex.skel
/** This character denotes the end of file */
final private static int YYEOF = -1;
/** initial size of the lookahead buffer */
--- final private static int YY_BUFFERSIZE = ...;
/** lexical
www.eeworm.com/read/108668/6181551
skel properties.jflex.skel
/** This character denotes the end of file */
final private static int YYEOF = -1;
/** initial size of the lookahead buffer */
--- final private static int YY_BUFFERSIZE = ...;
/** lexical
www.eeworm.com/read/108668/6181552
skel browser.jflex.skel
/** This character denotes the end of file */
final private static int YYEOF = -1;
/** initial size of the lookahead buffer */
--- final private static int YY_BUFFERSIZE = ...;
/** lexical
www.eeworm.com/read/108668/6181498
lex browsercommandlexer.lex
/* BrowserCommandLexer.java is a generated file. You probably want to
* edit BrowserCommandLexer to make changes. Use JFlex to generate it.
* JFlex may be obtained from
*
www.eeworm.com/read/108668/6181547
lex cgilexer.lex
/* CGILexer.java is a generated file. You probably want to
* edit CGILexer.lex to make changes. Use JFlex to generate it.
* JFlex may be obtained from
* the JFlex websi