com.soebes.subversion.sapm
Class ANTLRNoCaseStringStream

java.lang.Object
  extended by org.antlr.runtime.ANTLRStringStream
      extended by com.soebes.subversion.sapm.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
ANTLRNoCaseStringStream(char[] args, int argc)
           
ANTLRNoCaseStringStream(String string)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ANTLRNoCaseStringStream

public ANTLRNoCaseStringStream(String string)
                        throws IOException
Throws:
IOException

ANTLRNoCaseStringStream

public ANTLRNoCaseStringStream(char[] args,
                               int argc)
                        throws IOException
Throws:
IOException
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 © 2010-2011 SoftwareEntwicklung Beratung Schulung. All Rights Reserved.