首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
I-Index (Java Source) - NetBeans API Javadoc (Current Development Version)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.java.source 0.13.0 1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
I
Identifier(CharSequence)
- Method in class org.netbeans.api.java.source.
TreeMaker
Creates a new IdentifierTree.
Identifier(Element)
- Method in class org.netbeans.api.java.source.
TreeMaker
Creates a new IdentifierTree from an Element.
If(ExpressionTree, StatementTree, StatementTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Creates a new IfTree.
IMPLEMENTS
- Static variable in class org.netbeans.api.java.source.
UiUtils.PrintPart
implementsMethod(ExecutableElement)
- Method in class org.netbeans.api.java.source.
ElementUtilities
Returns true if this element represents a method which implements a method in an interface the parent class implements.
Import(Tree, boolean)
- Method in class org.netbeans.api.java.source.
TreeMaker
Creates a new ImportTree.
indent()
- Method in class org.netbeans.api.java.source.
Comment
Returns the line indention for this comment, or Query.NOPOS if the comment was added by a translation operation.
indentCasesFromSwitch()
- Method in class org.netbeans.api.java.source.
CodeStyle
indentTopLevelClassMembers()
- Method in class org.netbeans.api.java.source.
CodeStyle
insertAnnotationAttrValue(AnnotationTree, int, ExpressionTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
attrValue
at the specified position in attribute values list.
insertBlockStatement(BlockTree, int, StatementTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
statement
at the specified position in statements list.
insertCaseStatement(CaseTree, int, StatementTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
statement
at the specified position in statements list.
insertClassImplementsClause(ClassTree, int, Tree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
implementsClause
at the specified position in implements list.
insertClassMember(ClassTree, int, Tree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
member
at the specified position in members list.
insertClassTypeParameter(ClassTree, int, TypeParameterTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
member
at the specified position in type parameters list.
insertComment(Tree, Comment, int, boolean)
- Method in class org.netbeans.api.java.source.
TreeMaker
Insert a comment to the list of comments attached to a given tree (to a specified position).
insertCompUnitImport(CompilationUnitTree, int, ImportTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
importt
at the specified position in imports list.
insertCompUnitTypeDecl(CompilationUnitTree, int, Tree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
typeDeclaration
at the specified position in type declarations list.
insertForLoopInitializer(ForLoopTree, int, StatementTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
initializer
at the specified position in initializers list.
insertForLoopUpdate(ForLoopTree, int, ExpressionStatementTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
update
at the specified position in updates list.
insertMethodInvocationArgument(MethodInvocationTree, int, ExpressionTree, ExpressionTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
argument
with related
typeArgument
at the specified position in arguments/type arguments list.
insertMethodParameter(MethodTree, int, VariableTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
parameter
at the specified position in parameters list.
insertMethodThrows(MethodTree, int, ExpressionTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
throws
at the specified position in throws list.
insertMethodTypeParameter(MethodTree, int, TypeParameterTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
typeParameter
at the specified position in type parameters list.
insertModifiersAnnotation(ModifiersTree, int, AnnotationTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
annotation
at the specified position in annotations list.
insertNewArrayDimension(NewArrayTree, int, ExpressionTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
dimension
at the specified position in dimensions list.
insertNewArrayInitializer(NewArrayTree, int, ExpressionTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
initializer
at the specified position in initializers list.
insertNewClassArgument(NewClassTree, int, ExpressionTree, ExpressionTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
argument
with related
typeArgument
at the specified position in arguments/type arguments list.
insertParameterizedTypeTypeArgument(ParameterizedTypeTree, int, ExpressionTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
argument
at the specified position in type arguments list.
insertSwitchCase(SwitchTree, int, CaseTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
kejs
at the specified position in cases list.
insertTryCatch(TryTree, int, CatchTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
kec
at the specified position in catches list.
insertTypeParameterBound(TypeParameterTree, int, ExpressionTree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Inserts the specified element
bound
at the specified position in bounds list.
InstanceOf(ExpressionTree, Tree)
- Method in class org.netbeans.api.java.source.
TreeMaker
Creates a new InstanceOfTree.
Interface(ModifiersTree, CharSequence, List<? extends TypeParameterTree>, List<? extends Tree>, List<? extends Tree>)
- Method in class org.netbeans.api.java.source.
TreeMaker
Creates a new ClassTree representing interface.
isAccessible(Scope, Element, TypeMirror)
- Method in class org.netbeans.api.java.source.
TreeUtilities
isAnnotation(ClassTree)
- Method in class org.netbeans.api.java.source.
TreeUtilities
isCanceled()
- Method in class org.netbeans.api.java.source.support.
CancellableTreePathScanner
isCanceled()
- Method in class org.netbeans.api.java.source.support.
CancellableTreeScanner
isCastable(TypeMirror, TypeMirror)
- Method in class org.netbeans.api.java.source.
TypeUtilities
Check if type t1 can be cast to t2.
isDocComment()
- Method in class org.netbeans.api.java.source.
Comment
Returns true if this is a JavaDoc comment.
isEnum(ClassTree)
- Method in class org.netbeans.api.java.source.
TreeUtilities
isExcluded()
- Method in class org.netbeans.api.java.source.
ModificationResult.Difference
isInterface(ClassTree)
- Method in class org.netbeans.api.java.source.
TreeUtilities
isLocal(Element)
- Method in class org.netbeans.api.java.source.
ElementUtilities
Returns true if the element is declared (directly or indirectly) local to a method or variable initializer.
isMainClass(String, ClasspathInfo)
- Static method in class org.netbeans.api.java.source.
SourceUtils
Returns true when the class contains main method.
isMainMethod(ExecutableElement)
- Static method in class org.netbeans.api.java.source.
SourceUtils
Returns true if the method is a main method
isMemberOf(Element, TypeElement)
- Method in class org.netbeans.api.java.source.
ElementUtilities
Returns true if a type element has the specified element as a member.
isNew()
- Method in class org.netbeans.api.java.source.
Comment
isScanInProgress()
- Static method in class org.netbeans.api.java.source.
SourceUtils
Tests whether the initial scan is in progress.
isStaticContext(Scope)
- Method in class org.netbeans.api.java.source.
TreeUtilities
isSynthetic(Element)
- Method in class org.netbeans.api.java.source.
ElementUtilities
Returns true if the given element is syntetic.
isSynthetic(TreePath)
- Method in class org.netbeans.api.java.source.
TreeUtilities
Returns whether or not the given tree is synthetic - generated by the parser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.java.source 0.13.0 1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Built on May 28 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.