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 

R

REFERENCE - com.sun.source.doctree.DocTree.Kind
Used for instances of ReferenceTree representing a reference to a element in the Java programming language.
REMAINDER - com.sun.source.tree.Tree.Kind
Used for instances of BinaryTree representing remainder %.
REMAINDER_ASSIGNMENT - com.sun.source.tree.Tree.Kind
Used for instances of CompoundAssignmentTree representing remainder assignment %=.
REQUIRES - com.sun.source.tree.Tree.Kind
Used for instances of RequiresTree representing requires directives in a module declaration.
RETURN - com.sun.source.doctree.DocTree.Kind
Used for instances of ReturnTree representing an @return tag.
RETURN - com.sun.source.tree.Tree.Kind
Used for instances of ReturnTree.
RIGHT_SHIFT - com.sun.source.tree.Tree.Kind
Used for instances of BinaryTree representing right shift >>.
RIGHT_SHIFT_ASSIGNMENT - com.sun.source.tree.Tree.Kind
Used for instances of CompoundAssignmentTree representing right shift assignment >>=.
ReferenceTree - Interface in com.sun.source.doctree
A tree node for a reference to a Java language element.
RequiresTree - Interface in com.sun.source.tree
A tree node for a 'requires' directive in a module declaration.
ReturnTree - Interface in com.sun.source.doctree
A tree node for an @return block tag.
ReturnTree - Interface in com.sun.source.tree
A tree node for a return statement.
reduce(R, R) - Method in class com.sun.source.util.DocTreeScanner
Reduces two results into a combined result.
reduce(R, R) - Method in class com.sun.source.util.TreeScanner
Reduces two results into a combined result.
removeTaskListener(TaskListener) - Method in class com.sun.source.util.JavacTask
Removes the specified listener so that it no longer receives notification of events describing the progress of this compilation task.
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