|
Compiler Tree API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.source.util.TaskEvent
public final class TaskEvent
Provides details about work that has been done by the JDK Java Compiler, javac.
Nested Class Summary | |
---|---|
static class |
TaskEvent.Kind
Kind of task event. |
Constructor Summary | |
---|---|
TaskEvent(TaskEvent.Kind kind)
|
|
TaskEvent(TaskEvent.Kind kind,
CompilationUnitTree unit)
|
|
TaskEvent(TaskEvent.Kind kind,
CompilationUnitTree unit,
TypeElement clazz)
|
|
TaskEvent(TaskEvent.Kind kind,
JavaFileObject sourceFile)
|
Method Summary | |
---|---|
CompilationUnitTree |
getCompilationUnit()
|
TaskEvent.Kind |
getKind()
|
JavaFileObject |
getSourceFile()
|
TypeElement |
getTypeElement()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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)
Method Detail |
---|
public TaskEvent.Kind getKind()
public JavaFileObject getSourceFile()
public CompilationUnitTree getCompilationUnit()
public TypeElement getTypeElement()
public String toString()
toString
in class Object
|
Compiler Tree API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005, 2011, Oracle and/or its affiliates. All rights reserved.