edu.umd.cs.findbugs.formatStringChecker
Class FormatSpecifier

java.lang.Object
  extended by edu.umd.cs.findbugs.formatStringChecker.FormatSpecifier

public class FormatSpecifier
extends Object


Method Summary
 int index()
           
 void print(String arg, int argIndex)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

index

public int index()

print

public void print(String arg,
                  int argIndex)
           throws IllegalFormatConversionException,
                  FormatFlagsConversionMismatchException
Throws:
IllegalFormatConversionException
FormatFlagsConversionMismatchException