Compiler Tree API
DRAFT 9-Ubuntu+0-9b161-1
A B C D E F G H I J L M N O P R S T U V W X
L
- LABELED_STATEMENT - com.sun.source.tree.Tree.Kind
-
- LabeledStatementTree - Interface in com.sun.source.tree
-
A tree node for a labeled statement.
- LAMBDA_EXPRESSION - com.sun.source.tree.Tree.Kind
-
- LambdaExpressionTree - Interface in com.sun.source.tree
-
A tree node for a lambda expression.
- LambdaExpressionTree.BodyKind - Enum in com.sun.source.tree
-
Lambda expressions come in two forms:
expression lambdas, whose body is an expression, and
statement lambdas, whose body is a block
- LEFT_SHIFT - com.sun.source.tree.Tree.Kind
-
Used for instances of
BinaryTree
representing
left shift
<<
.
- LEFT_SHIFT_ASSIGNMENT - com.sun.source.tree.Tree.Kind
-
- LESS_THAN - com.sun.source.tree.Tree.Kind
-
Used for instances of
BinaryTree
representing
less-than
<
.
- LESS_THAN_EQUAL - com.sun.source.tree.Tree.Kind
-
Used for instances of
BinaryTree
representing
less-than-equal
<=
.
- LineMap - Interface in com.sun.source.tree
-
Provides methods to convert between character positions and line numbers
for a compilation unit.
- LINK - com.sun.source.doctree.DocTree.Kind
-
Used for instances of
LinkTree
representing an @link tag.
- LINK_PLAIN - com.sun.source.doctree.DocTree.Kind
-
Used for instances of
LinkTree
representing an @linkplain tag.
- LinkTree - Interface in com.sun.source.doctree
-
A tree node for an @link or @linkplain inline tag.
- LITERAL - com.sun.source.doctree.DocTree.Kind
-
Used for instances of
LiteralTree
representing an @literal tag.
- LiteralTree - Interface in com.sun.source.doctree
-
A tree node for an @literal or @code inline tag.
- LiteralTree - Interface in com.sun.source.tree
-
A tree node for a literal expression.
- LOGICAL_COMPLEMENT - com.sun.source.tree.Tree.Kind
-
Used for instances of
UnaryTree
representing logical
complement operator
!
.
- LONG_LITERAL - com.sun.source.tree.Tree.Kind
-
Used for instances of
LiteralTree
representing
an integral literal expression of type
long
.
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-Ubuntu+0-9b161-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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b161-1