public class LineCountingCharStream extends Object implements org.apache.lucene.queryparser.classic.CharStream
| Constructor and Description |
|---|
LineCountingCharStream(org.apache.lucene.queryparser.classic.CharStream delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
backup(int amount) |
char |
BeginToken() |
void |
Done() |
int |
getBeginColumn() |
int |
getBeginLine() |
int |
getColumn()
Deprecated.
|
int |
getEndColumn() |
int |
getEndLine() |
String |
GetImage() |
int |
getLine()
Deprecated.
|
char[] |
GetSuffix(int len) |
char |
readChar() |
public LineCountingCharStream(org.apache.lucene.queryparser.classic.CharStream delegate)
public char BeginToken()
throws IOException
BeginToken in interface org.apache.lucene.queryparser.classic.CharStreamIOExceptionpublic char readChar()
throws IOException
readChar in interface org.apache.lucene.queryparser.classic.CharStreamIOException@Deprecated public int getColumn()
getColumn in interface org.apache.lucene.queryparser.classic.CharStream@Deprecated public int getLine()
getLine in interface org.apache.lucene.queryparser.classic.CharStreampublic int getBeginLine()
getBeginLine in interface org.apache.lucene.queryparser.classic.CharStreampublic int getBeginColumn()
getBeginColumn in interface org.apache.lucene.queryparser.classic.CharStreampublic int getEndLine()
getEndLine in interface org.apache.lucene.queryparser.classic.CharStreampublic int getEndColumn()
getEndColumn in interface org.apache.lucene.queryparser.classic.CharStreampublic void backup(int amount)
backup in interface org.apache.lucene.queryparser.classic.CharStreampublic String GetImage()
GetImage in interface org.apache.lucene.queryparser.classic.CharStreampublic char[] GetSuffix(int len)
GetSuffix in interface org.apache.lucene.queryparser.classic.CharStreampublic void Done()
Done in interface org.apache.lucene.queryparser.classic.CharStreamCopyright © 2012–2022 Graylog, Inc.. All rights reserved.