protected class XAbstractProcessor.Log extends Object
| 构造器和说明 |
|---|
Log(Diagnostic.Kind kind,
boolean enable) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
log(String msg) |
void |
log(String msg,
Element element) |
void |
log(String msg,
Element element,
AnnotationMirror annotation) |
void |
log(String msg,
Element element,
AnnotationMirror annotation,
AnnotationValue av) |
void |
log(String msg,
Element element,
Class<? extends Annotation> annotation) |
void |
log(String msg,
Element element,
Class<? extends Annotation> annotation,
AnnotationValue av) |
public Log(Diagnostic.Kind kind, boolean enable)
public void log(String msg)
public void log(String msg, Element element, Class<? extends Annotation> annotation)
public void log(String msg, Element element, AnnotationMirror annotation)
public void log(String msg, Element element, Class<? extends Annotation> annotation, AnnotationValue av)
public void log(String msg, Element element, AnnotationMirror annotation, AnnotationValue av)
Copyright © 2018. All rights reserved.