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 

M

MEMBER_REFERENCE - com.sun.source.tree.Tree.Kind
Used for instances of MemberReferenceTree.
MEMBER_SELECT - com.sun.source.tree.Tree.Kind
Used for instances of MemberSelectTree.
MemberReferenceTree - Interface in com.sun.source.tree
A tree node for a member reference expression.
MemberReferenceTree.ReferenceMode - Enum in com.sun.source.tree
There are two kinds of member references: (i) method references and (ii) constructor references
MemberSelectTree - Interface in com.sun.source.tree
A tree node for a member access expression.
METHOD - com.sun.source.tree.Tree.Kind
Used for instances of MethodTree.
METHOD_INVOCATION - com.sun.source.tree.Tree.Kind
Used for instances of MethodInvocationTree.
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.
MINUS - com.sun.source.tree.Tree.Kind
Used for instances of BinaryTree representing subtraction -.
MINUS_ASSIGNMENT - com.sun.source.tree.Tree.Kind
Used for instances of CompoundAssignmentTree representing subtraction assignment -=.
MODIFIERS - com.sun.source.tree.Tree.Kind
Used for instances of ModifiersTree.
ModifiersTree - Interface in com.sun.source.tree
A tree node for the modifiers, including annotations, for a declaration.
MODULE - com.sun.source.tree.Tree.Kind
Used for instances of ModuleTree representing module declarations.
ModuleTree - Interface in com.sun.source.tree
A tree node for a module declaration.
ModuleTree.ModuleKind - Enum in com.sun.source.tree
The kind of the module.
MULTIPLY - com.sun.source.tree.Tree.Kind
Used for instances of BinaryTree representing multiplication *.
MULTIPLY_ASSIGNMENT - com.sun.source.tree.Tree.Kind
Used for instances of CompoundAssignmentTree representing multiplication assignment *=.
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-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