- 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.
- validateMatchRule(String, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
-
Validate compatibility between given string pattern and match rule.
- 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.
- validateTypeVariableName(String) - Static method in class org.eclipse.jdt.core.JavaConventions
-
Validate the given type variable name.
- 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.
- values() - Method in class org.eclipse.jdt.core.dom.NormalAnnotation
-
Returns the live list of member value pairs in this annotation.
- VALUES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.NormalAnnotation
-
The "values" structural property of this node type.
- VAR_TRIGGER - Static variable in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Triggers for variables.
- VARARGS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodRefParameter
-
The "varargs" structural property of this node type (added in JLS3 API).
- VARARGS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
-
The "varargs" structural property of this node type (added in JLS3 API).
- VarargsConflict - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
.
- VariableDeclaration - Class in org.eclipse.jdt.core.dom
-
Abstract base class of all AST node types that declare a single local
variable.
- VariableDeclarationExpression - Class in org.eclipse.jdt.core.dom
-
Local variable declaration expression AST node type.
- VariableDeclarationFragment - Class in org.eclipse.jdt.core.dom
-
Variable declaration fragment AST node type, used in field declarations,
local variable declarations, and ForStatement
initializers.
- VariableDeclarationStatement - Class in org.eclipse.jdt.core.dom
-
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
-
- 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.
- 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.
- VERSION_1_6 - Static variable in class org.eclipse.jdt.core.JavaCore
-
Possible configurable option value.
- 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.
- VMRunnerConfiguration - Class in org.eclipse.jdt.launching
-
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 in org.eclipse.jdt.launching
-
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, String) - Constructor for class org.eclipse.jdt.launching.VMStandin
-
Constructs a copy of the specified VM with the given identifier.
- 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".
- VoidMethodReturnsValue - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- voidValue() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
-
Returns a value from this target that corresponds to
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
-