org.eclipse.jdt.internal.compiler.apt.dispatch
Class BaseMessagerImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.dispatch.BaseMessagerImpl
- Direct Known Subclasses:
- BatchMessagerImpl
public class BaseMessagerImpl
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseMessagerImpl
public BaseMessagerImpl()
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.