|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.antlr.runtime.ANTLRStringStream
org.antlr.runtime.ANTLRReaderStream
com.espertech.esper.antlr.NoCaseSensitiveStream
public class NoCaseSensitiveStream
For use with ANTLR to create a case-insensitive token stream.
Field Summary |
---|
Fields inherited from class org.antlr.runtime.ANTLRReaderStream |
---|
INITIAL_BUFFER_SIZE, READ_BUFFER_SIZE |
Fields inherited from class org.antlr.runtime.ANTLRStringStream |
---|
charPositionInLine, data, lastMarker, line, markDepth, markers, n, p |
Fields inherited from interface org.antlr.runtime.CharStream |
---|
EOF |
Constructor Summary | |
---|---|
NoCaseSensitiveStream(Reader reader)
Ctor. |
Method Summary | |
---|---|
int |
LA(int i)
|
Methods inherited from class org.antlr.runtime.ANTLRReaderStream |
---|
load |
Methods inherited from class org.antlr.runtime.ANTLRStringStream |
---|
consume, getCharPositionInLine, getLine, index, LT, mark, release, reset, rewind, rewind, seek, setCharPositionInLine, setLine, size, substring |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoCaseSensitiveStream(Reader reader) throws IOException
reader
- is the reader providing the characters to inspect
IOException
- to indicate IO errorsMethod Detail |
---|
public int LA(int i)
LA
in interface org.antlr.runtime.IntStream
LA
in class org.antlr.runtime.ANTLRStringStream
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |