- EMPTY - com.sun.source.doctree.AttributeTree.ValueKind
-
The attribute value is empty.
- EMPTY_STATEMENT - com.sun.source.tree.Tree.Kind
-
- 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
-
- 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
-
- 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
export 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
-
- 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.