首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
JDK 5 Documentation v6.0, Java 2 SDK 英文文档
Index (Compiler Tree API) - JDK 5 Documentation v6.0, Java 2 SDK 英文文档
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Compiler Tree API
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
P
R
S
T
U
V
W
A
accept(TreeVisitor<R, D>, D)
- Method in interface com.sun.source.tree.
Tree
Accept method used to implement the visitor pattern.
analyze()
- Method in class com.sun.source.util.
JavacTask
Complete all analysis.
AnnotationTree
- Interface in
com.sun.source.tree
A tree node for an annotation.
ArrayAccessTree
- Interface in
com.sun.source.tree
A tree node for an array access expression.
ArrayTypeTree
- Interface in
com.sun.source.tree
A tree node for an array type.
asInterface()
- Method in enum com.sun.source.tree.
Tree.Kind
AssertTree
- Interface in
com.sun.source.tree
A tree node for an 'assert' statement.
AssignmentTree
- Interface in
com.sun.source.tree
A tree node for an assignment expression.
B
BinaryTree
- Interface in
com.sun.source.tree
A tree node for a binary expression.
BlockTree
- Interface in
com.sun.source.tree
A tree node for a statement block.
BreakTree
- Interface in
com.sun.source.tree
A tree node for a 'break' statement.
C
CaseTree
- Interface in
com.sun.source.tree
A tree node for a 'case' in a 'switch' statement.
CatchTree
- Interface in
com.sun.source.tree
A tree node for a 'catch' block in a 'try' statement.
ClassTree
- Interface in
com.sun.source.tree
A tree node for a class, interface, enum, or annotation type declaration.
com.sun.source.tree
- package com.sun.source.tree
Provides interfaces to represent source code as abstract syntax trees (AST).
com.sun.source.util
- package com.sun.source.util
Provides utilities for operations on abstract syntax trees (AST).
CompilationUnitTree
- Interface in
com.sun.source.tree
Represents the abstract syntax tree for compilation units (source files) and package declarations (package-info.java).
CompoundAssignmentTree
- Interface in
com.sun.source.tree
A tree node for compound assignment operator.
ConditionalExpressionTree
- Interface in
com.sun.source.tree
A tree node for the conditional operator ? :.
ContinueTree
- Interface in
com.sun.source.tree
A tree node for a 'continue' statement.
D
DEFAULT_VALUE
- Variable in class com.sun.source.util.
SimpleTreeVisitor
defaultAction(Tree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
DoWhileLoopTree
- Interface in
com.sun.source.tree
A tree node for a 'do' statement.
E
EmptyStatementTree
- Interface in
com.sun.source.tree
A tree node for an empty (skip) statement.
EnhancedForLoopTree
- Interface in
com.sun.source.tree
A tree node for an "enhanced" 'for' loop statement.
ErroneousTree
- Interface in
com.sun.source.tree
A tree node to stand in for a malformed expression.
ExpressionStatementTree
- Interface in
com.sun.source.tree
A tree node for an expression statement.
ExpressionTree
- Interface in
com.sun.source.tree
A tree node used as the base class for the different types of expressions.
F
finished(TaskEvent)
- Method in interface com.sun.source.util.
TaskListener
ForLoopTree
- Interface in
com.sun.source.tree
A tree node for a basic 'for' loop statement.
G
generate()
- Method in class com.sun.source.util.
JavacTask
Generate code.
getAnnotations()
- Method in interface com.sun.source.tree.
ModifiersTree
getAnnotationType()
- Method in interface com.sun.source.tree.
AnnotationTree
getArguments()
- Method in interface com.sun.source.tree.
AnnotationTree
getArguments()
- Method in interface com.sun.source.tree.
MethodInvocationTree
getArguments()
- Method in interface com.sun.source.tree.
NewClassTree
getBlock()
- Method in interface com.sun.source.tree.
CatchTree
getBlock()
- Method in interface com.sun.source.tree.
SynchronizedTree
getBlock()
- Method in interface com.sun.source.tree.
TryTree
getBody()
- Method in interface com.sun.source.tree.
MethodTree
getBound()
- Method in interface com.sun.source.tree.
WildcardTree
getBounds()
- Method in interface com.sun.source.tree.
TypeParameterTree
getCases()
- Method in interface com.sun.source.tree.
SwitchTree
getCatches()
- Method in interface com.sun.source.tree.
TryTree
getClassBody()
- Method in interface com.sun.source.tree.
NewClassTree
getColumnNumber(long)
- Method in interface com.sun.source.tree.
LineMap
Find the column for a character position.
getCompilationUnit()
- Method in class com.sun.source.util.
TaskEvent
getCompilationUnit()
- Method in class com.sun.source.util.
TreePath
Get the compilation unit associated with this path.
getCondition()
- Method in interface com.sun.source.tree.
AssertTree
getCondition()
- Method in interface com.sun.source.tree.
ConditionalExpressionTree
getCondition()
- Method in interface com.sun.source.tree.
DoWhileLoopTree
getCondition()
- Method in interface com.sun.source.tree.
ForLoopTree
getCondition()
- Method in interface com.sun.source.tree.
IfTree
getCondition()
- Method in interface com.sun.source.tree.
WhileLoopTree
getCurrentPath()
- Method in class com.sun.source.util.
TreePathScanner
Get the current path for the node, as built up by the currently active set of scan calls.
getDefaultValue()
- Method in interface com.sun.source.tree.
MethodTree
getDetail()
- Method in interface com.sun.source.tree.
AssertTree
getDimensions()
- Method in interface com.sun.source.tree.
NewArrayTree
getElement(TreePath)
- Method in class com.sun.source.util.
Trees
Gets the Element for the Tree node identified by a given TreePath.
getElements()
- Method in class com.sun.source.util.
JavacTask
Get a utility object for dealing with program elements.
getElseStatement()
- Method in interface com.sun.source.tree.
IfTree
getEnclosingClass()
- Method in interface com.sun.source.tree.
Scope
Returns the innermost type element containing the position of this scope
getEnclosingExpression()
- Method in interface com.sun.source.tree.
NewClassTree
getEnclosingMethod()
- Method in interface com.sun.source.tree.
Scope
Returns the innermost executable element containing the position of this scope.
getEnclosingScope()
- Method in interface com.sun.source.tree.
Scope
Returns the enclosing scope.
getEndPosition(CompilationUnitTree, Tree)
- Method in interface com.sun.source.util.
SourcePositions
Gets the ending position of tree within file.
getErrorTrees()
- Method in interface com.sun.source.tree.
ErroneousTree
getExpression()
- Method in interface com.sun.source.tree.
ArrayAccessTree
getExpression()
- Method in interface com.sun.source.tree.
AssignmentTree
getExpression()
- Method in interface com.sun.source.tree.
CaseTree
getExpression()
- Method in interface com.sun.source.tree.
CompoundAssignmentTree
getExpression()
- Method in interface com.sun.source.tree.
EnhancedForLoopTree
getExpression()
- Method in interface com.sun.source.tree.
ExpressionStatementTree
getExpression()
- Method in interface com.sun.source.tree.
InstanceOfTree
getExpression()
- Method in interface com.sun.source.tree.
MemberSelectTree
getExpression()
- Method in interface com.sun.source.tree.
ParenthesizedTree
getExpression()
- Method in interface com.sun.source.tree.
ReturnTree
getExpression()
- Method in interface com.sun.source.tree.
SwitchTree
getExpression()
- Method in interface com.sun.source.tree.
SynchronizedTree
getExpression()
- Method in interface com.sun.source.tree.
ThrowTree
getExpression()
- Method in interface com.sun.source.tree.
TypeCastTree
getExpression()
- Method in interface com.sun.source.tree.
UnaryTree
getExtendsClause()
- Method in interface com.sun.source.tree.
ClassTree
getFalseExpression()
- Method in interface com.sun.source.tree.
ConditionalExpressionTree
getFinallyBlock()
- Method in interface com.sun.source.tree.
TryTree
getFlags()
- Method in interface com.sun.source.tree.
ModifiersTree
getIdentifier()
- Method in interface com.sun.source.tree.
MemberSelectTree
getIdentifier()
- Method in interface com.sun.source.tree.
NewClassTree
getImplementsClause()
- Method in interface com.sun.source.tree.
ClassTree
getImports()
- Method in interface com.sun.source.tree.
CompilationUnitTree
getIndex()
- Method in interface com.sun.source.tree.
ArrayAccessTree
getInitializer()
- Method in interface com.sun.source.tree.
ForLoopTree
getInitializer()
- Method in interface com.sun.source.tree.
VariableTree
getInitializers()
- Method in interface com.sun.source.tree.
NewArrayTree
getKind()
- Method in interface com.sun.source.tree.
Tree
Gets the kind of this tree.
getKind()
- Method in class com.sun.source.util.
TaskEvent
getLabel()
- Method in interface com.sun.source.tree.
BreakTree
getLabel()
- Method in interface com.sun.source.tree.
ContinueTree
getLabel()
- Method in interface com.sun.source.tree.
LabeledStatementTree
getLeaf()
- Method in class com.sun.source.util.
TreePath
Get the leaf node for this path.
getLeftOperand()
- Method in interface com.sun.source.tree.
BinaryTree
getLineMap()
- Method in interface com.sun.source.tree.
CompilationUnitTree
Gets the line map for this compilation unit, if available.
getLineNumber(long)
- Method in interface com.sun.source.tree.
LineMap
Find the line containing a position; a line termination character is on the line it terminates.
getLocalElements()
- Method in interface com.sun.source.tree.
Scope
Returns the elements directly contained in this scope.
getMembers()
- Method in interface com.sun.source.tree.
ClassTree
getMethodSelect()
- Method in interface com.sun.source.tree.
MethodInvocationTree
getModifiers()
- Method in interface com.sun.source.tree.
ClassTree
getModifiers()
- Method in interface com.sun.source.tree.
MethodTree
getModifiers()
- Method in interface com.sun.source.tree.
VariableTree
getName()
- Method in interface com.sun.source.tree.
IdentifierTree
getName()
- Method in interface com.sun.source.tree.
MethodTree
getName()
- Method in interface com.sun.source.tree.
TypeParameterTree
getName()
- Method in interface com.sun.source.tree.
VariableTree
getPackageAnnotations()
- Method in interface com.sun.source.tree.
CompilationUnitTree
getPackageName()
- Method in interface com.sun.source.tree.
CompilationUnitTree
getParameter()
- Method in interface com.sun.source.tree.
CatchTree
getParameters()
- Method in interface com.sun.source.tree.
MethodTree
getParentPath()
- Method in class com.sun.source.util.
TreePath
Get the path for the enclosing node, or null if there is no enclosing node.
getPath(CompilationUnitTree, Tree)
- Static method in class com.sun.source.util.
TreePath
Gets a tree path for a tree node within a compilation unit.
getPath(TreePath, Tree)
- Static method in class com.sun.source.util.
TreePath
Gets a tree path for a tree node within a subtree identified by a TreePath object.
getPath(CompilationUnitTree, Tree)
- Method in class com.sun.source.util.
Trees
Gets the path to tree node within the specified compilation unit.
getPath(Element)
- Method in class com.sun.source.util.
Trees
Gets the TreePath node for a given Element.
getPath(Element, AnnotationMirror)
- Method in class com.sun.source.util.
Trees
Gets the TreePath node for an AnnotationMirror on a given Element.
getPath(Element, AnnotationMirror, AnnotationValue)
- Method in class com.sun.source.util.
Trees
Gets the TreePath node for an AnnotationValue for an AnnotationMirror on a given Element.
getPosition(long, long)
- Method in interface com.sun.source.tree.
LineMap
Find the position corresponding to a (line,column).
getPrimitiveTypeKind()
- Method in interface com.sun.source.tree.
PrimitiveTypeTree
getQualifiedIdentifier()
- Method in interface com.sun.source.tree.
ImportTree
getReturnType()
- Method in interface com.sun.source.tree.
MethodTree
getRightOperand()
- Method in interface com.sun.source.tree.
BinaryTree
getScope(TreePath)
- Method in class com.sun.source.util.
Trees
Gets the Scope for the Tree node identified by a given TreePath.
getSimpleName()
- Method in interface com.sun.source.tree.
ClassTree
getSourceFile()
- Method in interface com.sun.source.tree.
CompilationUnitTree
getSourceFile()
- Method in class com.sun.source.util.
TaskEvent
getSourcePositions()
- Method in class com.sun.source.util.
Trees
Gets a utility object for obtaining source positions.
getStartPosition(long)
- Method in interface com.sun.source.tree.
LineMap
Find the start position of a line.
getStartPosition(CompilationUnitTree, Tree)
- Method in interface com.sun.source.util.
SourcePositions
Gets the starting position of tree within file.
getStatement()
- Method in interface com.sun.source.tree.
DoWhileLoopTree
getStatement()
- Method in interface com.sun.source.tree.
EnhancedForLoopTree
getStatement()
- Method in interface com.sun.source.tree.
ForLoopTree
getStatement()
- Method in interface com.sun.source.tree.
LabeledStatementTree
getStatement()
- Method in interface com.sun.source.tree.
WhileLoopTree
getStatements()
- Method in interface com.sun.source.tree.
BlockTree
getStatements()
- Method in interface com.sun.source.tree.
CaseTree
getThenStatement()
- Method in interface com.sun.source.tree.
IfTree
getThrows()
- Method in interface com.sun.source.tree.
MethodTree
getTree(Element)
- Method in class com.sun.source.util.
Trees
Gets the Tree node for a given Element.
getTree(TypeElement)
- Method in class com.sun.source.util.
Trees
Gets the ClassTree node for a given TypeElement.
getTree(ExecutableElement)
- Method in class com.sun.source.util.
Trees
Gets the MethodTree node for a given ExecutableElement.
getTree(Element, AnnotationMirror)
- Method in class com.sun.source.util.
Trees
Gets the Tree node for an AnnotationMirror on a given Element.
getTree(Element, AnnotationMirror, AnnotationValue)
- Method in class com.sun.source.util.
Trees
Gets the Tree node for an AnnotationValue for an AnnotationMirror on a given Element.
getTrueExpression()
- Method in interface com.sun.source.tree.
ConditionalExpressionTree
getType()
- Method in interface com.sun.source.tree.
ArrayTypeTree
getType()
- Method in interface com.sun.source.tree.
InstanceOfTree
getType()
- Method in interface com.sun.source.tree.
NewArrayTree
getType()
- Method in interface com.sun.source.tree.
ParameterizedTypeTree
getType()
- Method in interface com.sun.source.tree.
TypeCastTree
getType()
- Method in interface com.sun.source.tree.
VariableTree
getTypeArguments()
- Method in interface com.sun.source.tree.
MethodInvocationTree
getTypeArguments()
- Method in interface com.sun.source.tree.
NewClassTree
getTypeArguments()
- Method in interface com.sun.source.tree.
ParameterizedTypeTree
getTypeDecls()
- Method in interface com.sun.source.tree.
CompilationUnitTree
getTypeElement()
- Method in class com.sun.source.util.
TaskEvent
getTypeMirror(Iterable<? extends Tree>)
- Method in class com.sun.source.util.
JavacTask
Get a type mirror of the tree node determined by the specified path.
getTypeMirror(TreePath)
- Method in class com.sun.source.util.
Trees
Gets the TypeMirror for the Tree node identified by a given TreePath.
getTypeParameters()
- Method in interface com.sun.source.tree.
ClassTree
getTypeParameters()
- Method in interface com.sun.source.tree.
MethodTree
getTypes()
- Method in class com.sun.source.util.
JavacTask
Get a utility object for dealing with type mirrors.
getUpdate()
- Method in interface com.sun.source.tree.
ForLoopTree
getValue()
- Method in interface com.sun.source.tree.
LiteralTree
getVariable()
- Method in interface com.sun.source.tree.
AssignmentTree
getVariable()
- Method in interface com.sun.source.tree.
CompoundAssignmentTree
getVariable()
- Method in interface com.sun.source.tree.
EnhancedForLoopTree
I
IdentifierTree
- Interface in
com.sun.source.tree
A tree node for an identifier expression.
IfTree
- Interface in
com.sun.source.tree
A tree node for an 'if' statement.
ImportTree
- Interface in
com.sun.source.tree
A tree node for an import statement.
instance(JavaCompiler.CompilationTask)
- Static method in class com.sun.source.util.
Trees
Gets a Trees object for a given CompilationTask.
instance(ProcessingEnvironment)
- Static method in class com.sun.source.util.
Trees
Gets a Trees object for a given CompilationTask.
InstanceOfTree
- Interface in
com.sun.source.tree
A tree node for an 'instanceof' expression.
isAccessible(Scope, TypeElement)
- Method in class com.sun.source.util.
Trees
Checks whether a given type is accessible in a given scope.
isAccessible(Scope, Element, DeclaredType)
- Method in class com.sun.source.util.
Trees
Checks whether the given element is accessible as a member of the given type in a given scope.
isStatic()
- Method in interface com.sun.source.tree.
BlockTree
isStatic()
- Method in interface com.sun.source.tree.
ImportTree
iterator()
- Method in class com.sun.source.util.
TreePath
J
JavacTask
- Class in
com.sun.source.util
Provides access to functionality specific to the Sun Java Compiler, javac.
JavacTask()
- Constructor for class com.sun.source.util.
JavacTask
L
LabeledStatementTree
- Interface in
com.sun.source.tree
A tree node for a labeled statement.
LineMap
- Interface in
com.sun.source.tree
Provides methods to convert between character positions and line numbers for a compilation unit.
LiteralTree
- Interface in
com.sun.source.tree
A tree node for a literal expression.
M
MemberSelectTree
- Interface in
com.sun.source.tree
A tree node for a member access expression.
MethodInvocationTree
- Interface in
com.sun.source.tree
A tree node for a method invocation expression.
MethodTree
- Interface in
com.sun.source.tree
A tree node for a method or annotation type element declaration.
ModifiersTree
- Interface in
com.sun.source.tree
A tree node for the modifiers, including annotations, for a declaration.
N
NewArrayTree
- Interface in
com.sun.source.tree
A tree node for an expression to create a new instance of an array.
NewClassTree
- Interface in
com.sun.source.tree
A tree node to declare a new instance of a class.
P
ParameterizedTypeTree
- Interface in
com.sun.source.tree
A tree node for a type expression involving type parameters.
ParenthesizedTree
- Interface in
com.sun.source.tree
A tree node for a parenthesized expression.
parse()
- Method in class com.sun.source.util.
JavacTask
Parse the specified files returning a list of abstract syntax trees.
PrimitiveTypeTree
- Interface in
com.sun.source.tree
A tree node for a primitive type.
R
reduce(R, R)
- Method in class com.sun.source.util.
TreeScanner
Reduces two results into a combined result.
ReturnTree
- Interface in
com.sun.source.tree
A tree node for a 'return' statement.
S
scan(TreePath, P)
- Method in class com.sun.source.util.
TreePathScanner
Scan a tree from a position identified by a TreePath.
scan(Tree, P)
- Method in class com.sun.source.util.
TreePathScanner
Scan a single node.
scan(Tree, P)
- Method in class com.sun.source.util.
TreeScanner
Scan a single node.
scan(Iterable<? extends Tree>, P)
- Method in class com.sun.source.util.
TreeScanner
Scan a list of nodes.
Scope
- Interface in
com.sun.source.tree
Interface for determining locally available program elements, such as local variables and imports.
setTaskListener(TaskListener)
- Method in class com.sun.source.util.
JavacTask
The specified listener will receive events describing the progress of this compilation task.
SimpleTreeVisitor
<
R
,
P
> - Class in
com.sun.source.util
A simple visitor for tree nodes.
SimpleTreeVisitor()
- Constructor for class com.sun.source.util.
SimpleTreeVisitor
SimpleTreeVisitor(R)
- Constructor for class com.sun.source.util.
SimpleTreeVisitor
SourcePositions
- Interface in
com.sun.source.util
Provides methods to obtain the position of a Tree within a CompilationUnit.
started(TaskEvent)
- Method in interface com.sun.source.util.
TaskListener
StatementTree
- Interface in
com.sun.source.tree
A tree node used as the base class for the different kinds of statements.
SwitchTree
- Interface in
com.sun.source.tree
A tree node for a 'switch' statement.
SynchronizedTree
- Interface in
com.sun.source.tree
A tree node for a 'synchronized' statement.
T
TaskEvent
- Class in
com.sun.source.util
Provides details about work that has been done by the Sun Java Compiler, javac.
TaskEvent(TaskEvent.Kind)
- Constructor for class com.sun.source.util.
TaskEvent
TaskEvent(TaskEvent.Kind, JavaFileObject)
- Constructor for class com.sun.source.util.
TaskEvent
TaskEvent(TaskEvent.Kind, CompilationUnitTree)
- Constructor for class com.sun.source.util.
TaskEvent
TaskEvent(TaskEvent.Kind, CompilationUnitTree, TypeElement)
- Constructor for class com.sun.source.util.
TaskEvent
TaskEvent.Kind
- Enum in
com.sun.source.util
Kind of task event.
TaskListener
- Interface in
com.sun.source.util
Provides a listener to monitor the activity of the Sun Java Compiler, javac.
ThrowTree
- Interface in
com.sun.source.tree
A tree node for a 'throw' statement.
toString()
- Method in class com.sun.source.util.
TaskEvent
Tree
- Interface in
com.sun.source.tree
Common interface for all nodes in an abstract syntax tree.
Tree.Kind
- Enum in
com.sun.source.tree
Enumerates all kinds of trees.
TreePath
- Class in
com.sun.source.util
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.
TreePath(CompilationUnitTree)
- Constructor for class com.sun.source.util.
TreePath
Creates a TreePath for a root node.
TreePath(TreePath, Tree)
- Constructor for class com.sun.source.util.
TreePath
Creates a TreePath for a child node.
TreePathScanner
<
R
,
P
> - Class in
com.sun.source.util
A TreeVisitor that visits all the child tree nodes, and provides support for maintaining a path for the parent nodes.
TreePathScanner()
- Constructor for class com.sun.source.util.
TreePathScanner
Trees
- Class in
com.sun.source.util
Bridges JSR 199, JSR 269, and the Tree API.
Trees()
- Constructor for class com.sun.source.util.
Trees
TreeScanner
<
R
,
P
> - Class in
com.sun.source.util
A TreeVisitor that visits all the child tree nodes.
TreeScanner()
- Constructor for class com.sun.source.util.
TreeScanner
TreeVisitor
<
R
,
P
> - Interface in
com.sun.source.tree
A visitor of trees, in the style of the visitor design pattern.
TryTree
- Interface in
com.sun.source.tree
A tree node for a 'try' statement.
TypeCastTree
- Interface in
com.sun.source.tree
A tree node for a type cast expression.
TypeParameterTree
- Interface in
com.sun.source.tree
A tree node for a type parameter.
U
UnaryTree
- Interface in
com.sun.source.tree
A tree node for postfix and unary expressions.
V
valueOf(String)
- Static method in enum com.sun.source.tree.
Tree.Kind
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.sun.source.util.
TaskEvent.Kind
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.sun.source.tree.
Tree.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.sun.source.util.
TaskEvent.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
VariableTree
- Interface in
com.sun.source.tree
A tree node for a variable declaration.
visit(Tree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visit(Iterable<? extends Tree>, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitAnnotation(AnnotationTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitAnnotation(AnnotationTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitAnnotation(AnnotationTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitArrayAccess(ArrayAccessTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitArrayAccess(ArrayAccessTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitArrayAccess(ArrayAccessTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitArrayType(ArrayTypeTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitArrayType(ArrayTypeTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitArrayType(ArrayTypeTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitAssert(AssertTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitAssert(AssertTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitAssert(AssertTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitAssignment(AssignmentTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitAssignment(AssignmentTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitAssignment(AssignmentTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitBinary(BinaryTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitBinary(BinaryTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitBinary(BinaryTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitBlock(BlockTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitBlock(BlockTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitBlock(BlockTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitBreak(BreakTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitBreak(BreakTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitBreak(BreakTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitCase(CaseTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitCase(CaseTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitCase(CaseTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitCatch(CatchTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitCatch(CatchTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitCatch(CatchTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitClass(ClassTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitClass(ClassTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitClass(ClassTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitCompilationUnit(CompilationUnitTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitCompilationUnit(CompilationUnitTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitCompilationUnit(CompilationUnitTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitCompoundAssignment(CompoundAssignmentTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitCompoundAssignment(CompoundAssignmentTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitCompoundAssignment(CompoundAssignmentTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitConditionalExpression(ConditionalExpressionTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitConditionalExpression(ConditionalExpressionTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitConditionalExpression(ConditionalExpressionTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitContinue(ContinueTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitContinue(ContinueTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitContinue(ContinueTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitDoWhileLoop(DoWhileLoopTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitDoWhileLoop(DoWhileLoopTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitDoWhileLoop(DoWhileLoopTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitEmptyStatement(EmptyStatementTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitEmptyStatement(EmptyStatementTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitEmptyStatement(EmptyStatementTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitEnhancedForLoop(EnhancedForLoopTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitEnhancedForLoop(EnhancedForLoopTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitEnhancedForLoop(EnhancedForLoopTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitErroneous(ErroneousTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitErroneous(ErroneousTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitErroneous(ErroneousTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitExpressionStatement(ExpressionStatementTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitExpressionStatement(ExpressionStatementTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitExpressionStatement(ExpressionStatementTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitForLoop(ForLoopTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitForLoop(ForLoopTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitForLoop(ForLoopTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitIdentifier(IdentifierTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitIdentifier(IdentifierTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitIdentifier(IdentifierTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitIf(IfTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitIf(IfTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitIf(IfTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitImport(ImportTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitImport(ImportTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitImport(ImportTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitInstanceOf(InstanceOfTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitInstanceOf(InstanceOfTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitInstanceOf(InstanceOfTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitLabeledStatement(LabeledStatementTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitLabeledStatement(LabeledStatementTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitLabeledStatement(LabeledStatementTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitLiteral(LiteralTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitLiteral(LiteralTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitLiteral(LiteralTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitMemberSelect(MemberSelectTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitMemberSelect(MemberSelectTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitMemberSelect(MemberSelectTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitMethod(MethodTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitMethod(MethodTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitMethod(MethodTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitMethodInvocation(MethodInvocationTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitMethodInvocation(MethodInvocationTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitMethodInvocation(MethodInvocationTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitModifiers(ModifiersTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitModifiers(ModifiersTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitModifiers(ModifiersTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitNewArray(NewArrayTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitNewArray(NewArrayTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitNewArray(NewArrayTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitNewClass(NewClassTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitNewClass(NewClassTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitNewClass(NewClassTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitOther(Tree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitOther(Tree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitOther(Tree, P)
- Method in class com.sun.source.util.
TreeScanner
visitParameterizedType(ParameterizedTypeTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitParameterizedType(ParameterizedTypeTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitParameterizedType(ParameterizedTypeTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitParenthesized(ParenthesizedTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitParenthesized(ParenthesizedTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitParenthesized(ParenthesizedTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitPrimitiveType(PrimitiveTypeTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitPrimitiveType(PrimitiveTypeTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitPrimitiveType(PrimitiveTypeTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitReturn(ReturnTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitReturn(ReturnTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitReturn(ReturnTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitSwitch(SwitchTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitSwitch(SwitchTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitSwitch(SwitchTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitSynchronized(SynchronizedTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitSynchronized(SynchronizedTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitSynchronized(SynchronizedTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitThrow(ThrowTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitThrow(ThrowTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitThrow(ThrowTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitTry(TryTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitTry(TryTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitTry(TryTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitTypeCast(TypeCastTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitTypeCast(TypeCastTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitTypeCast(TypeCastTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitTypeParameter(TypeParameterTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitTypeParameter(TypeParameterTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitTypeParameter(TypeParameterTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitUnary(UnaryTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitUnary(UnaryTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitUnary(UnaryTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitVariable(VariableTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitVariable(VariableTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitVariable(VariableTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitWhileLoop(WhileLoopTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitWhileLoop(WhileLoopTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitWhileLoop(WhileLoopTree, P)
- Method in class com.sun.source.util.
TreeScanner
visitWildcard(WildcardTree, P)
- Method in interface com.sun.source.tree.
TreeVisitor
visitWildcard(WildcardTree, P)
- Method in class com.sun.source.util.
SimpleTreeVisitor
visitWildcard(WildcardTree, P)
- Method in class com.sun.source.util.
TreeScanner
W
WhileLoopTree
- Interface in
com.sun.source.tree
A tree node for a 'while' loop statement.
WildcardTree
- Interface in
com.sun.source.tree
A tree node for a wildcard type argument.
A
B
C
D
E
F
G
I
J
L
M
N
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Compiler Tree API
PREV NEXT
FRAMES
NO FRAMES
All Classes
Report a bug or request a feature.
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.