Package io.jmix.data.impl.jpql
Class AntlrNoCaseStringStream
java.lang.Object
org.antlr.runtime.ANTLRStringStream
io.jmix.data.impl.jpql.AntlrNoCaseStringStream
- All Implemented Interfaces:
org.antlr.runtime.CharStream
,org.antlr.runtime.IntStream
public class AntlrNoCaseStringStream
extends org.antlr.runtime.ANTLRStringStream
-
Field Summary
Fields inherited from class org.antlr.runtime.ANTLRStringStream
charPositionInLine, data, lastMarker, line, markDepth, markers, n, name, p
Fields inherited from interface org.antlr.runtime.CharStream
EOF
-
Constructor Summary
-
Method Summary
Methods inherited from class org.antlr.runtime.ANTLRStringStream
consume, getCharPositionInLine, getLine, getSourceName, index, LT, mark, release, reset, rewind, rewind, seek, setCharPositionInLine, setLine, size, substring, toString
-
Constructor Details
-
AntlrNoCaseStringStream
-
-
Method Details
-
LA
public int LA(int i) - Specified by:
LA
in interfaceorg.antlr.runtime.IntStream
- Overrides:
LA
in classorg.antlr.runtime.ANTLRStringStream
-