Compiler Tree API
DRAFT 9-Debian+0-9b148-1
A B C D E F G H I J L M N O P R S T U V W X
U
- UNARY_MINUS - com.sun.source.tree.Tree.Kind
-
Used for instances of
UnaryTree
representing unary minus
operator
-
.
- UNARY_PLUS - com.sun.source.tree.Tree.Kind
-
Used for instances of
UnaryTree
representing unary plus
operator
+
.
- UNBOUNDED_WILDCARD - com.sun.source.tree.Tree.Kind
-
Used for instances of
WildcardTree
representing
an unbounded wildcard type argument.
- UNION_TYPE - com.sun.source.tree.Tree.Kind
-
- UNKNOWN_BLOCK_TAG - com.sun.source.doctree.DocTree.Kind
-
- UNKNOWN_INLINE_TAG - com.sun.source.doctree.DocTree.Kind
-
- UNQUOTED - com.sun.source.doctree.AttributeTree.ValueKind
-
The attribute value is not enclosed in quotes.
- UNSIGNED_RIGHT_SHIFT - com.sun.source.tree.Tree.Kind
-
Used for instances of
BinaryTree
representing
unsigned right shift
>>>
.
- UNSIGNED_RIGHT_SHIFT_ASSIGNMENT - com.sun.source.tree.Tree.Kind
-
- USES - com.sun.source.tree.Tree.Kind
-
Used for instances of
UsesTree
representing
uses directives in a module declaration.
- UnaryTree - Interface in com.sun.source.tree
-
A tree node for postfix and unary expressions.
- UnionTypeTree - Interface in com.sun.source.tree
-
A tree node for a union type expression in a multicatch
variable declaration.
- UnknownBlockTagTree - Interface in com.sun.source.doctree
-
A tree node for an unrecognized inline tag.
- UnknownInlineTagTree - Interface in com.sun.source.doctree
-
A tree node for an unrecognized inline tag.
- UsesTree - Interface in com.sun.source.tree
-
A tree node for a 'uses' directive in a module declaration.
A B C D E F G H I J L M N O P R S T U V W X
Compiler Tree API
DRAFT 9-Debian+0-9b148-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-Debian+0-9b148-1