org.eclipse.jdt.internal.compiler.apt.dispatch
类 BaseMessagerImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.dispatch.BaseMessagerImpl
- 直接已知子类:
- BatchMessagerImpl
public class BaseMessagerImpl
- extends Object
|
方法摘要 |
static AptProblem |
createProblem(javax.tools.Diagnostic.Kind kind,
CharSequence msg,
javax.lang.model.element.Element e,
javax.lang.model.element.AnnotationMirror a,
javax.lang.model.element.AnnotationValue v)
Create a CategorizedProblem that can be reported to an ICompilerRequestor, etc. |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseMessagerImpl
public BaseMessagerImpl()
createProblem
public static AptProblem createProblem(javax.tools.Diagnostic.Kind kind,
CharSequence msg,
javax.lang.model.element.Element e,
javax.lang.model.element.AnnotationMirror a,
javax.lang.model.element.AnnotationValue v)
- Create a CategorizedProblem that can be reported to an ICompilerRequestor, etc.
- 参数:
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.
- 返回:
Copyright © 2013. All Rights Reserved.