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


构造方法摘要
BaseMessagerImpl()
           
 
方法摘要
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.