- PACKAGE - com.sun.source.tree.Tree.Kind
-
- PARAM - com.sun.source.doctree.DocTree.Kind
-
Used for instances of
ParamTree
representing an @param tag.
- PARAMETERIZED_TYPE - com.sun.source.tree.Tree.Kind
-
- PARENTHESIZED - com.sun.source.tree.Tree.Kind
-
- PARSE - com.sun.source.util.TaskEvent.Kind
-
For events related to the parsing of a file.
- PLUS - com.sun.source.tree.Tree.Kind
-
Used for instances of
BinaryTree
representing
addition or string concatenation
+
.
- PLUS_ASSIGNMENT - com.sun.source.tree.Tree.Kind
-
- POSTFIX_DECREMENT - com.sun.source.tree.Tree.Kind
-
Used for instances of
UnaryTree
representing postfix
decrement operator
--
.
- POSTFIX_INCREMENT - com.sun.source.tree.Tree.Kind
-
Used for instances of
UnaryTree
representing postfix
increment operator
++
.
- PREFIX_DECREMENT - com.sun.source.tree.Tree.Kind
-
Used for instances of
UnaryTree
representing prefix
decrement operator
--
.
- PREFIX_INCREMENT - com.sun.source.tree.Tree.Kind
-
Used for instances of
UnaryTree
representing prefix
increment operator
++
.
- PRIMITIVE_TYPE - com.sun.source.tree.Tree.Kind
-
- PROVIDES - com.sun.source.doctree.DocTree.Kind
-
Used for instances of
ProvidesTree
representing an @provides tag.
- PROVIDES - com.sun.source.tree.Tree.Kind
-
Used for instances of
ProvidesTree
representing
provides directives in a module declaration.
- PackageTree - Interface in com.sun.source.tree
-
Represents the package declaration.
- ParameterizedTypeTree - Interface in com.sun.source.tree
-
A tree node for a type expression involving type parameters.
- ParamTree - Interface in com.sun.source.doctree
-
A tree node for an @param block tag.
- ParenthesizedTree - Interface in com.sun.source.tree
-
A tree node for a parenthesized expression.
- Plugin - Interface in com.sun.source.util
-
The interface for a javac plug-in.
- PrimitiveTypeTree - Interface in com.sun.source.tree
-
A tree node for a primitive type.
- ProvidesTree - Interface in com.sun.source.doctree
-
A tree node for a @provides block tag.
- ProvidesTree - Interface in com.sun.source.tree
-
A tree node for a 'provides' directive in a module declaration.
- parse() - Method in class com.sun.source.util.JavacTask
-
Parses the specified files returning a list of abstract syntax trees.
- printMessage(Diagnostic.Kind, CharSequence, DocTree, DocCommentTree, CompilationUnitTree) - Method in class com.sun.source.util.DocTrees
-
Prints a message of the specified kind at the location of the
tree within the provided compilation unit
- printMessage(Diagnostic.Kind, CharSequence, Tree, CompilationUnitTree) - Method in class com.sun.source.util.Trees
-
Prints a message of the specified kind at the location of the
tree within the provided compilation unit