org.apache.hadoop.hive.metastore.parser
Class ExpressionTree.ANTLRNoCaseStringStream

java.lang.Object
  extended by org.antlr.runtime.ANTLRStringStream
      extended by org.apache.hadoop.hive.metastore.parser.ExpressionTree.ANTLRNoCaseStringStream
All Implemented Interfaces:
org.antlr.runtime.CharStream, org.antlr.runtime.IntStream
Enclosing class:
ExpressionTree

public static class ExpressionTree.ANTLRNoCaseStringStream
extends org.antlr.runtime.ANTLRStringStream

Case insensitive ANTLR string stream


Field Summary
 
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
ExpressionTree.ANTLRNoCaseStringStream(String input)
           
 
Method Summary
 int LA(int i)
           
 
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

ExpressionTree.ANTLRNoCaseStringStream

public ExpressionTree.ANTLRNoCaseStringStream(String input)
Method Detail

LA

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


Copyright © 2011 The Apache Software Foundation