|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Compiler Tree API DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| com.sun.source.util | Provides utilities for operations on abstract syntax trees (AST). |
| Uses of TreePath in com.sun.source.util |
|---|
| Modifier and Type | Method and Description |
|---|---|
TreePath |
TreePathScanner.getCurrentPath()
Get the current path for the node, as built up by the currently active set of scan calls. |
TreePath |
TreePath.getParentPath()
Get the path for the enclosing node, or null if there is no enclosing node. |
abstract TreePath |
Trees.getPath(CompilationUnitTree unit,
Tree node)
Gets the path to tree node within the specified compilation unit. |
static TreePath |
TreePath.getPath(CompilationUnitTree unit,
Tree target)
Gets a tree path for a tree node within a compilation unit. |
abstract TreePath |
Trees.getPath(Element e)
Gets the TreePath node for a given Element. |
abstract TreePath |
Trees.getPath(Element e,
AnnotationMirror a)
Gets the TreePath node for an AnnotationMirror on a given Element. |
abstract TreePath |
Trees.getPath(Element e,
AnnotationMirror a,
AnnotationValue v)
Gets the TreePath node for an AnnotationValue for an AnnotationMirror on a given Element. |
static TreePath |
TreePath.getPath(TreePath path,
Tree target)
Gets a tree path for a tree node within a subtree identified by a TreePath object. |
| Modifier and Type | Method and Description |
|---|---|
abstract Element |
Trees.getElement(TreePath path)
Gets the Element for the Tree node identified by a given TreePath. |
static TreePath |
TreePath.getPath(TreePath path,
Tree target)
Gets a tree path for a tree node within a subtree identified by a TreePath object. |
abstract Scope |
Trees.getScope(TreePath path)
Gets the Scope for the Tree node identified by a given TreePath. |
abstract TypeMirror |
Trees.getTypeMirror(TreePath path)
Gets the TypeMirror for the Tree node identified by a given TreePath. |
R |
TreePathScanner.scan(TreePath path,
P p)
Scan a tree from a position identified by a TreePath. |
| Constructor and Description |
|---|
TreePath(TreePath p,
Tree t)
Creates a TreePath for a child node. |
|
Compiler Tree API DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2005, 2010, Oracle Corporation. All rights reserved.