- Param(boolean, IdentifierTree, List<? extends DocTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates the DocTree's ParamTree.
- ParameterizedType(Tree, List<? extends Tree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ParameterizedTypeTree.
- parensAroundSingularLambdaParam() - Method in class org.netbeans.api.java.source.CodeStyle
-
- Parenthesized(ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ParenthesizedTree.
- parseExpression(String, SourcePositions[]) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Parses given expression.
- parseModuleName(FileObject) - Static method in class org.netbeans.api.java.source.SourceUtils
-
Returns a module name parsed from the given module-info.java.
- parseStatement(String, SourcePositions[]) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Parses given statement.
- parseStaticBlock(String, SourcePositions[]) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Parses given static block.
- parseType(String, TypeElement) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Parses given type in given context.
- parseVariableInitializer(String, SourcePositions[]) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Parses given variable initializer.
- pathFor(int) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- pathFor(TreePath, int) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- pathFor(TreePath, int, SourcePositions) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- pathFor(TreePath, DocCommentTree, int) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Return the deepest DocTreePath at the given position.
- pathFor(DocTreePath, int) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Return the deepest DocTreePath at the given position.
- pathFor(DocTreePath, int, DocSourcePositions) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Return the deepest DocTreePath at the given position.
- Pattern - Class in org.netbeans.api.java.source.matching
-
A pattern occurrences of which can be searched using
Matcher
.
- placeCatchOnNewLine() - Method in class org.netbeans.api.java.source.CodeStyle
-
- placeElseOnNewLine() - Method in class org.netbeans.api.java.source.CodeStyle
-
- placeFinallyOnNewLine() - Method in class org.netbeans.api.java.source.CodeStyle
-
- placeNewLineAfterModifiers() - Method in class org.netbeans.api.java.source.CodeStyle
-
- placeWhileOnNewLine() - Method in class org.netbeans.api.java.source.CodeStyle
-
- pos() - Method in class org.netbeans.api.java.source.Comment
-
The start position in the source file, or NOPOS if the
comment was added by a translation operation.
- PositionConverter - Class in org.netbeans.api.java.source
-
Binding between virtual Java source and the real source.
- postUserActionTask(JavaSource, Task<CompilationController>) - Static method in class org.netbeans.api.java.source.ScanUtils
-
- postUserTask(Source, UserTask) - Static method in class org.netbeans.api.java.source.ScanUtils
-
Runs the user task, and returns Future completion handle for it.
- preferLongerNames() - Method in class org.netbeans.api.java.source.CodeStyle
-
- preferStaticImports() - Method in class org.netbeans.api.java.source.CodeStyle
-
Returns whether to create static imports for the static class members.
- preserveNewLinesInComments() - Method in class org.netbeans.api.java.source.CodeStyle
-
- PrimitiveType(TypeKind) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new PrimitiveTypeTree.
- ProfileSupport - Class in org.netbeans.api.java.source.support
-
Utility methods for JDK 8 Profiles.
- ProfileSupport.Validation - Enum in org.netbeans.api.java.source.support
-
Kind of profile validation.
- ProfileSupport.Violation - Class in org.netbeans.api.java.source.support
-
Violation of profile.
- ProfileSupport.ViolationCollector - Interface in org.netbeans.api.java.source.support
-
- ProfileSupport.ViolationCollectorFactory - Interface in org.netbeans.api.java.source.support
-
- Provides(ExpressionTree, List<? extends ExpressionTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ProvidesTree.
- putCachedValue(Object, Object, CompilationInfo.CacheClearPolicy) - Method in class org.netbeans.api.java.source.CompilationInfo
-
Put a value into a cache under the given key.