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

E

EMPTY - com.sun.source.doctree.AttributeTree.ValueKind
The attribute value is empty.
EMPTY_STATEMENT - com.sun.source.tree.Tree.Kind
Used for instances of EmptyStatementTree.
END_ELEMENT - com.sun.source.doctree.DocTree.Kind
Used for instances of EndElementTree representing the end of an HTML element.
ENHANCED_FOR_LOOP - com.sun.source.tree.Tree.Kind
Used for instances of EnhancedForLoopTree.
ENTER - com.sun.source.util.TaskEvent.Kind
For events relating to elements being entered.
ENTITY - com.sun.source.doctree.DocTree.Kind
Used for instances of EntityTree representing an HTML entity.
ENUM - com.sun.source.tree.Tree.Kind
Used for instances of ClassTree representing enums.
EQUAL_TO - com.sun.source.tree.Tree.Kind
Used for instances of BinaryTree representing equal-to ==.
ERRONEOUS - com.sun.source.doctree.DocTree.Kind
Used for instances of ErroneousTree representing some invalid text.
ERRONEOUS - com.sun.source.tree.Tree.Kind
Used for instances of ErroneousTree.
EXCEPTION - com.sun.source.doctree.DocTree.Kind
Used for instances of ThrowsTree representing an @exception tag.
EXPORTS - com.sun.source.tree.Tree.Kind
Used for instances of ExportsTree representing exports directives in a module declaration.
EXPRESSION - com.sun.source.tree.LambdaExpressionTree.BodyKind
enum constant for expression lambdas
EXPRESSION_STATEMENT - com.sun.source.tree.Tree.Kind
Used for instances of ExpressionStatementTree.
EXTENDS_WILDCARD - com.sun.source.tree.Tree.Kind
Used for instances of WildcardTree representing an extends bounded wildcard type argument.
EmptyStatementTree - Interface in com.sun.source.tree
A tree node for an empty (skip) statement.
EndElementTree - Interface in com.sun.source.doctree
A tree node for the end of an HTML element.
EnhancedForLoopTree - Interface in com.sun.source.tree
A tree node for an "enhanced" for loop statement.
EntityTree - Interface in com.sun.source.doctree
A tree node for an HTML entity.
ErroneousTree - Interface in com.sun.source.doctree
A tree node to stand in for a malformed text
ErroneousTree - Interface in com.sun.source.tree
A tree node to stand in for a malformed expression.
ExportsTree - Interface in com.sun.source.tree
A tree node for an 'exports' directive in a module declaration.
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.
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-9b153-2

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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Ubuntu+0-9b153-2