com.compoundtheory.antlr
Class ANTLRNoCaseStringStream

java.lang.Object
  extended by org.antlr.runtime.ANTLRStringStream
      extended by com.compoundtheory.antlr.ANTLRNoCaseStringStream
All Implemented Interfaces:
org.antlr.runtime.CharStream, org.antlr.runtime.IntStream

public class ANTLRNoCaseStringStream
extends org.antlr.runtime.ANTLRStringStream

Case insensitive string stream for antler

Author:
mark

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
ANTLRNoCaseStringStream(java.lang.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

ANTLRNoCaseStringStream

public ANTLRNoCaseStringStream(java.lang.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