Package | Description |
---|---|
org.eclipse.wst.jsdt.core.search |
Modifier and Type | Class and Description |
---|---|
class |
FieldDeclarationMatch
A JavaScript search match that represents a field declaration.
|
class |
FieldReferenceMatch
A JavaScript search match that represents a field reference.
|
class |
LocalVariableDeclarationMatch
A JavaScript search match that represents a local variable declaration.
|
class |
LocalVariableReferenceMatch
A JavaScript search match that represents a local variable reference.
|
class |
MethodDeclarationMatch
A JavaScript search match that represents a method declaration.
|
class |
MethodReferenceMatch
A JavaScript search match that represents a method reference.
|
class |
PackageReferenceMatch
A JavaScript search match that represents a package reference.
|
class |
TypeDeclarationMatch
A JavaScript search match that represents a type declaration.
|
class |
TypeReferenceMatch
A JavaScript search match that represents a type reference.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SearchRequestor.acceptSearchMatch(SearchMatch match)
Accepts the given search match.
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.