Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
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 _


 

V

VALIDATE_EDIT_CHANGED_CONTENT - Static variable in interface org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes
Status code (value 10002) indicating that an validateEdit call has changed the content of a file on disk.
VALUES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.NormalAnnotation
The "values" structural property of this node type.
VALUE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MemberValuePair
The "value" structural property of this node type.
VALUE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleMemberAnnotation
The "value" structural property of this node type.
VARARGS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
The "varargs" structural property of this node type (added in JLS3 API).
VARIABLE - Static variable in interface org.eclipse.jdt.core.dom.IBinding
Kind constant (value 3) indicating a field or local variable binding.
VARIABLE - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to a global variable.
VARIABLE - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for variable entries.
VARIABLE_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a declaration of a variable (locals, parameters, fields, etc.).
VARIABLE_DECLARATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type VariableDeclarationExpression.
VARIABLE_DECLARATION_FRAGMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type VariableDeclarationFragment.
VARIABLE_DECLARATION_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type VariableDeclarationStatement.
VERBOSE - Static variable in class org.eclipse.jdt.core.search.SearchEngine
For tracing purpose.
VERSION_1_1 - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
VERSION_1_2 - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
VERSION_1_3 - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
VERSION_1_4 - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
VERSION_1_5 - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
VMRunnerConfiguration - class org.eclipse.jdt.launching.VMRunnerConfiguration.
Holder for various arguments passed to a VM runner.
VMRunnerConfiguration(String, String[]) - Constructor for class org.eclipse.jdt.launching.VMRunnerConfiguration
Creates a new configuration for launching a VM to run the given main class using the given class path.
VMStandin - class org.eclipse.jdt.launching.VMStandin.
An implementation of IVMInstall that is used for manipulating VMs without necessarily committing changes.
VMStandin(IVMInstallType, String) - Constructor for class org.eclipse.jdt.launching.VMStandin
 
VMStandin(IVMInstall) - Constructor for class org.eclipse.jdt.launching.VMStandin
Construct a VMStandin instance based on the specified IVMInstall.
VOID - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "void".
VOLATILE - Static variable in class org.eclipse.jdt.core.dom.Modifier
"volatile" modifier constant (bit mask).
VOLATILE_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"volatile" modifier with flag value Modifier.VOLATILE.
ValidateEditChecker - class org.eclipse.ltk.core.refactoring.participants.ValidateEditChecker.
A validate edit checker is a shared checker to collect files to be validated all at once.
ValidateEditChecker(Object) - Constructor for class org.eclipse.ltk.core.refactoring.participants.ValidateEditChecker
The context passed to the validate edit call.
VariableDeclaration - class org.eclipse.jdt.core.dom.VariableDeclaration.
Abstract base class of all AST node types that declare a single local variable.
VariableDeclarationExpression - class org.eclipse.jdt.core.dom.VariableDeclarationExpression.
Local variable declaration expression AST node type.
VariableDeclarationFragment - class org.eclipse.jdt.core.dom.VariableDeclarationFragment.
Variable declaration fragment AST node type, used in field declarations, local variable declarations, and ForStatement initializers.
VariableDeclarationStatement - class org.eclipse.jdt.core.dom.VariableDeclarationStatement.
Local variable declaration statement AST node type.
VariableTypeCannotBeVoid - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
VariableTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
VoidMethodReturnsValue - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
validateClassFileName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given .class file name.
validateClasspath(IJavaProject, IClasspathEntry[], IPath) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate a given classpath and output location for a project, using the following rules: Classpath entries cannot collide with each other; that is, all entry paths must be unique.
validateClasspathEntry(IJavaProject, IClasspathEntry, boolean) - Static method in class org.eclipse.jdt.core.JavaConventions
Returns a Java model status describing the problem related to this classpath entry if any, a status object with code IStatus.OK if the entry is fine (that is, if the given classpath entry denotes a valid element to be referenced onto a classpath).
validateCompilationUnitName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given compilation unit name.
validateFieldName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given field name.
validateIdentifier(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given Java identifier.
validateImportDeclaration(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given import declaration name.
validateImports(ICodeSnippetRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Validates this evaluation context's import declarations.
validateInstallLocation(File) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Validates the given location of a VM installation.
validateJavaTypeName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given Java type name, either simple or qualified.
validateMethodName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given method name.
validatePackageName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
Validate the given package name.
values() - Method in class org.eclipse.jdt.core.dom.NormalAnnotation
Returns the live list of member value pairs in this annotation.
verifyJavaProject(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Verifies a Java project is specified by the given launch configuration, and returns the Java project.
verifyMainTypeName(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Verifies a main type name is specified by the given launch configuration, and returns the main type name.
verifyVMInstall(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Verifies the VM install specified by the given launch configuration exists and returns the VM install.
verifyWorkingDirectory(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Verifies the working directory specified by the given launch configuration exists, and returns the working directory, or null if none is specified.
visit(AnnotationTypeDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(AnnotationTypeMemberDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ArrayAccess) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ArrayCreation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ArrayInitializer) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ArrayType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(AssertStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(Assignment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(Block) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(BlockComment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(BooleanLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(BreakStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(CastExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(CatchClause) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(CharacterLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ClassInstanceCreation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(CompilationUnit) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ConditionalExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ConstructorInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ContinueStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(DoStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(EmptyStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(EnhancedForStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(EnumConstantDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(EnumDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ExpressionStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(FieldAccess) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(FieldDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ForStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(IfStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ImportDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(InfixExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(InstanceofExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(Initializer) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(Javadoc) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given AST node.
visit(LabeledStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(LineComment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MarkerAnnotation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MemberRef) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MemberValuePair) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MethodRef) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MethodRefParameter) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MethodDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(MethodInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(Modifier) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(NormalAnnotation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(NullLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(NumberLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(PackageDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ParameterizedType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ParenthesizedExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(PostfixExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(PrefixExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(PrimitiveType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(QualifiedName) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(QualifiedType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ReturnStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SimpleName) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SimpleType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SingleMemberAnnotation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SingleVariableDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(StringLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SuperConstructorInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SuperFieldAccess) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SuperMethodInvocation) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SwitchCase) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SwitchStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(SynchronizedStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TagElement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TextElement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ThisExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(ThrowStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TryStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TypeDeclaration) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TypeDeclarationStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TypeLiteral) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(TypeParameter) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(VariableDeclarationExpression) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(VariableDeclarationStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(VariableDeclarationFragment) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(WhileStatement) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
visit(WildcardType) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given type-specific AST node.
vmAdded(IVMInstall) - Method in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Notification that a VM has been created.
vmChanged(PropertyChangeEvent) - Method in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Notification that a property of a VM install has changed.
vmRemoved(IVMInstall) - Method in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Notification that a VM has been disposed.
voidValue() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns a value from this target that corresponds to void.


 

Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
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 _


Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.