A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

N

NABLA - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
Name - Class in org.eclipse.wst.jsdt.core.dom
Abstract base class for all AST nodes that represent names.
name - Variable in class org.eclipse.wst.jsdt.core.infer.InferredMember
 
NAME_COLLISION - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status constant indicating that a naming collision would occur if the operation proceeded.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation
The "name" structural property of this node type .
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FieldAccess
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FunctionInvocation
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FunctionRef
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FunctionRefParameter
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.MemberRef
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.PackageDeclaration
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.QualifiedName
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.QualifiedType
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.SimpleType
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.SuperFieldAccess
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeParameter
The "name" structural property of this node type.
NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationFragment
The "name" structural property of this node type.
NAME_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
nameEquals(String) - Method in class org.eclipse.wst.jsdt.web.core.javascript.NodeHelper
 
nameStart - Variable in class org.eclipse.wst.jsdt.core.infer.InferredMember
 
NamingConventions - Class in org.eclipse.wst.jsdt.core
Provides methods for computing JavaScript-specific names.
NATIVE - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier
"native" modifier constant (bit mask).
NATIVE_KEYWORD - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword
"native" modifier with flag value Modifier.NATIVE.
NativeMethodsCannotBeStrictfp - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NATURE_ID - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
The identifier for the JavaScript nature (value "org.eclipse.wst.jsdt.core.jsnature").
NBSP - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
NDASH - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
NE - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
NEEDS_FULL_BUILD - Static variable in class org.eclipse.wst.jsdt.core.compiler.ValidationParticipant
 
NeedToEmulateConstructorAccess - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NeedToEmulateFieldReadAccess - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NeedToEmulateFieldWriteAccess - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NeedToEmulateMethodAccess - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NEVER - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value.
NEW_PARTITION_TYPE - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.JsDataTypes
 
newAccessRule(IPath, int) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new access rule with the given file pattern and kind.
newAnonymousClassDeclaration() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented anonymous class declaration node owned by this AST.
newArrayAccess() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented array access expression node owned by this AST.
newArrayCreation() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented array creation expression node owned by this AST.
newArrayInitializer() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented array initializer node owned by this AST.
newArrayType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented array type node with the given component type, which may be another array type.
newArrayType(Type, int) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented array type node with the given element type and number of dimensions.
newAssertStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
 
