org.apache.hadoop.hive.ql.parse
Class ParseDriver.ANTLRNoCaseStringStream

java.lang.Object
  extended by org.antlr.runtime.ANTLRStringStream
      extended by org.apache.hadoop.hive.ql.parse.ParseDriver.ANTLRNoCaseStringStream
All Implemented Interfaces:
org.antlr.runtime.CharStream, org.antlr.runtime.IntStream
Enclosing class:
ParseDriver

public class ParseDriver.ANTLRNoCaseStringStream
extends org.antlr.runtime.ANTLRStringStream

ANTLRNoCaseStringStream.


Field Summary
 
Fields inherited from class org.antlr.runtime.ANTLRStringStream
name
 
Fields inherited from interface org.antlr.runtime.CharStream
EOF
 
Constructor Summary
ParseDriver.ANTLRNoCaseStringStream(String input)
           
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseDriver.ANTLRNoCaseStringStream

public ParseDriver.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 © 2014 The Apache Software Foundation. All rights reserved.