public final class TaskEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TaskEvent.Kind
Kind of task event.
|
Constructor and Description |
---|
TaskEvent(TaskEvent.Kind kind) |
TaskEvent(TaskEvent.Kind kind,
CompilationUnitTree unit) |
TaskEvent(TaskEvent.Kind kind,
CompilationUnitTree unit,
TypeElement clazz) |
TaskEvent(TaskEvent.Kind kind,
JavaFileObject sourceFile) |
Modifier and Type | Method and Description |
---|---|
CompilationUnitTree |
getCompilationUnit() |
TaskEvent.Kind |
getKind() |
JavaFileObject |
getSourceFile() |
TypeElement |
getTypeElement() |
String |
toString() |
public TaskEvent(TaskEvent.Kind kind)
public TaskEvent(TaskEvent.Kind kind, JavaFileObject sourceFile)
public TaskEvent(TaskEvent.Kind kind, CompilationUnitTree unit)
public TaskEvent(TaskEvent.Kind kind, CompilationUnitTree unit, TypeElement clazz)
public TaskEvent.Kind getKind()
public JavaFileObject getSourceFile()
public CompilationUnitTree getCompilationUnit()
public TypeElement getTypeElement()
Copyright © 2017 earcam. All rights reserved.