org.apache.beehive.netui.compiler
Class Diagnostics

Object
  extended by Diagnostics

public class Diagnostics
extends Object


Constructor Summary
Diagnostics(AnnotationProcessorEnvironment env)
           
 
Method Summary
 void addError(AnnotationMirror ann, String messageKey, Object... args)
           
 void addError(AnnotationValue annVal, String messageKey, Object... args)
           
 void addError(Declaration decl, String messageKey, Object... args)
           
 void addErrorArrayArgs(AnnotationMirror ann, String messageKey, Object[] args)
           
 void addWarning(AnnotationMirror ann, String messageKey, Object... args)
           
 void addWarning(AnnotationValue annVal, String messageKey, Object... args)
           
 void addWarning(Declaration decl, String messageKey, Object... args)
           
 boolean hadErrors()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Diagnostics

public Diagnostics(AnnotationProcessorEnvironment env)
Method Detail

addError

public void addError(Declaration decl,
                     String messageKey,
                     Object... args)

addError

public void addError(AnnotationMirror ann,
                     String messageKey,
                     Object... args)

addErrorArrayArgs

public void addErrorArrayArgs(AnnotationMirror ann,
                              String messageKey,
                              Object[] args)

addError

public void addError(AnnotationValue annVal,
                     String messageKey,
                     Object... args)

addWarning

public void addWarning(Declaration decl,
                       String messageKey,
                       Object... args)

addWarning

public void addWarning(AnnotationMirror ann,
                       String messageKey,
                       Object... args)

addWarning

public void addWarning(AnnotationValue annVal,
                       String messageKey,
                       Object... args)

hadErrors

public boolean hadErrors()