java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.BaseMessagerImpl
Bekannte direkte Unterklassen:
BatchMessagerImpl

public class BaseMessagerImpl extends Object
  • Konstruktordetails

    • BaseMessagerImpl

      public BaseMessagerImpl()
  • Methodendetails

    • 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.
      Parameter:
      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.
      Gibt zurück:
      a new AptProblem