newAssignment() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented assignment expression node owned by this AST.
newAST(int) - Static method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new JavaScript abstract syntax tree (AST) following the specified set of API rules.
newBlock() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented block node owned by this AST, for an empty list of statements.
newBlockComment() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new block comment placeholder node.
newBooleanLiteral(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented boolean literal node.
newBreakStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented break statement node owned by this AST.
newCastExpression() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented cast expression node owned by this AST.
newCatchClause() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented catch clause node owned by this AST.
newCharacterLiteral() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented character literal node.
newClassInstanceCreation() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented class instance creation ("new") expression node owned by this AST.
NewClassWizardPage - Class in org.eclipse.wst.jsdt.ui.wizards
Wizard page to create a new class.
NewClassWizardPage() - Constructor for class org.eclipse.wst.jsdt.ui.wizards.NewClassWizardPage
Creates a new NewClassWizardPage
newCompilationUnit() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Deprecated. Use AST.newJavaScriptUnit() instead
newConditionalExpression() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented conditional expression node owned by this AST.
newConstructorInvocation() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented alternate constructor ("this(...);") invocation statement node owned by this AST.
newContainerEntry(IPath) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_CONTAINER for the given path.
newContainerEntry(IPath, boolean) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_CONTAINER for the given path.
newContainerEntry(IPath, IAccessRule[], IIncludePathAttribute[], boolean) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_CONTAINER for the given path.
NewContainerWizardPage - Class in org.eclipse.wst.jsdt.ui.wizards
Wizard page that acts as a base class for wizard pages that create new JavaScript elements.
NewContainerWizardPage(String) - Constructor for class org.eclipse.wst.jsdt.ui.wizards.NewContainerWizardPage
Create a new NewContainerWizardPage
newContinueStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented continue statement node owned by this AST.
newDoStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented do statement node owned by this AST.
NewElementWizardPage - Class in org.eclipse.wst.jsdt.ui.wizards
Base class for wizard page responsible to create JavaScript elements.
NewElementWizardPage(String) - Constructor for class org.eclipse.wst.jsdt.ui.wizards.NewElementWizardPage
Creates a NewElementWizardPage.
newEmptyStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented empty statement node owned by this AST.
newEnhancedForStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
 
newEvaluationContext() - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Creates a new evaluation context.
newExpressionStatement(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented expression statement node owned by this AST, for the given expression.
newFieldAccess() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented field access expression node owned by this AST.
newFieldDeclaration(VariableDeclarationFragment) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented field declaration node owned by this AST, for the given variable declaration fragment.
newForInStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented for..in statement node owned by this AST.
newForStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented for statement node owned by this AST.
newFunctionDeclaration() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented method declaration node owned by this AST.
newFunctionExpression() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented function expression node owned by this AST.
newFunctionInvocation() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented method invocation expression node owned by this AST.
newFunctionRef() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new method reference node.
newFunctionRefParameter() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new method reference node.
newIfStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented if statement node owned by this AST.
newImportDeclaration() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented import declaration node owned by this AST.
newIncludepathAttribute(String, String) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath attribute with the given name and the given value.
newInferredType(String) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new inferred type node with the given type name.
newInfixExpression() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented infix expression node owned by this AST.
newInitializer() - Method in class org.eclipse.wst.jsdt.core.dom.AST
 
newInstanceofExpression() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented instanceof expression node owned by this AST.
NewInterfaceWizardPage - Class in org.eclipse.wst.jsdt.ui.wizards
Wizard page to create a new interface.
NewInterfaceWizardPage() - Constructor for class org.eclipse.wst.jsdt.ui.wizards.NewInterfaceWizardPage
Create a new NewInterfaceWizardPage
newJavadoc() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Deprecated. Use AST.newJSdoc() instead
NewJavaProjectWizardPage - Class in org.eclipse.wst.jsdt.ui.wizards
Standard wizard page for creating new JavaScript projects.
NewJavaProjectWizardPage(IWorkspaceRoot, WizardNewProjectCreationPage) - Constructor for class org.eclipse.wst.jsdt.ui.wizards.NewJavaProjectWizardPage
Creates a JavaScript project wizard creation page.
newJavaScriptUnit() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented javaScript unit node owned by this AST.
newJSdoc() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new doc comment node.
newLabeledStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented labeled statement node owned by this AST.
newLibraryEntry(IPath, IPath, IPath) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new non-exported includepath entry of kind CPE_LIBRARY for the JAR or folder identified by the given absolute path.
newLibraryEntry(IPath, IPath, IPath, boolean) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_LIBRARY for the JAR or folder identified by the given absolute path.
newLibraryEntry(IPath, IPath, IPath, IAccessRule[], IIncludePathAttribute[], boolean) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_LIBRARY for the JAR or folder identified by the given absolute path.
newLineComment() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new line comment placeholder node.
newListExpression() - Method in class org.eclipse.wst.jsdt.core.dom.AST
 
newMemberRef() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new member reference node.
newMethodDeclaration() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Deprecated. Use AST.newFunctionDeclaration() instead
newMethodInvocation() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Deprecated. Use AST.newFunctionInvocation() instead
newMethodRef() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Deprecated. Use AST.newFunctionRef() instead
newMethodRefParameter() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Deprecated. Use AST.newFunctionRefParameter() instead
newModifier(Modifier.ModifierKeyword) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented modifier node for the given modifier.
newModifiers(int) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a list of new unparented modifier nodes for the given modifier flags.
newName(String[]) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented name node for the given name segments.
newName(String) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented name node for the given name.
newNameLookup(IJavaScriptUnit[]) - Method in interface org.eclipse.wst.jsdt.core.ILookupScope
 
newNameLookup(WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.ILookupScope
 
newNullLiteral() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented null literal node.
newNumberLiteral(String) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented number literal node.
newNumberLiteral() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented number literal node.
newObjectLiteral() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented object literal expression node owned by this AST.
newObjectLiteralField() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented object literal field expression node owned by this AST.
newPackageDeclaration() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented package declaration node owned by this AST.
NewPackageWizardPage - Class in org.eclipse.wst.jsdt.ui.wizards
Wizard page to create a new package.
NewPackageWizardPage() - Constructor for class org.eclipse.wst.jsdt.ui.wizards.NewPackageWizardPage
Creates a new NewPackageWizardPage
newParameterizedType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented parameterized type node with the given type and an empty list of type arguments.
newParenthesizedExpression() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented parenthesized expression node owned by this AST.
newParser(int) - Static method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Creates a new object for creating a JavaScript abstract syntax tree (AST) following the specified set of API rules.
newPostfixExpression() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented postfix expression node owned by this AST.
newPrefixExpression() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented prefix expression node owned by this AST.
newPrimitiveType(PrimitiveType.Code) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented primitive type node with the given type code.
NEWPROJECT_JRELIBRARY_INDEX - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preferences that specifies the current active JRE library.
NEWPROJECT_JRELIBRARY_LIST - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that holds a list of possible JRE libraries used by the New JavaScript Project wizard.
newProjectEntry(IPath) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new non-exported includepath entry of kind CPE_PROJECT for the project identified by the given absolute path.
newProjectEntry(IPath, boolean) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_PROJECT for the project identified by the given absolute path.
newProjectEntry(IPath, IAccessRule[], boolean, IIncludePathAttribute[], boolean) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_PROJECT for the project identified by the given absolute path.
newQualifiedName(Name, SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented qualified name node for the given qualifier and simple name child node.
newQualifiedType(Type, SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented qualified type node with the given qualifier type and name.
newRegion() - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Returns a new empty region.
newRegularExpressionLiteral() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new Regular Expression literal node.
newReturnStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented return statement node owned by this AST.
newSearchableNameEnvironment(IJavaScriptUnit[]) - Method in interface org.eclipse.wst.jsdt.core.ILookupScope
 
newSearchableNameEnvironment(WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.ILookupScope
 
newSimpleName(String) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented simple name node for the given identifier.
newSimpleType(Name) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented simple type node with the given type name.
newSingleVariableDeclaration() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented single variable declaration node owned by this AST.
newSourceEntry(IPath) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_SOURCE for all files in the project's source folder identified by the given absolute workspace-relative path.
newSourceEntry(IPath, IPath[]) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_SOURCE for the project's source folder identified by the given absolute workspace-relative path but excluding all source files with paths matching any of the given patterns.
newSourceEntry(IPath, IPath[], IPath) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_SOURCE for the project's source folder identified by the given absolute workspace-relative path but excluding all source files with paths matching any of the given patterns, and associated with a specific output location (that is, ".class" files are not going to the project default output location).
newSourceEntry(IPath, IPath[], IPath[], IPath) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_SOURCE for the project's source folder identified by the given absolute workspace-relative path but excluding all source files with paths matching any of the given patterns, and associated with a specific output location (that is, ".class" files are not going to the project default output location).
newSourceEntry(IPath, IPath[], IPath[], IPath, IIncludePathAttribute[]) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_SOURCE for the project's source folder identified by the given absolute workspace-relative path using the given inclusion and exclusion patterns to determine which source files are included, and the given output path to control the output location of generated files.
newStringLiteral() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented string literal node for the empty string literal.
newSuperConstructorInvocation() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented alternate super constructor ("super(...);") invocation statement node owned by this AST.
newSuperFieldAccess() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented super field access expression node owned by this AST.
newSuperMethodInvocation() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented "super" method invocation expression node owned by this AST.
newSupertypeHierarchy(IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Creates and returns a type hierarchy for this type containing this type and all of its supertypes.
newSupertypeHierarchy(IJavaScriptUnit[], IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the given working copies.
newSupertypeHierarchy(WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the working copies with the given owner.
newSwitchCase() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented switch case statement node owned by this AST.
newSwitchStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented switch statement node owned by this AST.
newTagElement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new tag element node.
newTextElement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new text element node.
newThisExpression() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented "this" expression node owned by this AST.
newThrowStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented throw statement node owned by this AST.
newTryStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented try statement node owned by this AST.
newTypeDeclaration() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented class declaration node owned by this AST.
newTypeDeclarationStatement(TypeDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented local type declaration statement node owned by this AST, for the given type declaration.
newTypeDeclarationStatement(AbstractTypeDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented local type declaration statement node owned by this AST, for the given type declaration.
newTypeHierarchy(IRegion, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region.
newTypeHierarchy(IRegion, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.
newTypeHierarchy(IType, IRegion, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Creates and returns a type hierarchy for the given type considering subtypes in the specified region.
newTypeHierarchy(IType, IRegion, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Creates and returns a type hierarchy for the given type considering subtypes in the specified region and considering types in the working copies with the given owner.
newTypeHierarchy(IJavaScriptProject, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project.
newTypeHierarchy(IJavaScriptProject, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project, considering types in the working copies with the given owner.
newTypeHierarchy(IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace.
newTypeHierarchy(IJavaScriptUnit[], IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace, considering types in the given working copies.
newTypeHierarchy(IWorkingCopy[], IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Deprecated. Use IType.newTypeHierarchy(IJavaScriptUnit[], IProgressMonitor) instead
newTypeHierarchy(WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace, considering types in the working copies with the given owner.
newTypeHierarchy(IRegion, WorkingCopyOwner, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.
newTypeLiteral() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented type literal expression node owned by this AST.
newTypeParameter() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented type parameter type node with an unspecified type variable name and an empty list of type bounds.
NewTypeWizardPage - Class in org.eclipse.wst.jsdt.ui.wizards
The class NewTypeWizardPage contains controls and validation routines for a 'New Type WizardPage'.
NewTypeWizardPage(boolean, String) - Constructor for class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates a new NewTypeWizardPage.
NewTypeWizardPage(int, String) - Constructor for class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates a new NewTypeWizardPage.
NewTypeWizardPage.ImportsManager - Class in org.eclipse.wst.jsdt.ui.wizards
Class used in stub creation routines to add needed imports to a compilation unit.
newUndefinedLiteral() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented 'undefined' literal node.
newVariable(String, String, String) - Method in interface org.eclipse.wst.jsdt.core.eval.IEvaluationContext
Creates a new global variable with the given name, type, and initializer.
newVariableDeclarationExpression(VariableDeclarationFragment) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented local variable declaration expression node owned by this AST, for the given variable declaration fragment.
newVariableDeclarationFragment() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented variable declaration fragment node owned by this AST.
newVariableDeclarationStatement(VariableDeclarationFragment) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented local variable declaration statement node owned by this AST, for the given variable declaration fragment.
newVariableEntry(IPath, IPath, IPath) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new non-exported includepath entry of kind CPE_VARIABLE for the given path.
newVariableEntry(IPath, IPath, IPath, boolean) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_VARIABLE for the given path.
newVariableEntry(IPath, IPath, IPath, IAccessRule[], IIncludePathAttribute[], boolean) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a new includepath entry of kind CPE_VARIABLE for the given path.
newWhileStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented while statement node owned by this AST.
newWildcardType() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates and returns a new unparented wildcard type node with no type bound.
newWithStatement() - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates a new unparented with statement node owned by this AST.
newWorkingCopy(String, IIncludePathEntry[], IProblemRequestor, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.WorkingCopyOwner
Deprecated. Use WorkingCopyOwner.newWorkingCopy(String, IIncludePathEntry[], IProgressMonitor) instead. Note that if this deprecated method is used, problems may be reported twice if the given requestor is not the same as the current working copy owner one.
newWorkingCopy(String, IIncludePathEntry[], IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.WorkingCopyOwner
Returns a new working copy with the given name using this working copy owner to create its buffer.
NEXT_LINE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set a brace location at the start of the next line with the right indentation.
NEXT_LINE_ON_WRAP - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set a brace location at the start of the next line if a wrapping occured.
NEXT_LINE_SHIFTED - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set a brace location at the start of the next line with an extra indentation.
NI - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
NO_AST - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Constant indicating that a reconcile operation should not return an AST.
NO_CHAR - Static variable in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Constant for an empty char array
NO_CHAR_CHAR - Static variable in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Constant for an empty char array with two dimensions.
NO_ELEMENTS_TO_PROCESS - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status constant indicating that no elements were provided to the operation for processing.
NO_LOCAL_CONTENTS - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status indicating that the corresponding resource has no local contents yet.
NO_RESOURCE_MODIFICATION - Static variable in interface org.eclipse.wst.jsdt.core.IPackageFragmentRoot
Update model flag constant (bit mask value 1) indicating that the operation is to not copy/move/delete the package fragment root resource.
NO_STRINGS - Static variable in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Constant for an empty String array.
NoAdditionalBoundAfterTypeVariable - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NOBR - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
node - Variable in class org.eclipse.wst.jsdt.core.infer.InferredAttribute
 
nodeClassForType(int) - Static method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Returns the node class for the corresponding node type.
NodeHelper - Class in org.eclipse.wst.jsdt.web.core.javascript
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
NodeHelper(IStructuredDocumentRegion) - Constructor for class org.eclipse.wst.jsdt.web.core.javascript.NodeHelper
 
NOEMBED - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
NoFieldOnBaseType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NOFRAMES - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
NoImplicitStringConversionForCharArrayExpression - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NoMessageSendOnArrayType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NoMessageSendOnBaseType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NonBlankFinalLocalAssignment - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NonConstantExpression - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NONE - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier
Modifier constant (bit mask, value 0) indicating no modifiers.
NONE - Static variable in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
Flag indication that no additional update is to be performed.
NonExternalizedStringLiteral - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NonGenericConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NonGenericMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NonGenericType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NonNullLocalVariableComparisonYieldsFalse - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NonStaticAccessToStaticField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NonStaticAccessToStaticMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NonStaticContextForEnumMemberType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NonStaticFieldFromStaticInvocation - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NonStaticTypeFromStaticInvocation - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NORMAL - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value.
NORMAL_ANNOTATION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
NOSCRIPT - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
NOT - Static variable in class org.eclipse.wst.jsdt.core.dom.PrefixExpression.Operator
Logical complement "!"
NOT - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
NOT_EQUAL_EQUAL - Static variable in class org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator
 
NOT_EQUALS - Static variable in class org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator
Not equals "!
NOT_THIS - Static variable in interface org.eclipse.wst.jsdt.core.infer.InferrenceProvider
 
NotAFunction - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
notify(int, Object, Object, Object, int) - Method in class org.eclipse.wst.jsdt.web.ui.views.contentoutline.JsJfaceNode
 
notifyChanged(INodeNotifier, int, Object, Object, Object, int) - Method in class org.eclipse.wst.jsdt.web.core.javascript.JsTranslationAdapter
 
NOTIN - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
NotVisibleConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NotVisibleConstructorInDefaultConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NotVisibleConstructorInImplicitConstructorCall - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NotVisibleField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NotVisibleMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NotVisibleType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NSUB - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
NTILDE_L - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
NTILDE_U - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
NU_L - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
NU_U - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
NULL_LITERAL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
NULL_LITERAL - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type NullLiteral.
NULL_NAME - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status constant indicating that null was specified as a name argument.
NULL_PATH - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status constant indicating that a null path was supplied to the operation.
NULL_STRING - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status constant indicating that a string was supplied to the operation that was null.
NullLiteral - Class in org.eclipse.wst.jsdt.core.dom
Null literal node.
NullLocalVariableComparisonYieldsFalse - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NullLocalVariableInstanceofYieldsFalse - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NullLocalVariableReference - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NullSearchDocument - Class in org.eclipse.wst.jsdt.web.core.javascript.search
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
NullSearchDocument(String) - Constructor for class org.eclipse.wst.jsdt.web.core.javascript.search.NullSearchDocument
 
NullSourceString - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
NUM_CHANGES - Variable in class org.eclipse.wst.jsdt.internal.core.index.MemoryIndex
 
NUMBER_LITERAL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
NUMBER_LITERAL - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type NumberLiteral.
numberAttributes - Variable in class org.eclipse.wst.jsdt.core.infer.InferredType
 
NumberLiteral - Class in org.eclipse.wst.jsdt.core.dom
Number literal nodes.
NumberType - Variable in class org.eclipse.wst.jsdt.core.infer.InferEngine
 
NumericValueOutOfRange - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z