A B C D E G H I M N O Q R S T
I
If(ExpressionTree, StatementTree, StatementTree) -
Method in class org.netbeans.api.jackpot.ConversionOperations
Create an if statement, or a simplified equivalent, from a condition
expression, then and else statements.
init(QueryContext, JavaSource) -
Method in interface org.netbeans.api.jackpot.Query
Initialize any data that is shared across source file processing
invocations.
init(QueryContext, JavaSource) -
Method in class org.netbeans.api.jackpot.TreePathQuery
isConstant(TreePath) -
Method in class org.netbeans.api.jackpot.QueryOperations
Returns true if the tree defines a constant variable, which in this
context means that it is either a final instance variable, a String
or a literal.
isEmpty(Tree) -
Static method in class org.netbeans.api.jackpot.QueryOperations
Returns whether a tree is an empty block or statement.
isFalse(Tree) -
Static method in class org.netbeans.api.jackpot.QueryOperations
Return true if the tree is an IdentifierTree defining the string "false",
a Boolean.FALSE literal, or a ParenthesizedExpression surrounding one
of these.
isTrue(Tree) -
Static method in class org.netbeans.api.jackpot.QueryOperations
Return true if the tree is an IdentifierTree defining the string "true",
a Boolean.TRUE literal, or a ParenthesizedExpression surrounding one
of these.
A B C D E G H I M N O Q R S T
Login form requires Javascript