当前页面:
在线文档首页 >
JDK 5 Documentation v6.0, Java 2 SDK 英文文档
TaskEvent (Compiler Tree API) - JDK 5 Documentation v6.0, Java 2 SDK 英文文档
com.sun.source.util
Class TaskEvent
java.lang.Object
com.sun.source.util.TaskEvent
public final class TaskEvent
- extends Object
Provides details about work that has been done by the Sun Java Compiler, javac.
- Since:
- 1.6
TaskEvent
public TaskEvent(TaskEvent.Kind kind)
TaskEvent
public TaskEvent(TaskEvent.Kind kind,
JavaFileObject sourceFile)
TaskEvent
public TaskEvent(TaskEvent.Kind kind,
CompilationUnitTree unit)
TaskEvent
public TaskEvent(TaskEvent.Kind kind,
CompilationUnitTree unit,
TypeElement clazz)
getKind
public TaskEvent.Kind getKind()
getSourceFile
public JavaFileObject getSourceFile()
getCompilationUnit
public CompilationUnitTree getCompilationUnit()
getTypeElement
public TypeElement getTypeElement()
toString
public String toString()
- Overrides:
toString
in class Object
Report a bug or request a feature.
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.