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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    LA(int i)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AntlrNoCaseStringStream

      public AntlrNoCaseStringStream(String str)
  • Method Details

    • LA

      public int LA(int i)
      Specified by:
      LA in interface org.antlr.runtime.IntStream
      Overrides:
      LA in class org.antlr.runtime.ANTLRStringStream