com.eu.miscedautils.SortHDL
Class ANTLRNoCaseFileStream

java.lang.Object
  extended by org.antlr.runtime.ANTLRStringStream
      extended by org.antlr.runtime.ANTLRFileStream
          extended by com.eu.miscedautils.SortHDL.ANTLRNoCaseFileStream
All Implemented Interfaces:
org.antlr.runtime.CharStream, org.antlr.runtime.IntStream

public class ANTLRNoCaseFileStream
extends org.antlr.runtime.ANTLRFileStream

Author:
Jim Idle

Field Summary
 
Fields inherited from class org.antlr.runtime.ANTLRStringStream
name
 
Fields inherited from interface org.antlr.runtime.CharStream
EOF
 
Constructor Summary
ANTLRNoCaseFileStream(java.lang.String fileName)
           
ANTLRNoCaseFileStream(java.lang.String fileName, java.lang.String encoding)
           
 
Method Summary
 int LA(int i)
           
 
Methods inherited from class org.antlr.runtime.ANTLRFileStream
getSourceName, load
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ANTLRNoCaseFileStream

public ANTLRNoCaseFileStream(java.lang.String fileName)
                      throws java.io.IOException
Throws:
java.io.IOException

ANTLRNoCaseFileStream

public ANTLRNoCaseFileStream(java.lang.String fileName,
                             java.lang.String encoding)
                      throws java.io.IOException
Throws:
java.io.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