FindBugs™ 1.3.9

edu.umd.cs.findbugs.jaif
Class JAIFScanner

java.lang.Object
  extended by edu.umd.cs.findbugs.jaif.JAIFScanner

public class JAIFScanner
extends java.lang.Object

Lexical scanner for external annotation files.

Author:
David Hovemeyer
See Also:
Annotation File Utilities/

Constructor Summary
JAIFScanner(java.io.Reader reader)
           
 
Method Summary
 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()

nextToken

public edu.umd.cs.findbugs.jaif.JAIFToken nextToken()
                                             throws java.io.IOException,
                                                    JAIFSyntaxException
Throws:
java.io.IOException
JAIFSyntaxException

peekToken

public edu.umd.cs.findbugs.jaif.JAIFToken peekToken()
                                             throws java.io.IOException,
                                                    JAIFSyntaxException
Throws:
java.io.IOException
JAIFSyntaxException

atEOF

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

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.