Compiler Tree API
DRAFT 9-Ubuntu+0-9b149-1
A B C D E F G H I J L M N O P R S T U V W X 

C

com.sun.source.doctree - package com.sun.source.doctree
Provides interfaces to represent documentation comments as abstract syntax trees (AST).
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).
CASE - com.sun.source.tree.Tree.Kind
Used for instances of CaseTree.
CATCH - com.sun.source.tree.Tree.Kind
Used for instances of CatchTree.
CHAR_LITERAL - com.sun.source.tree.Tree.Kind
Used for instances of LiteralTree representing a character literal expression of type char.
CLASS - com.sun.source.tree.Tree.Kind
Used for instances of ClassTree representing classes.
CODE - com.sun.source.doctree.DocTree.Kind
Used for instances of LiteralTree representing an @code tag.
COMMENT - com.sun.source.doctree.DocTree.Kind
Used for instances of CommentTree representing an HTML comment.
COMPILATION - com.sun.source.util.TaskEvent.Kind
Sent before parsing first source file, and after writing the last output file.
COMPILATION_UNIT - com.sun.source.tree.Tree.Kind
Used for instances of CompilationUnitTree.
CONDITIONAL_AND - com.sun.source.tree.Tree.Kind
Used for instances of BinaryTree representing conditional-and &&.
CONDITIONAL_EXPRESSION - com.sun.source.tree.Tree.Kind
Used for instances of ConditionalExpressionTree.
CONDITIONAL_OR - com.sun.source.tree.Tree.Kind
Used for instances of BinaryTree representing conditional-or ||.
CONTINUE - com.sun.source.tree.Tree.Kind
Used for instances of ContinueTree.
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.
CommentTree - Interface in com.sun.source.doctree
An embedded HTML comment.
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.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links
Compiler Tree API
DRAFT 9-Ubuntu+0-9b149-1

Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Ubuntu+0-9b149-1