org.eclipse.jdt.internal.compiler.apt.dispatch
Class BaseMessagerImpl

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.apt.dispatch.BaseMessagerImpl
Direct Known Subclasses:
BatchMessagerImpl

public class BaseMessagerImpl
extends Object


Constructor Summary
BaseMessagerImpl()
           
 
Method Summary
static AptProblem createProblem(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v)
          Create a CategorizedProblem that can be reported to an ICompilerRequestor, etc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseMessagerImpl

public BaseMessagerImpl()
Method Detail

createProblem

public static AptProblem createProblem(Diagnostic.Kind kind,
                                       CharSequence msg,
                                       Element e,
                                       AnnotationMirror a,
                                       AnnotationValue v)
Create a CategorizedProblem that can be reported to an ICompilerRequestor, etc.

Parameters:
e - the element against which to report the message. If the element is not in the set of elements being compiled in the current round, the reference context and filename will be set to null.
Returns:


Copyright © 2012. All Rights Reserved.