- 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.
- VALUE_VERSION_1_0 -
Static variable in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
- The version value
1.0
- 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).
- 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
.
- VAR_TRIGGER -
Static variable in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
- Triggers for variables.
- 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.
- VERSION_1_7 -
Static variable in class org.eclipse.jdt.core.JavaCore
- Possible configurable option value.
- VIEW_LAYOUT_AUTOMATIC -
Static variable in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
- Constant used for the automatic view layout.
- VIEW_LAYOUT_HORIZONTAL -
Static variable in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
- Constant used for the horizontal view layout.
- VIEW_LAYOUT_SINGLE -
Static variable in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
- Constant used for the single view layout (no members view)
- VIEW_LAYOUT_VERTICAL -
Static variable in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
- Constant used for the vertical view layout.
- 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, 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".
- VOLATILE -
Static variable in class org.eclipse.jdt.core.dom.Modifier
- "volatile" modifier constant (bit mask).
- VOLATILE -
Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
- Flag to render the 'volatile' adornment.
- VOLATILE_KEYWORD -
Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
- "volatile" modifier with flag value
Modifier.VOLATILE
.
- VarargsConflict -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
- Deprecated. - problem is no longer generated, use
IProblem.CannotAllocateVoidArray
instead
- VoidMethodReturnsValue -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- validateClassFileName(String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Deprecated. Use
JavaConventions.validateClassFileName(String id, String sourceLevel, String complianceLevel)
instead
- validateClassFileName(String, String, String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Validate the given .class file name for the given source and compliance levels.
- 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
- Deprecated. Use
JavaConventions.validateCompilationUnitName(String id, String sourceLevel, String complianceLevel)
instead
- validateCompilationUnitName(String, String, String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Validate the given compilation unit name for the given source and compliance levels.
- validateDescriptor() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
- Validates the refactoring descriptor with respect to the constraints
imposed by the represented refactoring.
- validateDescriptor() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
- Validates the refactoring descriptor with respect to the constraints
imposed by the represented refactoring.
Clients must call this method to verify that all arguments have been
correctly set and that they satisfy the constraints imposed by specific
refactorings. Returning a refactoring status of severity
RefactoringStatus.FATAL
indicates that the refactoring descriptor
cannot be used to create a refactoring instance.
- validateDescriptor() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
- Validates the refactoring descriptor with respect to the constraints
imposed by the represented refactoring.
Clients must call this method to verify that all arguments have been
correctly set and that they satisfy the constraints imposed by specific
refactorings. Returning a refactoring status of severity
RefactoringStatus.FATAL
indicates that the refactoring descriptor
cannot be used to create a refactoring instance.
- validateDescriptor() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
- Validates the refactoring descriptor with respect to the constraints
imposed by the represented refactoring.
Clients must call this method to verify that all arguments have been
correctly set and that they satisfy the constraints imposed by specific
refactorings. Returning a refactoring status of severity
RefactoringStatus.FATAL
indicates that the refactoring descriptor
cannot be used to create a refactoring instance.
- validateDescriptor() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
- Validates the refactoring descriptor with respect to the constraints
imposed by the represented refactoring.
Clients must call this method to verify that all arguments have been
correctly set and that they satisfy the constraints imposed by specific
refactorings. Returning a refactoring status of severity
RefactoringStatus.FATAL
indicates that the refactoring descriptor
cannot be used to create a refactoring instance.
- validateDescriptor() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameResourceDescriptor
- Validates the refactoring descriptor with respect to the constraints
imposed by the represented refactoring.
Clients must call this method to verify that all arguments have been
correctly set and that they satisfy the constraints imposed by specific
refactorings. Returning a refactoring status of severity
RefactoringStatus.FATAL
indicates that the refactoring descriptor
cannot be used to create a refactoring instance.
- validateDescriptor() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.UseSupertypeDescriptor
- Validates the refactoring descriptor with respect to the constraints
imposed by the represented refactoring.
Clients must call this method to verify that all arguments have been
correctly set and that they satisfy the constraints imposed by specific
refactorings. Returning a refactoring status of severity
RefactoringStatus.FATAL
indicates that the refactoring descriptor
cannot be used to create a refactoring instance.
- validateFieldName(String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Deprecated. Use
JavaConventions.validateFieldName(String id, String sourceLevel, String complianceLevel)
instead
- validateFieldName(String, String, String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Validate the given field name for the given source and compliance levels.
- validateIdentifier(String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Deprecated. Use
JavaConventions.validateIdentifier(String id, String sourceLevel, String complianceLevel)
instead
- validateIdentifier(String, String, String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Validate the given Java identifier for the given source and compliance levels
The identifier must not have the same spelling as a Java keyword,
boolean literal (
"true"
, "false"
), or null literal ("null"
).
- validateIfJUnitProject() -
Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
- The method is called when the container has changed to validate if the project
is suited for the JUnit test class.
- validateImportDeclaration(String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Deprecated. Use
JavaConventions.validateImportDeclaration(String id, String sourceLevel, String complianceLevel)
instead
- validateImportDeclaration(String, String, String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Validate the given import declaration name for the given source and compliance levels.
- 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
- Deprecated. Use
JavaConventions.validateJavaTypeName(String id, String sourceLevel, String complianceLevel)
instead
- validateJavaTypeName(String, String, String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Validate the given Java type name, either simple or qualified, for the given source and compliance levels.
- 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
- Deprecated. Use
JavaConventions.validateMethodName(String id, String sourceLevel, String complianceLevel)
instead
- validateMethodName(String, String, String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Validate the given method name for the given source and compliance levels.
- validatePackageName(String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Deprecated. Use
JavaConventions.validatePackageName(String id, String sourceLevel, String complianceLevel)
instead
- validatePackageName(String, String, String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Validate the given package name for the given source and compliance levels.
- validateTypeVariableName(String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Deprecated. Use
JavaConventions.validateTypeVariableName(String id, String sourceLevel, String complianceLevel)
instead
- validateTypeVariableName(String, String, String) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Validate the given type variable name for the given source and compliance levels.
- 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.junit.launcher.JUnitLaunchConfigurationDelegate
-
- 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
.