站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v6.0, Java 2 SDK 英文文档

Uses of Package com.sun.source.util (Compiler Tree API) - JDK 5 Documentation v6.0, Java 2 SDK 英文文档


Compiler Tree API

Uses of Package
com.sun.source.util

Packages that use com.sun.source.util
com.sun.source.util Provides utilities for operations on abstract syntax trees (AST). 
 

Classes in com.sun.source.util used by com.sun.source.util
SourcePositions
          Provides methods to obtain the position of a Tree within a CompilationUnit.
TaskEvent
          Provides details about work that has been done by the Sun Java Compiler, javac.
TaskEvent.Kind
          Kind of task event.
TaskListener
          Provides a listener to monitor the activity of the Sun Java Compiler, javac.
TreePath
          A path of tree nodes, typically used to represent the sequence of ancestor nodes of a tree node up to the top level CompilationUnitTree node.
Trees
          Bridges JSR 199, JSR 269, and the Tree API.
TreeScanner
          A TreeVisitor that visits all the child tree nodes.
 


Compiler Tree API

Report a bug or request a feature.
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.