47484950515253
public ValidWhenLexer(InputStream in) { this(new ByteBuffer(in)); } public ValidWhenLexer(Reader in) { this(new CharBuffer(in)); }
36373839404142
{ public SqlStatementLexer(InputStream in) { this(new ByteBuffer(in)); } public SqlStatementLexer(Reader in) { this(new CharBuffer(in)); }
30313233343536
{ public TerrierLexer(InputStream in) { this(new ByteBuffer(in)); } public TerrierLexer(Reader in) { this(new CharBuffer(in)); }
{ public TerrierFloatLexer(InputStream in) { this(new ByteBuffer(in)); } public TerrierFloatLexer(Reader in) { this(new CharBuffer(in)); }
45464748495051
protected void setPossibleID(boolean possibleID) {} public HqlBaseLexer(InputStream in) { this(new ByteBuffer(in)); } public HqlBaseLexer(Reader in) { this(new CharBuffer(in)); }
43444546474849
60616263646566
{ public GeneratedOrderByLexer(InputStream in) { this(new ByteBuffer(in)); } public GeneratedOrderByLexer(Reader in) { this(new CharBuffer(in)); }