24252627282930
@SuppressWarnings({"unchecked", "unused"}) public class SearchExpressionLexer extends antlr.CharScanner implements SearchExpressionLexerTokenTypes, TokenStream { public SearchExpressionLexer(InputStream in) { this(new ByteBuffer(in)); }
50515253545556
* @version $Id: MappingLexer.java 3740 2010-04-16 15:03:17Z lucianc $ */ public class MappingLexer extends antlr.CharScanner implements MappingParserTokenTypes, TokenStream { public MappingLexer(InputStream in) { this(new ByteBuffer(in)); }
42434445464748
JavaTokenTypes, TokenStream { public JavaLexer(InputStream in) { this( new ByteBuffer( in ) ); }
* @author Dirk Verbeeck */ public class ClientLexer extends antlr.CharScanner implements SlideTokenTypes, TokenStream { public ClientLexer(InputStream in) { this(new ByteBuffer(in)); }
132133134135136137138
public WLexer(InputStream in) { this(new ByteBuffer(in)); }
103104105106107108109
public StdCLexer(InputStream in) { this(new ByteBuffer(in)); }
61626364656667
* @version $Revision: 1.9 $ $Date: 2004/08/02 15:45:51 $ */ public class ClientLexer extends antlr.CharScanner implements SlideTokenTypes, TokenStream { public ClientLexer(InputStream in) { this(new ByteBuffer(in)); }
33343536373839
import antlr.SemanticException; public class SqlStatementLexer extends antlr.CharScanner implements SqlStatementParserTokenTypes, TokenStream { public SqlStatementLexer(InputStream in) { this(new ByteBuffer(in)); }
40414243444546
{ // NOTE: The real implementations are in the subclass. protected void setPossibleID(boolean possibleID) {} public HqlBaseLexer(InputStream in) { this(new ByteBuffer(in)); }