Class JAIFScanner


  • public class JAIFScanner
    extends java.lang.Object
    Lexical scanner for external annotation files.
    Author:
    David Hovemeyer
    See Also:
    Annotation File Utilities/
    • Constructor Summary

      Constructors 
      Constructor Description
      JAIFScanner​(java.io.Reader reader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean atEOF()  
      int getLineNumber()  
      edu.umd.cs.findbugs.jaif.JAIFToken nextToken()  
      edu.umd.cs.findbugs.jaif.JAIFToken peekToken()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JAIFScanner

        public JAIFScanner​(java.io.Reader reader)
        Parameters:
        reader -
    • Method Detail

      • getLineNumber

        public int getLineNumber()
      • atEOF

        public boolean atEOF()
                      throws java.io.IOException
        Throws:
        java.io.IOException