|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISourceManipulation | |
---|---|
org.eclipse.jdt.core | The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. |
org.eclipse.jdt.internal.codeassist.impl | |
org.eclipse.jdt.internal.core |
Uses of ISourceManipulation in org.eclipse.jdt.core |
---|
Subinterfaces of ISourceManipulation in org.eclipse.jdt.core | |
---|---|
interface |
ICompilationUnit
Represents an entire Java compilation unit (source file with one of the Java-like extensions ). |
interface |
IField
Represents a field declared in a type. |
interface |
IImportDeclaration
Represents an import declaration in Java compilation unit. |
interface |
IInitializer
Represents a stand-alone instance or class (static) initializer in a type. |
interface |
IMember
Common protocol for Java elements that can be members of types. |
interface |
IMethod
Represents a method (or constructor) declared in a type. |
interface |
IPackageFragment
A package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof. |
interface |
IType
Represents either a source type in a compilation unit (either a top-level type, a member type, a local type or an anonymous type) or a binary type in a class file. |
Uses of ISourceManipulation in org.eclipse.jdt.internal.codeassist.impl |
---|
Classes in org.eclipse.jdt.internal.codeassist.impl that implement ISourceManipulation | |
---|---|
class |
AssistCompilationUnit
|
class |
AssistImportDeclaration
|
class |
AssistInitializer
|
class |
AssistSourceField
|
class |
AssistSourceMethod
|
class |
AssistSourceType
|
Uses of ISourceManipulation in org.eclipse.jdt.internal.core |
---|
Classes in org.eclipse.jdt.internal.core that implement ISourceManipulation | |
---|---|
class |
BinaryMember
Common functionality for Binary member handles. |
class |
BinaryType
Parent is an IClassFile. |
class |
ClassFileWorkingCopy
A working copy on an IClassFile . |
class |
CompilationUnit
|
class |
ImportDeclaration
Handle for an import declaration. |
class |
Initializer
|
class |
Member
|
class |
NamedMember
|
class |
PackageFragment
|
class |
ResolvedBinaryField
Handle representing a binary field that is resolved. |
class |
ResolvedBinaryMethod
Handle representing a binary method that is resolved. |
class |
ResolvedBinaryType
Handle representing a binary type that is resolved. |
class |
ResolvedSourceField
Handle representing a source field that is resolved. |
class |
ResolvedSourceMethod
Handle representing a source method that is resolved. |
class |
ResolvedSourceType
Handle representing a source type that is resolved. |
class |
SourceField
|
class |
SourceMethod
|
class |
SourceType
Handle for a source type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |