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

L

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
LABELED_STATEMENT - com.sun.source.tree.Tree.Kind
Used for instances of LabeledStatementTree.
LAMBDA_EXPRESSION - com.sun.source.tree.Tree.Kind
Used for instances of LambdaExpressionTree.
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
Used for instances of CompoundAssignmentTree representing left shift assignment <<=.
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 <=.
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.
LITERAL - com.sun.source.doctree.DocTree.Kind
Used for instances of LiteralTree representing an @literal tag.
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.
LabeledStatementTree - Interface in com.sun.source.tree
A tree node for a labeled statement.
LambdaExpressionTree - Interface in com.sun.source.tree
A tree node for a lambda expression.
LineMap - Interface in com.sun.source.tree
Provides methods to convert between character positions and line numbers for a compilation unit.
LinkTree - Interface in com.sun.source.doctree
A tree node for an @link or @linkplain inline 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.
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-Debian+0-9b155-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-Debian+0-9b155-1