Compiler Tree API
DRAFT 9-Debian+0-9b149-1
A B C D E F G H I J L M N O P R S T U V W X
M
- MemberReferenceTree.ReferenceMode - Enum in com.sun.source.tree
-
There are two kinds of member references: (i) method references and
(ii) constructor references
- ModuleTree.ModuleKind - Enum in com.sun.source.tree
-
The kind of the module.
- MEMBER_REFERENCE - com.sun.source.tree.Tree.Kind
-
- MEMBER_SELECT - com.sun.source.tree.Tree.Kind
-
- METHOD - com.sun.source.tree.Tree.Kind
-
- METHOD_INVOCATION - com.sun.source.tree.Tree.Kind
-
- MINUS - com.sun.source.tree.Tree.Kind
-
Used for instances of
BinaryTree
representing
subtraction
-
.
- MINUS_ASSIGNMENT - com.sun.source.tree.Tree.Kind
-
- MODIFIERS - com.sun.source.tree.Tree.Kind
-
- MODULE - com.sun.source.tree.Tree.Kind
-
Used for instances of
ModuleTree
representing module declarations.
- MULTIPLY - com.sun.source.tree.Tree.Kind
-
Used for instances of
BinaryTree
representing
multiplication
*
.
- MULTIPLY_ASSIGNMENT - com.sun.source.tree.Tree.Kind
-
- MemberReferenceTree - Interface in com.sun.source.tree
-
A tree node for a member reference expression.
- MemberSelectTree - Interface in com.sun.source.tree
-
A tree node for a member access expression.
- MethodInvocationTree - Interface in com.sun.source.tree
-
A tree node for a method invocation expression.
- MethodTree - Interface in com.sun.source.tree
-
A tree node for a method or annotation type element declaration.
- ModifiersTree - Interface in com.sun.source.tree
-
A tree node for the modifiers, including annotations, for a declaration.
- ModuleTree - Interface in com.sun.source.tree
-
A tree node for 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-9b149-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-9b149-1